Open t-sin opened 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.
Event.sample_offset
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.