summaryrefslogtreecommitdiff
path: root/muse2/muse/song.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-05-17 12:37:51 +0000
committerFlorian Jung <flo@windfisch.org>2011-05-17 12:37:51 +0000
commit231ee5b6243fd9ce02ffad93f99ec6055bc40fe0 (patch)
tree36aa7614e97dad6abd69b9a3ec3e710e4bc25efd /muse2/muse/song.cpp
parent35d776fdb75f4e90954b402a883b1fce72de8239 (diff)
implemented change existing note's velocity
Diffstat (limited to 'muse2/muse/song.cpp')
-rw-r--r--muse2/muse/song.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/muse2/muse/song.cpp b/muse2/muse/song.cpp
index e6fa9cab..1c451f55 100644
--- a/muse2/muse/song.cpp
+++ b/muse2/muse/song.cpp
@@ -3769,7 +3769,6 @@ void Song::executeScript(const char* scriptfile, PartList* parts, int quant, boo
QStringList sl = line.split(" ");
Event e(Controller);
- int tick = sl[1].toInt();
int a = sl[2].toInt();
int b = sl[3].toInt();
int c = sl[4].toInt();