1
0
Fork 0
nih-plug/src
2023-09-02 23:35:42 +02:00
..
buffer Rename Block::len() to Block::samples() 2023-01-05 16:13:58 +01:00
context Fix broken links in docs 2023-04-24 14:54:20 +02:00
event_loop Fix background thread spawning and joining 2023-05-23 21:31:25 +02:00
midi Remove the Default bound from SysExMessage::Buffer 2023-05-13 22:39:54 +02:00
params Assert that parameter ranges are valid 2023-04-30 21:28:23 +02:00
plugin Add a context for defining remote control pages 2023-04-22 15:53:04 +02:00
util Add an StftHelper::max_padding() 2023-01-30 02:16:03 +01:00
wrapper Mention multiple plugins in nih_export_clap() 2023-09-02 23:35:42 +02:00
audio_setup.rs Also prefer importing from prelude internally 2023-04-22 15:13:39 +02:00
buffer.rs Rename Buffer::len() to Buffer::samples() 2023-01-05 16:04:38 +01:00
context.rs Add a context for defining remote control pages 2023-04-22 15:53:04 +02:00
debug.rs Upgrade nih_debug_assert!() to panic in tests 2023-04-05 16:13:16 +02:00
editor.rs Also prefer importing from prelude internally 2023-04-22 15:13:39 +02:00
event_loop.rs Revert event loop APIs to use Weak instead of Arc 2023-02-23 21:45:09 +01:00
formatters.rs gain_to_db formatter fix 2023-08-05 14:23:54 +02:00
lib.rs Fix broken links in docs 2023-04-24 14:54:20 +02:00
midi.rs Document that plugins need MIDI IO for SysEx 2023-06-07 21:18:31 +02:00
params.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
plugin.rs Typo 2023-07-03 23:03:54 +02:00
prelude.rs Add a context for defining remote control pages 2023-04-22 15:53:04 +02:00
util.rs Add a gain_to_db_fast() with a lower limit 2023-01-15 18:15:52 +01:00
wrapper.rs Add a (not yet functional) standalone exporter 2022-04-24 15:48:05 +02:00