1
0
Fork 0
nih-plug/src
Robbert van der Helm 1e90f55019 Add a todo for invalid CLAP event parsing
Currently these values are never -1, but they can be.
2023-01-16 23:59:10 +01:00
..
buffer Rename Block::len() to Block::samples() 2023-01-05 16:13:58 +01:00
context Fix typo in pos_seconds documentation 2022-11-03 03:08:28 +01:00
event_loop Fix missing generic arguments on BackgroundThread 2023-01-06 17:59:33 +01:00
params Fix debug assertion failure in smoother 2023-01-06 17:58:13 +01:00
util Rename Block::len() to Block::samples() 2023-01-05 16:13:58 +01:00
wrapper Add a todo for invalid CLAP event parsing 2023-01-16 23:59:10 +01:00
buffer.rs Rename Buffer::len() to Buffer::samples() 2023-01-05 16:04:38 +01:00
context.rs Split the nih_plug::context module 2022-10-22 14:19:10 +02:00
debug.rs Inline the nih_plug::debug macro docstrings 2022-09-29 16:50:13 +02:00
editor.rs Also add an Editor::param_modulation_changed() 2023-01-11 15:22:26 +01:00
event_loop.rs Significantly increase task queue capacity 2023-01-11 15:22:26 +01:00
formatters.rs Fix note formatter octave conversion, again 2023-01-10 14:03:17 +01:00
lib.rs Remove old overeager clippy lint silence 2023-01-06 16:13:01 +01:00
midi.rs Use Rust range notation for NoteEvent docs #42 2022-11-08 19:36:07 +01:00
params.rs Implement Debug for parameters 2022-11-26 12:58:32 +01:00
plugin.rs Clean up Plugin trait doc comment 2022-10-23 16:33:20 +02:00
prelude.rs Add an AsyncExecutor type for use with the GUI 2022-10-22 14:34:32 +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