1
0
Fork 0
nih-plug/src
2022-09-12 14:17:06 +02:00
..
buffer Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
event_loop Wait for the Windows event loop to shut down 2022-08-29 13:59:28 +02:00
param 💥 Use interior mutability for parameters 2022-09-06 21:57:24 +02:00
util Add a non-functional STFT to Spectral Compressor 2022-07-24 15:15:47 +02:00
wrapper Fix resizing aux input storage on buffer size 2022-09-11 16:41:31 +02:00
buffer.rs Rework and optimize block smoothing API 2022-07-06 14:29:29 +02:00
context.rs Fix bar start position calculation 2022-09-12 14:17:06 +02:00
debug.rs Allow comparisons in nih_assert!() 2022-07-24 21:06:13 +02:00
event_loop.rs Move the event loop to its own module 2022-02-28 12:57:01 +01:00
formatters.rs Fix s2v_bool_bypass() 2022-09-07 20:43:47 +02:00
lib.rs Rework and optimize block smoothing API 2022-07-06 14:29:29 +02:00
midi.rs Mention that VST3 plugins won't receive MIDI PC 2022-08-18 16:38:44 +02:00
param.rs 💥 Use interior mutability for parameters 2022-09-06 21:57:24 +02:00
plugin.rs Rename DEFAULT_NUM_INPUTS and DEFAULT_NUM_OUTPUTS 2022-08-19 14:34:21 +02:00
prelude.rs Re-export PolyModulationConfig from the prelude 2022-07-06 14:38:08 +02:00
util.rs Rename the midi_note_to_freq() argument name 2022-07-06 17:16:19 +02:00
wrapper.rs Add a (not yet functional) standalone exporter 2022-04-24 15:48:05 +02:00