![]() |
Deluge Firmware 1.3.0
Build date: 2025.08.14
|
This is the complete list of members for AutomationEditorLayoutNoteVelocity, including all inherited members.
addNoteWithNewVelocity(int32_t x, int32_t velocity, int32_t newVelocity) (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | private |
adjustNoteVelocity(ModelStackWithNoteRow *modelStackWithNoteRow, NoteRow *noteRow, int32_t x, int32_t velocity, int32_t newVelocity, uint8_t squareType) (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | private |
AutomationEditorLayout()=default (defined in AutomationEditorLayout) | AutomationEditorLayout | |
AutomationEditorLayoutNote()=default (defined in AutomationEditorLayoutNote) | AutomationEditorLayoutNote | |
AutomationEditorLayoutNoteVelocity()=default (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | |
blinkInterpolationShortcut() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
blinkPadSelectionShortcut() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
displayAutomation(bool padSelected=false, bool updateDisplay=true) (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
displayParameterValueOLED(deluge::hid::display::oled_canvas::Canvas &canvas, int32_t yPos, int32_t knobPosLeft, int32_t knobPosRight) | AutomationEditorLayoutNoteVelocity | |
getAutomationParamType() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getAutomationView() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getCopiedParamAutomation() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getInterpolation() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getInterpolationAfter() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getInterpolationBefore() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getLastPadSelectedKnobPos() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getLeftPadSelectedX() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getLeftPadSelectedY() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getMiddlePadPressSelected() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getModelStackWithParamForClip(ModelStackWithTimelineCounter *modelStack, Clip *clip, int32_t paramID=deluge::modulation::params::kNoParamID, deluge::modulation::params::Kind paramKind=deluge::modulation::params::Kind::NONE) (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getMultiPadPressActive() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getMultiPadPressSelected() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getNavSysId() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getOnArrangerView() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getPadSelectionOn() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getPosFromSquare(int32_t square, int32_t localScroll=-1) const (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getPosFromSquare(int32_t square, int32_t xScroll, uint32_t xZoom) const (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getRightPadSelectedX() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getRightPadSelectedY() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
getVelocityFromY(int32_t y) (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | private |
getYFromVelocity(int32_t velocity) (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | private |
initInterpolation() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
initPadSelection() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
noteEditPadAction(ModelStackWithNoteRow *modelStackWithNoteRow, NoteRow *noteRow, InstrumentClip *clip, int32_t x, int32_t y, int32_t velocity, int32_t effectiveLength, SquareInfo &squareInfo) (defined in AutomationEditorLayoutNote) | AutomationEditorLayoutNote | |
recordNoteEditPadAction(int32_t x, int32_t velocity) (defined in AutomationEditorLayoutNote) | AutomationEditorLayoutNote | |
renderDisplay(int32_t knobPosLeft=kNoSelection, int32_t knobPosRight=kNoSelection, bool modEncoderAction=false) (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
renderNoteColumn(ModelStackWithNoteRow *modelStackWithNoteRow, InstrumentClip *clip, RGB image[][kDisplayWidth+kSideBarWidth], uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth], int32_t xDisplay, int32_t xScroll, int32_t xZoom, SquareInfo &squareInfo) | AutomationEditorLayoutNoteVelocity | |
renderNoteEditor(ModelStackWithNoteRow *modelStackWithNoteRow, InstrumentClip *clip, RGB image[][kDisplayWidth+kSideBarWidth], uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth], int32_t renderWidth, int32_t xScroll, uint32_t xZoom, int32_t effectiveLength, int32_t xDisplay, bool drawUndefinedArea, SquareInfo &squareInfo) (defined in AutomationEditorLayoutNote) | AutomationEditorLayoutNote | |
renderNoteEditorDisplay7SEG(InstrumentClip *clip, OutputType outputType, int32_t knobPosLeft) (defined in AutomationEditorLayoutNote) | AutomationEditorLayoutNote | |
renderNoteEditorDisplayOLED(deluge::hid::display::oled_canvas::Canvas &canvas, InstrumentClip *clip, OutputType outputType, int32_t knobPosLeft, int32_t knobPosRight) (defined in AutomationEditorLayoutNote) | AutomationEditorLayoutNote | |
renderNoteSquare(RGB image[][kDisplayWidth+kSideBarWidth], uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth], int32_t xDisplay, int32_t yDisplay, uint8_t squareType, int32_t value) | AutomationEditorLayoutNoteVelocity | private |
renderUndefinedArea(int32_t xScroll, uint32_t xZoom, int32_t lengthToDisplay, RGB image[][kDisplayWidth+kSideBarWidth], uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth], int32_t imageWidth, TimelineView *timelineView, bool tripletsOnHere, int32_t xDisplay) (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
resetInterpolationShortcutBlinking() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlineprotected |
setVelocity(ModelStackWithNoteRow *modelStackWithNoteRow, NoteRow *noteRow, int32_t x, int32_t newVelocity) (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | private |
setVelocityRamp(ModelStackWithNoteRow *modelStackWithNoteRow, NoteRow *noteRow, SquareInfo rowSquareInfo[kDisplayWidth], int32_t velocityIncrement) (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | private |
velocityEditPadAction(ModelStackWithNoteRow *modelStackWithNoteRow, NoteRow *noteRow, InstrumentClip *clip, int32_t x, int32_t y, int32_t velocity, int32_t effectiveLength, SquareInfo &squareInfo) (defined in AutomationEditorLayoutNoteVelocity) | AutomationEditorLayoutNoteVelocity | |
~AutomationEditorLayout() (defined in AutomationEditorLayout) | AutomationEditorLayout | inlinevirtual |