diff options
author | Tim E. Real <termtech@rogers.com> | 2012-10-09 20:04:43 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2012-10-09 20:04:43 +0000 |
commit | 0368494d2ba85b24da193512972ccfeada99cf52 (patch) | |
tree | fff25f5a6aecdd722c98a938fa9b03f1fec9febc /muse2/ChangeLog | |
parent | c5e6b8cfa9d8615a32ce2aad28f4d091482be91d (diff) |
!!! Song type is now removed !!! : See ChangeLog
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 07625080..9494ba7d 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,23 @@ +09.10.2012: + - Fixed old fluidsynth bug: Drum patch numbers incorrect. (Tim) + Confusion due to special fluidsynth drum bank = 129. Changed FluidSynth::getFirstPatch, + ::getNextPatch, and CTRL_PROGRAM section of ::setController. + - Midi track info patches popup menu: Don't display category if empty. (Tim) +08.10.2012: + * !!! Song type is now removed !!! : (Tim) + TODO: Instrument init sequences. Need some kind of editor. Need timing mechanism while in 'stop' mode. + Was thinking these events should be in FRAMES or real time - not affected by tempo. Jack slow sync + callback might help. (Also try to re-enable metronome precount - similar concept here!) + * Improved: Multi-port (aka multi-channel) midi import and export, via Device Name, Port, or Instrument metas. (Tim) + - MusE can now export a midi file and re-import exactly as it was, all ports + devices + instruments incl. + - Extra options for import/export added. + - Import midi now passes 'unabsorbed' meta events on to the track. They were discarded before - lost forever. + - Solved: Export midi now stores an instrument's Init sequence, instead of the old song type sysexes. + - MPEventList now has highly customized same-time sorting, helps 'cement' import/export events in place, such + as controllers or program changes before notes, instrument metas before mode sysexes. (EventList NOT done.) + - Old bug: Fixed superfluous NULLS in meta texts in midi export. + - Old bug, annoying: Midi Import: parts are too short and 'events past end' indicator is on. + - TODO: Bug: Deicsonze: Midi track info patch popup: Screen all black until esc or click. 04.10.2012: - Added Gain knob on channel strip for audio tracks (rj) - Added descriptive tooltips for midi parameters in midi track info (rj) |