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/globals.h | |
parent | e32591388a18c8226e61b8f88b031ed7c88ca153 (diff) |
In-synth-cli can now (re)load programs. maybe SEGFAULTING?
Diffstat (limited to 'synth/globals.h')
-rw-r--r-- | synth/globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synth/globals.h b/synth/globals.h index b91efef..b89813d 100644 --- a/synth/globals.h +++ b/synth/globals.h @@ -67,6 +67,8 @@ extern string programfile[128]; extern program_t *program_settings; extern bool program_lock[128]; +extern program_t default_program; + extern Channel *channel[N_CHANNELS]; |