mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Parmaeters are not real, they can't hurt you
This commit is contained in:
@@ -9,7 +9,7 @@ struct Gain {
|
||||
/// The [`Params`] derive macro gathers all of the information needed for the wrapepr to know about
|
||||
/// the plugin's parameters, persistent serializable fields, and nested parameter groups. You can
|
||||
/// aslo easily implement [`Params`] by hand if you want to, for instance, have multiple instances
|
||||
/// of a parmaeters struct for multiple identical oscillators/filters/envelopes.
|
||||
/// of a parameters struct for multiple identical oscillators/filters/envelopes.
|
||||
#[derive(Params)]
|
||||
struct GainParams {
|
||||
/// The parameter's ID is used to identify the parameter in the wrappred plugin API. As long as
|
||||
|
||||
Reference in New Issue
Block a user