diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-10 20:39:51 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-11 14:24:49 +0100 |
commit | db04e2fb861ed7ccef5a7339e9860ca5c2590a7c (patch) | |
tree | 4f2e2efe0f403981ae0d2ad47319dd1e253182f0 /synth/channel.h | |
parent | e32591388a18c8226e61b8f88b031ed7c88ca153 (diff) |
In-synth-cli can now (re)load programs. maybe SEGFAULTING?
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 c0eee5c..826d752 100644 --- a/synth/channel.h +++ b/synth/channel.h @@ -29,6 +29,7 @@ class Channel void release_all(); void panic(); void kill_program(int prog); + void maybe_reload_program(int prog); void set_real_portamento_frames(); void set_portamento_time(int val); void set_portamento(int val); |