..
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
Explicitly mark parameter range conversions inline
2023-03-03 22:55:35 +01:00
util
Add an StftHelper::max_padding()
2023-01-30 02:16:03 +01:00
wrapper
Add a standalone buffer management abstraction
2023-03-31 16:02:00 +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
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
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
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