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.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'synth/globals.cpp') diff --git a/synth/globals.cpp b/synth/globals.cpp index 6a84353..427eebe 100644 --- a/synth/globals.cpp +++ b/synth/globals.cpp @@ -54,6 +54,7 @@ string programfile[128]; program_t *program_settings; +bool program_lock[128]; Channel *channel[N_CHANNELS]; -- cgit v1.2.3