24class AutomationEditorLayoutNote :
public AutomationEditorLayout {
26 AutomationEditorLayoutNote() =
default;
30 int32_t x, int32_t y, int32_t velocity, int32_t effectiveLength,
SquareInfo& squareInfo);
31 void recordNoteEditPadAction(int32_t x, int32_t velocity);
36 RGB image[][kDisplayWidth + kSideBarWidth],
37 uint8_t occupancyMask[][kDisplayWidth + kSideBarWidth], int32_t renderWidth, int32_t xScroll,
38 uint32_t xZoom, int32_t effectiveLength, int32_t xDisplay,
bool drawUndefinedArea,
43 OutputType outputType, int32_t knobPosLeft, int32_t knobPosRight);
44 void renderNoteEditorDisplay7SEG(
InstrumentClip* clip, OutputType outputType, int32_t knobPosLeft);