MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / SwitchToBookmarkedModule

Method SwitchToBookmarkedModule

Source/Push2Control.cpp:1351–1355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349}
1350
1351void Push2Control::SwitchToBookmarkedModule(int slotIndex)
1352{
1353 if (mBookmarkSlots[slotIndex] != nullptr && !mBookmarkSlots[slotIndex]->IsDeleted())
1354 SetDisplayModule(mBookmarkSlots[slotIndex], true);
1355}
1356
1357void Push2Control::SetLed(MidiMessageType type, int index, int color, int flashColor /*=-1*/)
1358{

Callers

nothing calls this directly

Calls 1

IsDeletedMethod · 0.80

Tested by

no test coverage detected