1
0
Fork 0
nih-plug/src
Robbert van der Helm 4502eaec3a Change wrapped smoothing style to be a static ref
Instead of having to wrap this in an `Arc`. This makes the interface a
bit nicer to use.
2023-04-05 18:16:58 +02: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 Update the windows dependency version 2023-03-01 22:34:46 +01:00
midi Simplify conversion from SysExMessage to buffers 2023-01-31 22:03:40 +01:00
params Change wrapped smoothing style to be a static ref 2023-04-05 18:16:58 +02:00
util Add an StftHelper::max_padding() 2023-01-30 02:16:03 +01:00
wrapper Add a miri test for the buffer management's safety 2023-04-01 16:12:37 +02: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 Upgrade nih_debug_assert!() to panic in tests 2023-04-05 16:13:16 +02: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 Reexport nih_export_standalone in crate root 2023-02-26 16:18:05 +01:00
midi.rs Add a channel getter to the NoteEvent implementation 2023-03-17 13:58:44 +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 Add an OversamplingAware smoothing style 2023-04-05 18:08:22 +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