From ed724fecb15d90d8075ed1edb963f455cb91b0a1 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sun, 4 Aug 2019 16:58:20 -0400 Subject: Midiplay plugin ehancements - Improved robustness - Improved sound quality - Use mixer and DSP Patch by Igor Poretsky Change-Id: I6fa617158cbaa53ae842295cdbdbe3a478e49ded --- apps/plugins/midi/synth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/midi/synth.h') 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 @@ ****************************************************************************/ int initSynth(struct MIDIfile * mf, char * filename, char * drumConfig); void setPoint(struct SynthObject * so, int pt); -void synthSamples(int32_t *buf_ptr, unsigned int num_samples); +size_t synthSamples(int32_t *buf_ptr, size_t num_samples); void resetControllers(void); -- cgit v1.2.3