Parmaeters are not real, they can't hurt you

This commit is contained in:
Robbert van der Helm
2022-04-24 18:34:40 +02:00
parent 8714310468
commit 9acd312768
16 changed files with 20 additions and 20 deletions

View File

@@ -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