1
0
Fork 0
nih-plug/src
Robbert van der Helm 878d0e5330 Fix comment
2023-02-26 01:06:42 +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 Revert event loop APIs to use Weak instead of Arc 2023-02-23 21:45:09 +01:00
midi Simplify conversion from SysExMessage to buffers 2023-01-31 22:03:40 +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 Fix comment 2023-02-26 01:06:42 +01:00
audio_setup.rs Completely reword the audio IO layout system 2023-02-20 16:57:32 +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 Add a nih_warn!() macro 2023-02-19 22:56:35 +01:00
editor.rs Also add an Editor::param_modulation_changed() 2023-01-11 15:22:26 +01:00
event_loop.rs Revert event loop APIs to use Weak instead of Arc 2023-02-23 21:45:09 +01:00
formatters.rs s2v_f32_panning() now strips C and R, not just L 2023-02-23 14:46:39 +01:00
lib.rs Completely reword the audio IO layout system 2023-02-20 16:57:32 +01:00
midi.rs Fix unused/dead code warnings with VST3 disabled 2023-02-19 13:19:02 +01:00
params.rs Avoid duplicate parameter callbacks and smoothing 2023-01-31 16:31:29 +01:00
plugin.rs Completely reword the audio IO layout system 2023-02-20 16:57:32 +01:00
prelude.rs Completely reword the audio IO layout system 2023-02-20 16:57:32 +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