diff options
author | Florian Jung <flo@thinkpad.(none)> | 2011-01-10 20:20:10 +0100 |
---|---|---|
committer | Florian Jung <flo@thinkpad.(none)> | 2011-01-10 20:20:10 +0100 |
commit | e32591388a18c8226e61b8f88b031ed7c88ca153 (patch) | |
tree | 999f6653d0cfac3153679a8352c28f4e92805306 /synth/globals.h | |
parent | b34cab5dd6d4ac16a6a58589397a3d82df38b826 (diff) |
Improved in-synth-cli, still TODO
The CLI can now prepare loading a note without actually loading it
Diffstat (limited to 'synth/globals.h')
-rw-r--r-- | synth/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synth/globals.h b/synth/globals.h index ffc1de5..b91efef 100644 --- a/synth/globals.h +++ b/synth/globals.h @@ -65,6 +65,7 @@ extern string programfile[128]; extern program_t *program_settings; +extern bool program_lock[128]; extern Channel *channel[N_CHANNELS]; |