diff options
Diffstat (limited to 'muse2')
-rw-r--r-- | muse2/ChangeLog | 1 | ||||
-rw-r--r-- | muse2/muse/midiedit/scoreedit.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 0c3883f7..ed60b698 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,4 @@ +03.09.2012: summer sleep is over! plugins can now be grouped (flo) 14.08.2012: * Introducing: Improved Wave Editor. (Tim) Class WaveView is replaced by WaveCanvas. diff --git a/muse2/muse/midiedit/scoreedit.cpp b/muse2/muse/midiedit/scoreedit.cpp index 737a705b..aa22ce68 100644 --- a/muse2/muse/midiedit/scoreedit.cpp +++ b/muse2/muse/midiedit/scoreedit.cpp @@ -4698,7 +4698,6 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo * o velo-controller doesn't work in new-style drum tracks * * CURRENT TODO - * o group plugins into user definable categories * o better and visual means for fading etc * o rename E- and A-note to I- and O- * o storing <no_toplevels /> into a template file seems to ignore @@ -4721,6 +4720,7 @@ void ScoreCanvas::add_new_parts(const std::map< MusECore::Part*, std::set<MusECo * "'TR-808' is on 'jack-midi port foo, connected to bar'" * if loading a song with unknown synth name, ask the user. * o prerecord feature. + * o part templates * * o find and fix FINDMICHJETZT * o fix valgrind problems (the two "FINDMICHJETZT" lines in scoreedit.cpp) |