summaryrefslogtreecommitdiff
path: root/synth/channel.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-12 17:57:48 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-12 17:57:48 +0100
commita43a4e27a2ba3c34bac5a215ce49175b22913bd4 (patch)
treef8f7848b45ae6977e71617a5403b43747515093f /synth/channel.h
parent08fc0a38a7ed8553157043337a8c680f37694596 (diff)
Extended in-synth-cli
Many commands are now available, like changing program, controllers, panicking, killing single programs, setting pedals, setting voice limit etc... Also, added Channel::set_portamento_time_sec(float sec)
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 826d752..4535934 100644
--- a/synth/channel.h
+++ b/synth/channel.h
@@ -32,6 +32,7 @@ class Channel
void maybe_reload_program(int prog);
void set_real_portamento_frames();
void set_portamento_time(int val);
+ void set_portamento_time_sec(float val);
void set_portamento(int val);
void set_volume(int val);
void set_balance(int val);