|
bool | opened () override |
|
void | focusRegained () override |
|
bool | renderMainPads (uint32_t whichRows, RGB image[][kDisplayWidth+kSideBarWidth], uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth], bool drawUndefinedArea=true) override |
|
bool | renderSidebar (uint32_t whichRows, RGB image[][kDisplayWidth+kSideBarWidth], uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]) override |
|
bool | setupScroll (uint32_t oldScroll) override |
|
void | tellMatrixDriverWhichRowsContainSomethingZoomable () override |
|
bool | supportsTriplets () const override |
|
ClipMinder * | toClipMinder () override |
|
ActionResult | buttonAction (deluge::hid::Button b, bool on, bool inCardRoutine) override |
|
ActionResult | padAction (int32_t x, int32_t y, int32_t velocity) override |
|
void | graphicsRoutine () override |
|
void | playbackEnded () override |
|
void | clipNeedsReRendering (Clip *clip) override |
|
void | sampleNeedsReRendering (Sample *sample) override |
|
void | selectEncoderAction (int8_t offset) override |
|
void | setClipLengthEqualToSampleLength () |
|
void | adjustLoopLength (int32_t newLength) |
|
ActionResult | horizontalEncoderAction (int32_t offset) override |
|
ActionResult | editClipLengthWithoutTimestretching (int32_t offset) |
|
ActionResult | verticalEncoderAction (int32_t offset, bool inCardRoutine) override |
|
ActionResult | timerCallback () override |
|
uint32_t | getMaxLength () override |
|
uint32_t | getMaxZoom () override |
|
void | renderOLED (deluge::hid::display::oled_canvas::Canvas &canvas) override |
|
UIType | getUIType () override |
|
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 int32_t | getNavSysId () const |
|
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 void | notifyPlaybackBegun () |
|
virtual uint32_t | getGreyedOutRowsNotRepresentingOutput (Output *output) |
|
virtual void | noteRowChanged (InstrumentClip *clip, NoteRow *noteRow) |
|
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 | displayOrLanguageChanged () |
|
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 | exitUI () |
| returns whether a UI exited
|
|
void | close () |
|
ActionResult | buttonAction (deluge::hid::Button b, bool on) |
|