1
0
Fork 0
nih-plug/src
Robbert van der Helm bb3175f68e Return -> Returns at the start of a docstring
The imperative tense doesn't make any sense when the function is a mere
getter and doesn't actually perform a nontrivial task.
2022-04-26 19:39:51 +02:00
..
buffer Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
event_loop Fix allocation error from thread locals 2022-03-08 14:07:29 +01:00
param Parmaeters are not real, they can't hurt you 2022-04-24 19:46:07 +02:00
util Fix broken rustdoc links 2022-03-27 03:32:45 +02:00
wrapper Add todos about potential duplicate reset calls 2022-04-26 14:15:57 +02:00
buffer.rs Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
context.rs Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
debug.rs Add a nih_dbg!() macro analog for dbg!() 2022-04-26 15:43:24 +02:00
event_loop.rs Move the event loop to its own module 2022-02-28 12:57:01 +01:00
formatters.rs Change naming convention for formatters 2022-03-27 03:43:39 +02:00
lib.rs Use the new logger for the debug macros 2022-04-24 15:20:25 +02:00
midi.rs Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
param.rs Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
plugin.rs Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
prelude.rs Add a nih_dbg!() macro analog for dbg!() 2022-04-26 15:43:24 +02:00
util.rs Fix -inf in gain to Db conversion 2022-03-21 19:17:41 +01:00
wrapper.rs Add a (not yet functional) standalone exporter 2022-04-24 15:48:05 +02:00