summaryrefslogtreecommitdiff
path: root/synth/channel.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-10 20:20:10 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-10 20:20:10 +0100
commite32591388a18c8226e61b8f88b031ed7c88ca153 (patch)
tree999f6653d0cfac3153679a8352c28f4e92805306 /synth/channel.h
parentb34cab5dd6d4ac16a6a58589397a3d82df38b826 (diff)
Improved in-synth-cli, still TODO
The CLI can now prepare loading a note without actually loading it
Diffstat (limited to 'synth/channel.h')
-rw-r--r--synth/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/synth/channel.h b/synth/channel.h
index 9727ab8..c0eee5c 100644
--- a/synth/channel.h
+++ b/synth/channel.h
@@ -28,6 +28,7 @@ class Channel
void cleanup();
void release_all();
void panic();
+ void kill_program(int prog);
void set_real_portamento_frames();
void set_portamento_time(int val);
void set_portamento(int val);