|
| | KeyboardScreen () |
| |
| bool | opened () |
| |
| void | focusRegained () |
| |
| int | padAction (int x, int y, int velocity) |
| |
| int | buttonAction (int x, int y, bool on, bool inCardRoutine) |
| |
| bool | renderMainPads (uint32_t whichRows, uint8_t image[][displayWidth+sideBarWidth][3], uint8_t occupancyMask[][displayWidth+sideBarWidth], bool drawUndefinedArea=false) |
| |
| bool | renderSidebar (uint32_t whichRows, uint8_t image[][displayWidth+sideBarWidth][3], uint8_t occupancyMask[][displayWidth+sideBarWidth]) |
| |
| int | verticalEncoderAction (int offset, bool inCardRoutine) |
| |
| int | horizontalEncoderAction (int offset) |
| |
| void | selectEncoderAction (int8_t offset) |
| |
| ClipMinder * | toClipMinder () |
| |
| void | flashDefaultRootNote () |
| |
| bool | oneNoteAuditioning () |
| |
| void | setLedStates () |
| |
| void | recalculateColours () |
| |
| bool | getAffectEntire () |
| |
| void | graphicsRoutine () |
| |
| void | exitAuditionMode () |
| |
| void | openedInBackground () |
| |
| void | stopAllAuditioning (ModelStack *modelStack, bool switchOffOnThisEndToo=true) |
| |
| | RootUI () |
| |
| virtual bool | getAffectEntire () |
| |
| bool | canSeeViewUnderneath () final |
| |
| virtual bool | supportsTriplets () |
| |
| virtual void | notifyPlaybackBegun () |
| |
| virtual uint32_t | getGreyedOutRowsNotRepresentingOutput (Output *output) |
| |
| virtual void | noteRowChanged (InstrumentClip *clip, NoteRow *noteRow) |
| |
| virtual void | playbackEnded () |
| |
| virtual bool | isTimelineView () |
| |
| virtual void | clipNeedsReRendering (Clip *clip) |
| |
| virtual void | sampleNeedsReRendering (Sample *sample) |
| |
| virtual void | midiLearnFlash () |
| |
| | UI () |
| |
| virtual int | padAction (int x, int y, int velocity) |
| |
| virtual int | buttonAction (int x, int y, bool on, bool inCardRoutine) |
| |
| virtual int | horizontalEncoderAction (int offset) |
| |
| virtual int | verticalEncoderAction (int offset, bool inCardRoutine) |
| |
| virtual void | selectEncoderAction (int8_t offset) |
| |
| virtual void | modEncoderAction (int whichModEncoder, int offset) |
| |
| virtual void | modButtonAction (uint8_t whichButton, bool on) |
| |
| virtual void | modEncoderButtonAction (uint8_t whichModEncoder, bool on) |
| |
| virtual void | graphicsRoutine () |
| |
| virtual int | timerCallback () |
| |
| virtual bool | opened () |
| |
| virtual void | focusRegained () |
| |
| virtual bool | canSeeViewUnderneath () |
| |
| virtual ClipMinder * | toClipMinder () |
| |
| virtual void | scrollFinished () |
| |
| virtual bool | noteOnReceivedForMidiLearn (MIDIDevice *fromDevice, int channel, int note, int velocity) |
| |
| virtual bool | getGreyoutRowsAndCols (uint32_t *cols, uint32_t *rows) |
| |
| virtual bool | renderMainPads (uint32_t whichRows=0, uint8_t image[][displayWidth+sideBarWidth][3]=NULL, uint8_t occupancyMask[][displayWidth+sideBarWidth]=NULL, bool drawUndefinedArea=true) |
| |
| virtual bool | renderSidebar (uint32_t whichRows=0, uint8_t image[][displayWidth+sideBarWidth][3]=NULL, uint8_t occupancyMask[][displayWidth+sideBarWidth]=NULL) |
| |
| void | close () |
| |
| | InstrumentClipMinder () |
| |
| void | createNewInstrument (int newInstrumentType) |
| |
| void | setLedStates () |
| |
| void | focusRegained () |
| |
| int | buttonAction (int x, int y, bool on, bool inCardRoutine) |
| |
| void | calculateDefaultRootNote () |
| |
| void | drawActualNoteCode (int16_t noteCode) |
| |
| void | cycleThroughScales () |
| |
| void | displayScaleName (int scale) |
| |
| void | displayCurrentScaleName () |
| |
| void | selectEncoderAction (int offset) |
| |
| bool | makeCurrentClipActiveOnInstrumentIfPossible (ModelStack *modelStack) |
| |
| void | changeInstrumentType (int newInstrumentType) |
| |
| void | opened () |
| |
| int | buttonAction (int x, int y, bool on) |
| |