From 231ee5b6243fd9ce02ffad93f99ec6055bc40fe0 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Tue, 17 May 2011 12:37:51 +0000 Subject: implemented change existing note's velocity --- muse2/muse/song.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'muse2/muse/song.cpp') 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(); -- cgit v1.2.3