Deluge Firmware
|
Public Member Functions | |
MenuItemSourceVolume (char const *newName=0, int newP=0) | |
bool | isRelevant (Sound *sound, int whichThing) |
![]() | |
MenuItemSourceDependentPatchedParam (char const *newName=0, int newP=0) | |
uint8_t | getP () |
![]() | |
MenuItemPatchedParamInteger (char const *newName=NULL, int newP=0) | |
void | drawValue () |
ParamDescriptor | getLearningThing () final |
int | getMaxValue () |
int | getMinValue () |
uint8_t | shouldBlinkPatchingSourceShortcut (int s, uint8_t *colour) final |
uint8_t | shouldDrawDotOnName () final |
MenuItem * | selectButtonPress () final |
uint8_t | getPatchedParamIndex () final |
MenuItem * | patchingSourceShortcutPress (int s, bool previousPressStillActive=false) final |
void | unlearnAction () final |
bool | allowsLearnMode () final |
void | learnKnob (MIDIDevice *fromDevice, int whichKnob, int modKnobMode, int midiChannel) final |
![]() | |
MenuItemPatchedParam () | |
MenuItemPatchedParam (int newP) | |
MenuItem * | selectButtonPress () |
void | drawValue () |
ParamDescriptor | getLearningThing () |
uint8_t | getPatchedParamIndex () |
uint8_t | shouldDrawDotOnName () |
uint8_t | shouldBlinkPatchingSourceShortcut (int s, uint8_t *colour) |
MenuItem * | patchingSourceShortcutPress (int s, bool previousPressStillActive=false) |
ModelStackWithAutoParam * | getModelStack (void *memory) |
![]() | |
MenuItemParam (int newP=0) | |
int | getMaxValue () |
int | getMinValue () |
virtual uint8_t | getP () |
MenuItem * | selectButtonPress () |
virtual ModelStackWithAutoParam * | getModelStack (void *memory)=0 |
![]() | |
MenuItemWithCCLearning () | |
virtual ParamDescriptor | getLearningThing ()=0 |
void | unlearnAction () |
bool | allowsLearnMode () |
void | learnKnob (MIDIDevice *fromDevice, int whichKnob, int modKnobMode, int midiChannel) |
![]() | |
MenuItemIntegerContinuous (char const *newName=NULL) | |
![]() | |
MenuItemInteger (char const *newName=NULL) | |
void | selectEncoderAction (int offset) |
![]() | |
MenuItemNumber (char const *newName=NULL) | |
![]() | |
MenuItemValue (char const *newName=NULL) | |
void | beginSession (MenuItem *navigatedBackwardFrom) |
void | selectEncoderAction (int offset) |
void | readValueAgain () final |
bool | selectEncoderActionEditsInstrument () final |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
uint8_t | p |
![]() | |
char const * | name |
![]() | |
void | readCurrentValue () |
void | writeCurrentValue () final |
virtual int32_t | getFinalValue () |
![]() | |
ParamSet * | getParamSet () |
virtual ParamSet * | getParamSet ()=0 |
void | drawValue () |
virtual int | getMaxValue ()=0 |
virtual int | getMinValue () |
virtual void | readCurrentValue () |
virtual void | writeCurrentValue () |
virtual void | drawValue ()=0 |
|
inline |
|
inlinevirtual |
Reimplemented from MenuItem.