Browse Source

Parameter group highlight for free filter parameters

tags/1.1.0
xenakios 7 years ago
parent
commit
b651e9f064
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Source/PluginEditor.cpp

+ 3
- 0
Source/PluginEditor.cpp View File

@@ -88,6 +88,9 @@ PaulstretchpluginAudioProcessorEditor::PaulstretchpluginAudioProcessorEditor(Pau
group_id = 2;
if (i == cpi_pitchshift)
group_id = 3;
if (i == cpi_freefilter_scaley || i == cpi_freefilter_shiftx || i == cpi_freefilter_shifty ||
i == cpi_freefilter_tilty)
group_id = 8;
m_parcomps.back()->m_group_id = group_id;
addAndMakeVisible(m_parcomps.back().get());
}


Loading…
Cancel
Save