Clarify the input event timing handling in VST3
This commit is contained in:
parent
1bbb56151d
commit
7ea2851775
1 changed files with 3 additions and 0 deletions
|
@ -1079,6 +1079,9 @@ impl<P: Vst3Plugin> IAudioProcessor for Wrapper<P> {
|
||||||
&mut value,
|
&mut value,
|
||||||
) == kResultOk
|
) == kResultOk
|
||||||
{
|
{
|
||||||
|
// Later this timing will be compensated for block splits by calling
|
||||||
|
// `event.subtract_timing(block_start)` before it is passed to the
|
||||||
|
// plugin
|
||||||
let timing = sample_offset as u32;
|
let timing = sample_offset as u32;
|
||||||
let value = value as f32;
|
let value = value as f32;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue