1
0
Fork 0
This commit is contained in:
sonata-chen 2022-06-28 19:42:46 +08:00 committed by GitHub
parent 05fd7fa075
commit a284ba020f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ struct GainParams {
pub gain: FloatParam,
/// This field isn't used in this exampleq, but anything written to the vector would be restored
/// together with a preset/state file saved for this plugin. This can be useful for storign
/// together with a preset/state file saved for this plugin. This can be useful for storing
/// things like sample data.
#[persist = "industry_secrets"]
pub random_data: RwLock<Vec<f32>>,