1
0
Fork 0
nih-plug/src
Robbert van der Helm 6966d00dd7 Fix cents in s2v_f32_hz_then_khz()
The trimming was not done correctly, and cents were treated as partial
octaves.
2022-11-12 01:32:09 +01:00
..
buffer Fix typos in documentation 2022-09-29 15:13:43 +02:00
context Fix typo in pos_seconds documentation 2022-11-03 03:08:28 +01:00
event_loop Add a schedule_background() EventLoop method 2022-10-23 16:19:49 +02:00
params Add finer step sizes to parameters 2022-11-11 03:15:05 +01:00
util Fix typos in comments 2022-09-29 15:13:43 +02:00
wrapper Default cpal backend to 48 kHz sample rate 2022-11-11 03:15:05 +01:00
buffer.rs Fix typos in documentation 2022-09-29 15:13:43 +02: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 Split the nih_plug::context module 2022-10-22 14:19:10 +02:00
event_loop.rs Add a schedule_background() EventLoop method 2022-10-23 16:19:49 +02:00
formatters.rs Fix cents in s2v_f32_hz_then_khz() 2022-11-12 01:32:09 +01:00
lib.rs Silence bool_to_int_with_if clippy lint 2022-11-05 14:19:47 +01:00
midi.rs Use Rust range notation for NoteEvent docs #42 2022-11-08 19:36:07 +01:00
params.rs Add finer step sizes to parameters 2022-11-11 03:15:05 +01:00
plugin.rs Clean up Plugin trait doc comment 2022-10-23 16:33:20 +02:00
prelude.rs Add an AsyncExecutor type for use with the GUI 2022-10-22 14:34:32 +02:00
util.rs Add a version of util::midi_note_to_freq for f32 2022-11-12 01:25:33 +01:00
wrapper.rs Add a (not yet functional) standalone exporter 2022-04-24 15:48:05 +02:00