MCPcopy Create free account
hub / github.com/jerryuhoo/Fire / createComboBoxes

Method createComboBoxes

Source/Panels/ControlPanel/BandPanel.cpp:189–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void BandPanel::createComboBoxes()
190{
191 for (int i = 0; i < 4; ++i)
192 {
193 setMenu(&distortionModes[i]);
194 modeAttachments[i] = std::make_unique<ComboBoxAttachment>(
195 processor.treeState,
196 ParameterIDAndName::getIDString(MODE_ID, i),
197 distortionModes[i]);
198 }
199}
200
201void BandPanel::setupComponentGroups()
202{

Callers

nothing calls this directly

Calls 1

getIDStringFunction · 0.85

Tested by

no test coverage detected