summaryrefslogtreecommitdiff
path: root/muse2/muse/helper.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-03-16 14:34:56 +0000
committerFlorian Jung <flo@windfisch.org>2012-03-16 14:34:56 +0000
commit8f7ed6ab503f7f1befae937bdc33e6907f3a1868 (patch)
tree3c193b15ec70c1cb0230ab6a0683dc99b5a3185d /muse2/muse/helper.h
parente232be5476afe17a3abc717f757e667832d9daa6 (diff)
custom columns now send their changes to the device if appropriate
Diffstat (limited to 'muse2/muse/helper.h')
-rw-r--r--muse2/muse/helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muse2/muse/helper.h b/muse2/muse/helper.h
index 2a26c08e..8671dce3 100644
--- a/muse2/muse/helper.h
+++ b/muse2/muse/helper.h
@@ -59,6 +59,7 @@ QSet<Part*> parts_at_tick(unsigned tick, const QSet<Track*>& tracks);
bool parse_range(const QString& str, int* from, int* to); // returns true if successful, false on error
+void record_controller_change_and_maybe_send(unsigned tick, int ctrl_num, int val, MidiTrack* mt);
}
namespace MusEGui {