1
0
Fork 0
nih-plug/src
2023-01-31 21:35:52 +01:00
..
buffer Rename Block::len() to Block::samples() 2023-01-05 16:13:58 +01:00
context Add a NoteEvent::MidiSysEx variant 2023-01-31 18:32:16 +01:00
event_loop Fix missing generic arguments on BackgroundThread 2023-01-06 17:59:33 +01:00
midi Add NoteEvent conversions to and from MIDI SysEx 2023-01-31 20:37:33 +01:00
params Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
util Add an StftHelper::max_padding() 2023-01-30 02:16:03 +01:00
wrapper Support SysEx for CLAP plugins 2023-01-31 21:35:52 +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 Add tests for SysEx parsing 2023-01-31 21:18:55 +01:00
params.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
plugin.rs Add a SysExMessage type to Plugin 2023-01-31 18:18:41 +01:00
prelude.rs Add a NoteEvent::MidiSysEx variant 2023-01-31 18:32:16 +01: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