From e32591388a18c8226e61b8f88b031ed7c88ca153 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 10 Jan 2011 20:20:10 +0100 Subject: Improved in-synth-cli, still TODO The CLI can now prepare loading a note without actually loading it --- synth/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'synth/globals.h') 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]; -- cgit v1.2.3