Import track names added.
commit72e6a937f6e95142639a859b27d58a3b9124b57e
authorEvanR <evanrinehart@gmail.com>
Sun, 4 Jan 2009 07:32:04 +0000 (4 01:32 -0600)
committerEvanR <evanrinehart@gmail.com>
Sun, 4 Jan 2009 07:32:04 +0000 (4 01:32 -0600)
treedb0324d192d7fc8a933a5f2ca2de6252070bb0ae
parent22020671cbf399c34698886d2659e797444e2374
Import track names added.

The track names in the midi file are used as the
track names for the tracks. The track structure
was changed so that instead of an array of characters
the name is a char pointer. The defined constant
MAX_TRACK_NAME was removed. There is no longer
a limit on track name length.
src/main.cpp
src/saveload.cpp
src/seq.h
src/trackmodule.cpp
src/ui.cpp
src/ui.fl