mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Rename CLAP main control page name
This commit is contained in:
@@ -395,7 +395,7 @@ impl ClapPlugin for Crossover {
|
||||
|
||||
fn remote_controls(&self, context: &mut impl RemoteControlsContext) {
|
||||
context.add_section("Main", |section| {
|
||||
section.add_page("Main controls", |page| {
|
||||
section.add_page("Main", |page| {
|
||||
page.add_param(&self.params.num_bands);
|
||||
page.add_param(&self.params.crossover_type);
|
||||
page.add_spacer();
|
||||
|
||||
Reference in New Issue
Block a user