1
0
Fork 0
nih-plug/src
Robbert van der Helm b075d1b1bb Modify the editor API to use trait objects
The alternative isn't really feasible without specialization, and
NIH-plug should work on the stable compiler.
2022-02-05 17:12:03 +01:00
..
context Replace spawn_unchecked with static lifetimes 2022-02-05 16:09:59 +01:00
param Disambiguate rustdoc link references 2022-02-05 12:56:03 +01:00
wrapper Avoid destructuring assignment 2022-02-05 16:46:29 +01:00
buffer.rs Derive a Default instance for the Buffer 2022-02-02 20:37:06 +01:00
context.rs Update the documentation on the updated GuiContext 2022-02-05 17:10:17 +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 Modify the editor API to use trait objects 2022-02-05 17:12:03 +01:00
param.rs Fix rustdoc links 2022-02-05 12:52:34 +01:00
plugin.rs Modify the editor API to use trait objects 2022-02-05 17:12:03 +01:00
util.rs Replace spawn_unchecked with static lifetimes 2022-02-05 16:09:59 +01:00
wrapper.rs Implement saving parameter state 2022-01-29 14:20:14 +01:00