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 4cc6a545f0..b44da21fd2 100644
--- a/apps/plugins/midi/synth.h
+++ b/apps/plugins/midi/synth.h
@@ -20,7 +20,7 @@
20 ****************************************************************************/ 20 ****************************************************************************/
21int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig); 21int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig);
22void setPoint(struct SynthObject * so, int pt); 22void setPoint(struct SynthObject * so, int pt);
23void synthSamples(int32_t *buf_ptr, unsigned int num_samples); 23size_t synthSamples(int32_t *buf_ptr, size_t num_samples);
24 24
25void resetControllers(void); 25void resetControllers(void);
26 26