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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/midi/synth.h b/apps/plugins/midi/synth.h
index aaaf2bbd74..c8d8eaf876 100644
--- a/apps/plugins/midi/synth.h
+++ b/apps/plugins/midi/synth.h
@@ -20,7 +20,7 @@ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig);
20void setPoint(struct SynthObject * so, int pt); 20void setPoint(struct SynthObject * so, int pt);
21void synthSamples(int32_t *buf_ptr, unsigned int num_samples); 21void synthSamples(int32_t *buf_ptr, unsigned int num_samples);
22 22
23void resetControllers(); 23void resetControllers(void);
24 24
25static inline struct Event * getEvent(struct Track * tr, int evNum) 25static inline struct Event * getEvent(struct Track * tr, int evNum)
26{ 26{