Deluge Firmware
|
#include <MenuItemSourceSelection.h>
Public Member Functions | |
MenuItemSourceSelection () | |
void | beginSession (MenuItem *navigatedBackwardFrom=NULL) |
void | selectEncoderAction (int offset) final |
virtual ParamDescriptor | getDestinationDescriptor ()=0 |
uint8_t | getIndexOfPatchedParamToBlink () final |
uint8_t | shouldBlinkPatchingSourceShortcut (int s, uint8_t *colour) final |
void | readValueAgain () final |
void | drawValue () |
![]() | |
MenuItem (char const *newName=NULL) | |
virtual void | horizontalEncoderAction (int offset) |
virtual void | selectEncoderAction (int offset) |
virtual void | beginSession (MenuItem *navigatedBackwardFrom=NULL) |
virtual bool | isRelevant (Sound *sound, int whichThing) |
virtual char const * | getName () |
virtual MenuItem * | selectButtonPress () |
virtual int | checkPermissionToBeginSession (Sound *sound, int whichThing, MultiRange **currentRange) |
virtual void | readValueAgain () |
virtual bool | selectEncoderActionEditsInstrument () |
virtual uint8_t | getPatchedParamIndex () |
virtual uint8_t | getIndexOfPatchedParamToBlink () |
virtual uint8_t | shouldDrawDotOnName () |
virtual uint8_t | shouldBlinkPatchingSourceShortcut (int s, uint8_t *colour) |
virtual MenuItem * | patchingSourceShortcutPress (int s, bool previousPressStillActive=false) |
virtual void | unlearnAction () |
virtual bool | allowsLearnMode () |
virtual void | learnKnob (MIDIDevice *fromDevice, int whichKnob, int modKnobMode, int midiChannel) |
virtual bool | learnNoteOn (MIDIDevice *fromDevice, int channel, int noteCode) |
virtual void | learnCC (MIDIDevice *fromDevice, int channel, int ccNumber, int value) |
virtual bool | shouldBlinkLearnLed () |
virtual bool | isRangeDependent () |
virtual bool | usesAffectEntire () |
virtual void | drawName () |
Public Attributes | |
uint8_t | s |
![]() | |
char const * | name |
Protected Member Functions | |
bool | sourceIsAllowed (int source) |
uint8_t | shouldDrawDotOnValue () |
MenuItemSourceSelection::MenuItemSourceSelection | ( | ) |
|
virtual |
Reimplemented from MenuItem.
Reimplemented in MenuItemSourceSelectionRegular.
void MenuItemSourceSelection::drawValue | ( | ) |
|
pure virtual |
Implemented in MenuItemSourceSelectionRegular, and MenuItemSourceSelectionRange.
|
finalvirtual |
Reimplemented from MenuItem.
|
finalvirtual |
Reimplemented from MenuItem.
|
finalvirtual |
Reimplemented from MenuItem.
|
finalvirtual |
Reimplemented from MenuItem.
|
protected |
|
protected |
uint8_t MenuItemSourceSelection::s |