mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Shorten frequency parameter name
Since it would overflow otherwise.
This commit is contained in:
@@ -40,7 +40,7 @@ struct SineParams {
|
||||
#[id = "gain"]
|
||||
pub gain: FloatParam,
|
||||
|
||||
#[id = "frequency"]
|
||||
#[id = "freq"]
|
||||
pub frequency: FloatParam,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user