From e919ad41b01595d2cd8fb0771bd3542817ec1058 Mon Sep 17 00:00:00 2001 From: gramanas Date: Thu, 20 Apr 2023 18:52:53 +0300 Subject: Midi also plays notes now --- src/synth_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/synth_gui.h') diff --git a/src/synth_gui.h b/src/synth_gui.h index 73bdbdf..d08a7f4 100644 --- a/src/synth_gui.h +++ b/src/synth_gui.h @@ -5,6 +5,6 @@ #include "synth_engine.h" -void rayrun(void *synthData, PaStream *stream); +void rayrun(void *synthData); #endif /* SYNTH_GUI_H */ -- cgit v1.2.3