aboutsummaryrefslogtreecommitdiff
path: root/midi.c
diff options
context:
space:
mode:
Diffstat (limited to 'midi.c')
-rw-r--r--midi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/midi.c b/midi.c
index f389826..92df3d3 100644
--- a/midi.c
+++ b/midi.c
@@ -109,7 +109,6 @@ void *midi(void *arg) {
109 } 109 }
110 110
111 shared_data.action = 1; 111 shared_data.action = 1;
112 shared_data.preset = 3;
113 112
114 pthread_cond_signal(&cond_synth); 113 pthread_cond_signal(&cond_synth);
115 pthread_mutex_unlock(&mutex); 114 pthread_mutex_unlock(&mutex);