1
0
Fork 0
nih-plug/src/wrapper/vst3
Robbert van der Helm a79099f573 Work around Bitwig VST3 note expressions bug
Bitwig will only send these note expression events if the plugin claims
to support at least one custom note expression type, and if it returns
`kResultOk` on `INoteExpressionController::get_note_expression_info()`
when the expression ID is equal to the note expression type (even though
these are out of range, since this index argument is supposed to be a
linear index from `0..count`).
2022-04-23 15:00:30 +02:00
..
context.rs Add a way to find out the current plugin API 2022-04-21 21:27:36 +02:00
factory.rs Move u16strlcpy to the VST3 wrapper utils module 2022-04-15 16:13:14 +02:00
inner.rs Also perform resize requests using the run loop 2022-04-20 19:52:02 +02:00
note_expressions.rs Work around Bitwig VST3 note expressions bug 2022-04-23 15:00:30 +02:00
param_units.rs Replace index based for loop 2022-03-17 23:00:15 +01:00
util.rs Move u16strlcpy to the VST3 wrapper utils module 2022-04-15 16:13:14 +02:00
view.rs Work around vst3-sys not allowing #[cfg()] fields 2022-04-20 20:44:07 +02:00
wrapper.rs Work around Bitwig VST3 note expressions bug 2022-04-23 15:00:30 +02:00