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