diff options
author | Florian Jung <flo@windfisch.org> | 2011-05-08 14:08:06 +0000 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2011-05-08 14:08:06 +0000 |
commit | 94583a696436a3bec385223efaea730768720975 (patch) | |
tree | cf216cbc526a27582e43b6e39a3c80788cbb7a13 /muse2/muse/app.cpp | |
parent | 777badc6ba80b5bc244e8e3141b2fd0257271a89 (diff) |
made quantize, modify note len and modify velocity functions global
added quantize-dialog and improved the other dialogs
Diffstat (limited to 'muse2/muse/app.cpp')
-rw-r--r-- | muse2/muse/app.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/muse2/muse/app.cpp b/muse2/muse/app.cpp index 052bb48b..7bf171e5 100644 --- a/muse2/muse/app.cpp +++ b/muse2/muse/app.cpp @@ -31,7 +31,6 @@ #include "didyouknow.h" #include "drumedit.h" #include "filedialog.h" -#include "gatetime.h" #include "gconfig.h" #include "gui.h" #include "icons.h" @@ -4184,8 +4183,7 @@ void MusE::transpose() void MusE::modifyGateTime() { - GateTime* w = new GateTime(this); - w->show(); + printf("not implemented\n"); } //--------------------------------------------------------- |