Added more importing features.
commit3b1e8d238ac5e756adc96b7abbac4a4e3ebb20fc
authorEvanR <evanrinehart@gmail.com>
Sun, 4 Jan 2009 06:55:33 +0000 (4 00:55 -0600)
committerEvanR <evanrinehart@gmail.com>
Sun, 4 Jan 2009 06:55:33 +0000 (4 00:55 -0600)
tree3bd923e653e12bb42fbd75ed19806bcba058d86e
parent1265e129b88557b1596ce298b9e42c507fc13964
Added more importing features.

Note lengths appear correctly in the pattern editor.

Tempo changes applied to the song, but it applies
all of them in order at once. This leaves you with
the last tempo of the song. At this time it needs
to just take the first one.

There is a bug in the arranger. It currently tracks
the last block that was checked for resize handles.
When songs are loaded this pointer becomes invalid.
It has caused a crash. It needs to be fixed, somehow.

A bug when reading the microseconds per quarter note
was fixed.
src/arranger.cpp
src/arranger.h
src/saveload.cpp
src/seq.cpp
src/seq.h
src/trackinfo.cpp
src/uihelper.cpp
src/uihelper.h