1
0
Fork 0
nih-plug/src
Robbert van der Helm c568e5d3be Don't wait for the request resize result
We'll need to find a workaround for this, but this makes resizing in the
CLAP example host way too slow.
2022-03-28 00:50:08 +02:00
..
buffer Fix broken rustdoc links 2022-03-27 03:32:45 +02:00
event_loop Fix allocation error from thread locals 2022-03-08 14:07:29 +01:00
param Rename .is_bypass() to .make_bypass() 2022-03-27 03:45:06 +02:00
util Fix broken rustdoc links 2022-03-27 03:32:45 +02:00
wrapper Don't wait for the request resize result 2022-03-28 00:50:08 +02:00
buffer.rs Split up the buffer module 2022-03-10 18:15:55 +01:00
context.rs Add a resize request callback to VST3 GuiContext 2022-03-27 19:23:43 +02:00
debug.rs Fix typo in debug assert macros 2022-03-20 12:44:29 +01:00
event_loop.rs Move the event loop to its own module 2022-02-28 12:57:01 +01:00
formatters.rs Change naming convention for formatters 2022-03-27 03:43:39 +02:00
lib.rs Add missing docstrings 2022-03-03 23:34:06 +01:00
param.rs Add explicit bypass parameter handling 2022-03-23 17:42:48 +01:00
plugin.rs Add a resize request callback to VST3 GuiContext 2022-03-27 19:23:43 +02:00
prelude.rs Add flags to control parameter visibility 2022-03-23 13:04:14 +01:00
util.rs Fix -inf in gain to Db conversion 2022-03-21 19:17:41 +01:00
wrapper.rs Add a basic nih_export_clap!() macro 2022-02-28 14:45:31 +01:00