![]() |
Deluge Firmware 1.3.0
Build date: 2025.04.16
|
Public Member Functions | |
ModelStackWithParamId * | addParamId (int32_t newParamId) const |
ModelStackWithAutoParam * | addAutoParam (int32_t newParamId, AutoParam *newAutoParam) const |
![]() | |
ModelStackWithParamCollection * | addParamCollection (ParamCollection *newParamCollection, ParamCollectionSummary *newSummary) const |
ModelStackWithParamCollection * | addParamCollectionSummary (ParamCollectionSummary *newSummary) const |
ModelStackWithParamId * | addParamCollectionAndId (ParamCollection *newParamCollection, ParamCollectionSummary *newSummary, int32_t newParamId) const |
ModelStackWithAutoParam * | addParam (ParamCollection *newParamCollection, ParamCollectionSummary *newSummary, int32_t newParamId, AutoParam *newAutoParam) const |
ModelStackWithAutoParam * | getUnpatchedAutoParamFromId (int32_t newParamId) |
ModelStackWithAutoParam * | getPatchedAutoParamFromId (int32_t newParamId) |
ModelStackWithAutoParam * | getPatchCableAutoParamFromId (int32_t newParamId) |
ModelStackWithSoundFlags * | addSoundFlags () const |
ModelStackWithSoundFlags * | addDummySoundFlags () const |
ModelStackWithAutoParam * | getExpressionAutoParamFromID (int32_t newParamId) |
![]() | |
ModelStackWithThreeMainThings * | addParamManager (ParamManagerForTimeline *newParamManager) const |
![]() | |
void | setNoteRow (NoteRow *newNoteRow, int32_t newNoteRowId) |
NoteRow * | getNoteRow () const |
NoteRow * | getNoteRowAllowNull () const |
void | setNoteRow (NoteRow *newNoteRow) |
ModelStackWithThreeMainThings * | addOtherTwoThings (ModControllable *newModControllable, ParamManager *newParamManager) const |
ModelStackWithModControllable * | addModControllable (ModControllable *newModControllable) const |
ModelStackWithThreeMainThings * | addOtherTwoThingsAutomaticallyGivenNoteRow () const |
int32_t | getLoopLength () const |
int32_t | getRepeatCount () const |
int32_t | getLastProcessedPos () const |
int32_t | getLivePos () const |
bool | isCurrentlyPlayingReversed () const |
int32_t | getPosAtWhichPlaybackWillCut () const |
![]() | |
ModelStackWithTimelineCounter * | toWithTimelineCounter () const |
TimelineCounter * | getTimelineCounter () const |
TimelineCounter * | getTimelineCounterAllowNull () const |
void | setTimelineCounter (TimelineCounter *newTimelineCounter) |
bool | timelineCounterIsSet () const |
ModelStackWithNoteRow * | automaticallyAddNoteRowFromId () const |
Public Attributes | |
ParamCollection * | paramCollection |
ParamCollectionSummary * | summary |
![]() | |
ParamManager * | paramManager |
![]() | |
ModControllable * | modControllable |
![]() | |
Song * | song |
int32_t | noteRowId |
Additional Inherited Members | |
![]() | |
NoteRow * | noteRow |
![]() | |
TimelineCounter * | timelineCounter |