![]() |
Deluge Firmware 1.3.0
Build date: 2025.11.26
|
This is the complete list of members for AutoParam, including all inherited members.
| appendParam(AutoParam *otherParam, int32_t oldLength, int32_t reverseThisRepeatWithLength, bool pingpongingGenerally) (defined in AutoParam) | AutoParam | |
| AutoParam() (defined in AutoParam) | AutoParam | |
| beenCloned(bool copyAutomation, int32_t reverseDirectionWithLength) (defined in AutoParam) | AutoParam | |
| cancelOverriding() (defined in AutoParam) | AutoParam | inline |
| cloneFrom(AutoParam *otherParam, bool copyAutomation) (defined in AutoParam) | AutoParam | |
| containedSomethingBefore(bool wasAutomatedBefore, uint32_t valueBefore, uint32_t neutralValue=0) (defined in AutoParam) | AutoParam | static |
| containsSomething(uint32_t neutralValue=0) (defined in AutoParam) | AutoParam | |
| copy(int32_t startPos, int32_t endPos, CopiedParamAutomation *copiedParamAutomation, bool isPatchCable, ModelStackWithAutoParam const *modelStack) (defined in AutoParam) | AutoParam | |
| copyOverridingFrom(AutoParam *otherParam) (defined in AutoParam) | AutoParam | |
| currentValue | AutoParam | |
| deleteAutomation(Action *action, ModelStackWithAutoParam const *modelStack, bool shouldNotify=true) (defined in AutoParam) | AutoParam | |
| deleteAutomationBasicForSetup() (defined in AutoParam) | AutoParam | |
| deleteNodesBeyondPos(int32_t pos) (defined in AutoParam) | AutoParam | private |
| deleteNodesWithinRegion(ModelStackWithAutoParam const *modelStack, int32_t pos, int32_t length) (defined in AutoParam) | AutoParam | |
| deleteRedundantNodeInLinearRun(int32_t lastNodeInRunI, int32_t effectiveLength, bool mayLoopAroundBackToEnd=true) (defined in AutoParam) | AutoParam | private |
| deleteTime(int32_t startPos, int32_t lengthToDelete, ModelStackWithAutoParam *modelStack) (defined in AutoParam) | AutoParam | |
| generateRepeats(uint32_t oldLength, uint32_t newLength, bool shouldPingpong) (defined in AutoParam) | AutoParam | |
| getCurrentValue() (defined in AutoParam) | AutoParam | inline |
| getDistanceToNextNode(ModelStackWithAutoParam const *modelStack, int32_t pos, bool reversed) (defined in AutoParam) | AutoParam | |
| getValueAtPos(uint32_t pos, ModelStackWithAutoParam const *modelStack, bool reversed=false) (defined in AutoParam) | AutoParam | |
| getValuePossiblyAtPos(int32_t pos, ModelStackWithAutoParam *modelStack) (defined in AutoParam) | AutoParam | |
| grabValueFromPos(uint32_t pos, ModelStackWithAutoParam const *modelStack) (defined in AutoParam) | AutoParam | |
| homogenizeRegion(ModelStackWithAutoParam const *modelStack, int32_t startPos, int32_t length, int32_t startValue, bool interpolateLeftNode, bool interpolateRightNode, int32_t effectiveLength, bool reversed, int32_t posAtWhichClipWillCut=2147483647) (defined in AutoParam) | AutoParam | |
| homogenizeRegionTestSuccess(int32_t pos, int32_t regionEnd, int32_t startValue, bool interpolateStart, bool interpolateEnd) (defined in AutoParam) | AutoParam | private |
| init() (defined in AutoParam) | AutoParam | |
| insertStolenNodes(ModelStackWithAutoParam const *modelStack, int32_t pos, int32_t regionLength, int32_t loopLength, Action *action, StolenParamNodes *stolenNodeRecord) (defined in AutoParam) | AutoParam | |
| insertTime(int32_t pos, int32_t lengthToInsert) (defined in AutoParam) | AutoParam | |
| isAutomated() (defined in AutoParam) | AutoParam | inline |
| makeInterpolationGoodAgain(int32_t clipLength, int32_t quantizationRShift) (defined in AutoParam) | AutoParam | |
| moveRegionHorizontally(ModelStackWithAutoParam const *modelStack, int32_t pos, int32_t length, int32_t offset, int32_t lengthBeforeLoop, Action *action) (defined in AutoParam) | AutoParam | |
| nodes | AutoParam | |
| notifyPingpongOccurred() (defined in AutoParam) | AutoParam | |
| nudgeNonInterpolatingNodesAtPos(int32_t pos, int32_t offset, int32_t lengthBeforeLoop, Action *action, ModelStackWithAutoParam const *modelStack) (defined in AutoParam) | AutoParam | |
| paste(int32_t startPos, int32_t endPos, float scaleFactor, ModelStackWithAutoParam const *modelStack, CopiedParamAutomation *copiedParamAutomation, bool isPatchCable) (defined in AutoParam) | AutoParam | |
| processCurrentPos(ModelStackWithAutoParam const *modelStack, bool reversed, bool didPinpong, bool mayInterpolate=true, bool mustUpdateValueAtEveryNode=false) (defined in AutoParam) | AutoParam | |
| readFromFile(Deserializer &reader, int32_t readAutomationUpToPos) (defined in AutoParam) | AutoParam | |
| renewedOverridingAtTime (defined in AutoParam) | AutoParam | |
| setCurrentValueBasicForSetup(int32_t value) (defined in AutoParam) | AutoParam | inline |
| setCurrentValueInResponseToUserInput(int32_t value, ModelStackWithAutoParam const *modelStack, bool shouldLogAction=true, int32_t livePos=-1, bool mayDeleteNodesInLinearRun=true, bool isMPE=false) (defined in AutoParam) | AutoParam | |
| setCurrentValueWithNoReversionOrRecording(ModelStackWithAutoParam const *modelStack, int32_t value) (defined in AutoParam) | AutoParam | |
| setNodeAtPos(int32_t pos, int32_t value, bool shouldInterpolate) | AutoParam | |
| setPlayPos(uint32_t pos, ModelStackWithAutoParam const *modelStack, bool reversed) (defined in AutoParam) | AutoParam | |
| setupInterpolation(ParamNode *nextNode, int32_t effectiveLength, int32_t currentPos, bool reversed) (defined in AutoParam) | AutoParam | private |
| setValueForRegion(uint32_t pos, uint32_t length, int32_t value, ModelStackWithAutoParam const *modelStack, ActionType actionType=ActionType::NOTE_EDIT) (defined in AutoParam) | AutoParam | |
| setValuePossiblyForRegion(int32_t value, ModelStackWithAutoParam const *modelStack, int32_t pos, int32_t length, bool mayDeleteNodesInLinearRun=true) (defined in AutoParam) | AutoParam | |
| shiftHorizontally(int32_t amount, int32_t effectiveLength) (defined in AutoParam) | AutoParam | |
| shiftParamVolumeByDB(float offset) (defined in AutoParam) | AutoParam | |
| shiftValues(int32_t offset) (defined in AutoParam) | AutoParam | |
| stealNodes(ModelStackWithAutoParam const *modelStack, int32_t pos, int32_t regionLength, int32_t loopLength, Action *action, StolenParamNodes *stolenNodeRecord=nullptr) (defined in AutoParam) | AutoParam | |
| swapState(AutoParamState *state, ModelStackWithAutoParam const *modelStack) (defined in AutoParam) | AutoParam | |
| tickSamples(int32_t numSamples) | AutoParam | |
| tickTicks(int32_t numTicks) | AutoParam | |
| transposeCCValuesToChannelPressureValues() (defined in AutoParam) | AutoParam | |
| trimToLength(uint32_t newLength, Action *action, ModelStackWithAutoParam const *modelStack) (defined in AutoParam) | AutoParam | |
| valueIncrementPerHalfTick (defined in AutoParam) | AutoParam | |
| writeToFile(Serializer &writer, bool writeAutomation, int32_t *valueForOverride=nullptr) (defined in AutoParam) | AutoParam |