diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-12 17:57:48 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-12 17:57:48 +0100 |
commit | a43a4e27a2ba3c34bac5a215ce49175b22913bd4 (patch) | |
tree | f8f7848b45ae6977e71617a5403b43747515093f /synth/channel.h | |
parent | 08fc0a38a7ed8553157043337a8c680f37694596 (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.h | 1 |
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); |