|
uint32_t | getMaxZoom () override |
|
uint32_t | getMaxLength () override |
|
ActionResult | horizontalEncoderAction (int32_t offset) override |
|
int32_t | getLengthChopAmount (int32_t square) |
|
int32_t | getLengthExtendAmount (int32_t square) |
|
void | focusRegained () override |
|
ActionResult | buttonAction (deluge::hid::Button b, bool on, bool inCardRoutine) override |
|
void | scrollFinished () override |
|
TimelineView * | toTimelineView () final |
| Convert this view to a TimelineView.
|
|
virtual bool | calculateZoomPinSquares (uint32_t oldScroll, uint32_t newScroll, uint32_t newZoom, uint32_t oldZoom) |
|
virtual bool | setupScroll (uint32_t oldScroll) |
|
virtual int32_t | getNavSysId () const |
|
virtual void | tellMatrixDriverWhichRowsContainSomethingZoomable () |
|
ActionResult | buttonAction (deluge::hid::Button b, bool on, bool inCardRoutine) override |
|
void | displayZoomLevel (bool justPopup=false) |
|
ActionResult | horizontalEncoderAction (int32_t offset) override |
|
void | displayScrollPos () |
|
void | displayNumberOfBarsAndBeats (uint32_t number, uint32_t quantization, bool countFromOne, char const *tooLongText) |
|
void | initiateXScroll (uint32_t newXScroll, int32_t numSquaresToScroll=kDisplayWidth) |
|
bool | zoomToMax (bool inOnly=false) |
|
void | initiateXZoom (int32_t zoomMagnitude, int32_t newScroll, uint32_t oldZoom) |
|
void | midiLearnFlash () override |
|
bool | scrollRightToEndOfLengthIfNecessary (int32_t maxLength) |
|
bool | scrollLeftIfTooFarRight (int32_t maxLength) |
|
void | tripletsButtonPressed () |
|
void | setTripletsLEDState () |
|
int32_t | getPosFromSquare (int32_t square, int32_t localScroll=-1) const |
|
int32_t | getPosFromSquare (int32_t square, int32_t xScroll, uint32_t xZoom) const |
|
int32_t | getSquareFromPos (int32_t pos, bool *rightOnSquare=nullptr, int32_t localScroll=-1) |
|
int32_t | getSquareFromPos (int32_t pos, bool *rightOnSquare, int32_t xScroll, uint32_t xZoom) |
|
int32_t | getSquareEndFromPos (int32_t pos, int32_t localScroll=-1) |
|
bool | isSquareDefined (int32_t square, int32_t xScroll=-1) |
|
bool | isSquareDefined (int32_t square, int32_t xScroll, uint32_t xZoom) |
|
bool | inTripletsView () const |
|
virtual bool | getAffectEntire () |
|
bool | canSeeViewUnderneath () final |
|
virtual bool | supportsTriplets () const |
|
virtual void | notifyPlaybackBegun () |
|
virtual uint32_t | getGreyedOutRowsNotRepresentingOutput (Output *output) |
|
virtual void | noteRowChanged (InstrumentClip *clip, NoteRow *noteRow) |
|
virtual void | playbackEnded () |
|
virtual void | clipNeedsReRendering (Clip *clip) |
|
virtual void | sampleNeedsReRendering (Sample *sample) |
|
virtual ActionResult | padAction (int32_t x, int32_t y, int32_t velocity) |
|
virtual ActionResult | verticalEncoderAction (int32_t offset, bool inCardRoutine) |
|
virtual void | selectEncoderAction (int8_t offset) |
|
virtual void | modEncoderAction (int32_t whichModEncoder, int32_t offset) |
|
virtual void | modButtonAction (uint8_t whichButton, bool on) |
|
virtual void | modEncoderButtonAction (uint8_t whichModEncoder, bool on) |
|
virtual void | graphicsRoutine () |
|
virtual ActionResult | timerCallback () |
|
virtual bool | opened () |
|
virtual void | displayOrLanguageChanged () |
|
virtual ClipMinder * | toClipMinder () |
|
virtual bool | pcReceivedForMidiLearn (MIDICable &fromCable, int32_t channel, int32_t program) |
|
virtual bool | noteOnReceivedForMidiLearn (MIDICable &fromCable, int32_t channel, int32_t note, int32_t velocity) |
|
virtual bool | getGreyoutColsAndRows (uint32_t *cols, uint32_t *rows) |
|
virtual bool | renderMainPads (uint32_t whichRows=0, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr, bool drawUndefinedArea=true) |
|
virtual bool | renderSidebar (uint32_t whichRows=0, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr) |
|
virtual bool | exitUI () |
| returns whether a UI exited
|
|
void | close () |
|
virtual void | renderOLED (deluge::hid::display::oled_canvas::Canvas &canvas)=0 |
|
virtual UIType | getUIType ()=0 |
|