1
0
Fork 0
nih-plug/src/wrapper/vst3
Robbert van der Helm 3d454bfc9c Don't process audio at all with invalid buffers
If the host does some kind of flush this way with num_samples > 0 but
without any outputs or with zero output channels then we should not try
to read from the now invalid pointers from the previous cycle.
2022-04-30 02:00:09 +02:00
..
context.rs Add a fixme for REAPER's broken bypass handling 2022-04-27 16:45:34 +02:00
factory.rs Move u16strlcpy to the VST3 wrapper utils module 2022-04-15 16:13:14 +02:00
inner.rs Decouple state functions from CLAP/VST3 wrapper 2022-04-24 19:46:07 +02:00
note_expressions.rs Simplify known VST3 note expression match 2022-04-24 15:31:02 +02:00
param_units.rs Parmaeters are not real, they can't hurt you 2022-04-24 19:46:07 +02:00
util.rs Move u16strlcpy to the VST3 wrapper utils module 2022-04-15 16:13:14 +02:00
view.rs Add a todo for fallback DPI scale detection 2022-04-27 19:26:39 +02:00
wrapper.rs Don't process audio at all with invalid buffers 2022-04-30 02:00:09 +02:00