summaryrefslogtreecommitdiff
path: root/synth/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'synth/main.cpp')
-rw-r--r--synth/main.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/synth/main.cpp b/synth/main.cpp
index 1c8dd4c..8bcfe39 100644
--- a/synth/main.cpp
+++ b/synth/main.cpp
@@ -13,6 +13,7 @@
#include "defines.h"
#include "globals.h"
#include "note_loader.h"
+#include "in_synth_cli.h"
using namespace std;
@@ -158,9 +159,7 @@ int main(int argc, char** argv)
start_jack(connect_audio, connect_midi);
- char tmp[10];
- gets(tmp);
- cout << "end."<< endl;
+ do_in_synth_cli();
cleanup();
}