1
0
Fork 0
nih-plug/src
2023-01-01 20:14:55 +02:00
..
buffer Make the definition of buffer length more explicit 2022-12-23 20:34:57 +01:00
context Fix typo in pos_seconds documentation 2022-11-03 03:08:28 +01:00
event_loop initial event loop implementation for macOS 2023-01-01 20:14:55 +02:00
params Implement Debug for parameters 2022-11-26 12:58:32 +01:00
util Fix typos in comments 2022-09-29 15:13:43 +02:00
wrapper Also defer latency change for CLAP plugins 2022-12-28 01:34:42 +01:00
buffer.rs Make the definition of buffer length more explicit 2022-12-23 20:34:57 +01: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 initial event loop implementation for macOS 2023-01-01 20:14:55 +02:00
formatters.rs Handle shaprs in s2v_i32_note_formatter() 2022-11-18 17:26:42 +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 Implement Debug for parameters 2022-11-26 12:58:32 +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 Mark the utils functions as inlnie 2022-11-18 16:09:32 +01:00
wrapper.rs Add a (not yet functional) standalone exporter 2022-04-24 15:48:05 +02:00