1
0
Fork 0
nih-plug/src
Robbert van der Helm 71efe779a5 Recompute normalized values when setting params
This makes it so that the value is consistent after reloading the
preset.
2022-07-02 19:04:43 +02:00
..
buffer Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
event_loop Remove unnecessary use statement 2022-06-08 02:08:51 +02:00
param Recompute normalized values when setting params 2022-07-02 19:04:43 +02:00
util Create a separate InitContext 2022-05-27 01:17:15 +02:00
wrapper Remove unnecessary reborrows 2022-07-01 15:50:16 +02:00
buffer.rs Return -> Returns at the start of a docstring 2022-04-26 19:39:51 +02:00
context.rs Create a separate InitContext 2022-05-27 01:17:15 +02:00
debug.rs Introduce an nih_error!() macro for fatal errors 2022-06-14 16:31:46 +02:00
event_loop.rs Move the event loop to its own module 2022-02-28 12:57:01 +01:00
formatters.rs Add back lost note->frequency conversion 2022-06-22 19:40:25 +02:00
lib.rs Silence clippy::type_complexity 2022-07-01 15:50:23 +02:00
midi.rs Add conversions from note events to MIDI 2022-06-14 23:28:12 +02:00
param.rs Change NON_AUTOMATABLE semantics and add HIDDEN 2022-05-22 12:37:30 +02:00
plugin.rs List more not yet implemented features 2022-06-18 18:50:53 +02:00
prelude.rs Introduce a new enum for CLAP features 2022-06-02 01:16:30 +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