Ahhh.. makes sense really! I'll try it out as soon as I get time.duncanparsons wrote:...not an error in FL or in eXT. It's just the way they are coded...
The events that arrive are synced to the beginning of the process/replacing buffers, so the deltaframe is always zero. If you get loads of messages one sample apart, you'll get alot of calls to process/replacing only one sample in length. This way they can provide sample accurate automation for both MIDI and VST.
If you set the 'fixed buffers' switch, you'll probably find you get deltaframes values>0
You need to be ready in your processing for highly variable length buffers
DSP
FLS using this method isnt a bad thing, just a bit confusing until you understand why.
Now I can code so it will work both ways (with/without delta) atleast


