forked from len0rd/rockbox
Midiplay plugin ehancements
- Improved robustness - Improved sound quality - Use mixer and DSP Patch by Igor Poretsky Change-Id: I6fa617158cbaa53ae842295cdbdbe3a478e49ded
This commit is contained in:
parent
eea5bfc9ae
commit
ed724fecb1
7 changed files with 232 additions and 115 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue