1
0
Fork 0
nih-plug/src
2022-03-13 18:30:21 +01:00
..
buffer Remove accidentally copied tests 2022-03-10 19:38:39 +01:00
event_loop Fix allocation error from thread locals 2022-03-08 14:07:29 +01:00
param Trim whitespace and units when parsing parameters 2022-03-08 18:53:35 +01:00
util Add an in-place version of the Hann function 2022-03-07 20:52:37 +01:00
wrapper Implement parameter change notifications for CLAP 2022-03-13 18:30:21 +01:00
buffer.rs Split up the buffer module 2022-03-10 18:15:55 +01:00
context.rs Add transport information for VST3 and CLAP 2022-03-04 15:05:00 +01:00
debug.rs Relicense under the ISC license 2022-02-12 16:04:46 +01:00
event_loop.rs Move the event loop to its own module 2022-02-28 12:57:01 +01:00
formatters.rs Add formatters for percentages 2022-03-08 18:45:18 +01:00
lib.rs Add missing docstrings 2022-03-03 23:34:06 +01:00
param.rs Require PartialEq on plain parameter types 2022-03-05 19:50:12 +01:00
plugin.rs Add an Editor callback to notify parameter changes 2022-03-13 18:03:23 +01:00
prelude.rs Re-export all macros in the prelude 2022-03-04 12:01:47 +01:00
util.rs Fix fallback permit_alloc() implementation 2022-03-06 15:42:32 +01:00
wrapper.rs Add a basic nih_export_clap!() macro 2022-02-28 14:45:31 +01:00