schellingb / TinySoundFont

SoundFont2 synthesizer library in a single C/C++ file
MIT License
640 stars 75 forks source link

Using cc7 & cc11 - glitchy playback #93

Open hudsonm4000 opened 3 months ago

hudsonm4000 commented 3 months ago

Hi I am using example3.c to test TSF's ability to handle cc7 & cc11 controllers. Both work but I get a glitchy playback, as if there is an audio buffer size problem. If it is a buffer size issue, where can I look to try different sizes?

Many thanks Mark

BLumia commented 3 months ago

Maybe see SampleBlock and TSF_RENDER_EFFECTSAMPLEBLOCK.