summaryrefslogtreecommitdiff
path: root/muse2
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-09-03 13:20:58 +0000
committerFlorian Jung <flo@windfisch.org>2012-09-03 13:20:58 +0000
commit56de3b0ed90acbdfff9a95f5a3915de4e22d2425 (patch)
treef1aa7bc2530272c83a772af1401f8248b899e89d /muse2
parent00d38a64c11bfc363fd762a351225f3e4902d44e (diff)
nothing
Diffstat (limited to 'muse2')
-rw-r--r--muse2/ChangeLog1
-rw-r--r--muse2/muse/midiedit/scoreedit.cpp2
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)