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/main.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'synth/main.cpp') diff --git a/synth/main.cpp b/synth/main.cpp index 8bcfe39..d063d41 100644 --- a/synth/main.cpp +++ b/synth/main.cpp @@ -14,6 +14,7 @@ #include "globals.h" #include "note_loader.h" #include "in_synth_cli.h" +#include "communication.h" using namespace std; @@ -24,6 +25,8 @@ void dump_options(); int main(int argc, char** argv) { + init_communication(); + for (int i=0;i