summaryrefslogtreecommitdiff
path: root/muse2/ChangeLog
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-09-10 18:55:56 +0000
committerFlorian Jung <flo@windfisch.org>2011-09-10 18:55:56 +0000
commit8595cf0d68091d5c3bd20db53a156efe3e669439 (patch)
treec357e4120fe5edae9bea572ef0bf8a7d5e26fb5a /muse2/ChangeLog
parent24f84a489364741eb3fc126a3f83d91a86b65e27 (diff)
parentdbf95342105219cec66f9903a3cfc605ec7206a5 (diff)
merged again. please continue developing the deep changes HERE. thanks
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r--muse2/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog
index b4e2d8e5..c50fed97 100644
--- a/muse2/ChangeLog
+++ b/muse2/ChangeLog
@@ -8,12 +8,17 @@
and ::addStuckNote, because ALSA midi is processed in a thread other than audio. (Tim)
TODO: processMidi could do stuck notes better by bypassing their insertion in the play event list,
also applies to seek/stop handler block, but I'm not sure about the time comparisons.
+ - Removed MidiSeq::msgSeek and ::msgStop, and removed calls from Audio::seek and ::stopRolling. (Tim)
+ Removed Audio::msgShowInstrumentGui and ::msgShowInstrumentNativeGui.
- Some more separation of ALSA and Jack Midi, one step closer to configurable choice of either/or. (Tim)
- - Massive cleanup of audio, midi, mididev, alsamidi, jackmidi modules. Moved some stuff from Audio::processMidi
- into MidiDevice. (Tim)
+ - Massive cleanup of audio, midi, mididev, alsamidi, jackmidi, dssi modules. Moved some stuff from
+ Audio::processMidi into MidiDevice. (Tim)
- Test OK here so far, with stress files and complete pre-existing songs, ALSA, Jack, and Synth midi. (Tim)
TODO: Restoration of sustain upon play seems broken for a while - try putEvent instead of addScheduledEvent
in Audio::startRolling().
+ - Cleaned some namespace change artifacts. Fixed signal/slot mechanism related to bigtime, pianoroll,
+ drumedit. Fixed config file corruption. (Orcan)
+ - Made plugin slider colors fancy, experimental. (Orcan)
08.09.2011:
- Finished namespace MusEWidget. Added namespaces MusEUtil, MusEDialog. (Orcan)
07.09.2011: