diff options
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); |