summaryrefslogtreecommitdiff
path: root/apps/plugins/midi/synth.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/midi/synth.h')
-rw-r--r--apps/plugins/midi/synth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/midi/synth.h b/apps/plugins/midi/synth.h
index f85e3d1cef..5edaf2b7bf 100644
--- a/apps/plugins/midi/synth.h
+++ b/apps/plugins/midi/synth.h
@@ -19,6 +19,7 @@
19 19
20int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig); 20int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig);
21signed short int synthVoice(struct SynthObject * so); 21signed short int synthVoice(struct SynthObject * so);
22void setPoint(struct SynthObject * so, int pt);
22 23
23static inline void synthSample(int * mixL, int * mixR) 24static inline void synthSample(int * mixL, int * mixR)
24{ 25{