1
0
Fork 0
nih-plug/src
Robbert van der Helm 1e77a92285 Require plugins to be 'static
They can't contain any references anyways since they're default
initialized. If they don't have a 'static lifetime, then it won't be
possible to pass a trait object casted from the inner wrapper to the
plugin.
2022-02-05 16:03:16 +01:00
..
context Disambiguate rustdoc link references 2022-02-05 12:56:03 +01:00
param Disambiguate rustdoc link references 2022-02-05 12:56:03 +01:00
wrapper Disambiguate rustdoc link references 2022-02-05 12:56:03 +01:00
buffer.rs Derive a Default instance for the Buffer 2022-02-02 20:37:06 +01:00
context.rs Disambiguate rustdoc link references 2022-02-05 12:56:03 +01:00
debug.rs nih_debug_assert_neq -> nih_debug_assert_ne 2022-02-02 22:29:14 +01:00
formatters.rs Use Arcs for the callbacks 2022-01-31 20:44:10 +01:00
lib.rs Fix rustdoc links 2022-02-05 12:52:34 +01:00
param.rs Fix rustdoc links 2022-02-05 12:52:34 +01:00
plugin.rs Require plugins to be 'static 2022-02-05 16:03:16 +01:00
util.rs Disambiguate rustdoc link references 2022-02-05 12:56:03 +01:00
wrapper.rs Implement saving parameter state 2022-01-29 14:20:14 +01:00