t-sin / soyboy-sp.vst3

Make some chiptune with penguins.
https://t-sin.github.io/soyboy-sp.vst3/
GNU General Public License v3.0
86 stars 2 forks source link

Precise event processing #22

Open t-sin opened 2 years ago

t-sin commented 2 years ago

In the current implementation, SoyBoy SP processes the VST events at the head of the audio buffer. This means SoyBoy SP's sound depends on audio buffer size. So, by using VST3's Event.sample_offset, SoyBoy SP should process events precisely.