![]() |
Deluge Firmware 1.3.0
Build date: 2025.04.16
|
This is the complete list of members for Output, including all inherited members.
activeClip (defined in Output) | Output | protected |
addRecorder(SampleRecorder *newRecorder) (defined in Output) | Output | inline |
alreadyGotItsNewClip (defined in Output) | Output | |
armedForRecording (defined in Output) | Output | |
clearRecordingFrom() (defined in Output) | Output | inlineprotectedvirtual |
clipHasInstance(Clip *clip) (defined in Output) | Output | |
clipInstances (defined in Output) | Output | |
clipLengthChanged(Clip *clip, int32_t oldLength) (defined in Output) | Output | |
colour (defined in Output) | Output | |
createNewClipForArrangementRecording(ModelStack *modelStack)=0 (defined in Output) | Output | protectedpure virtual |
cutAllSound() (defined in Output) | Output | inlinevirtual |
deleteBackedUpParamManagers(Song *song) (defined in Output) | Output | inlinevirtual |
detachActiveClip(Song *currentSong) (defined in Output) | Output | |
doTickForwardForArp(ModelStack *modelStack, int32_t currentPos) (defined in Output) | Output | inlinevirtual |
endAnyArrangementRecording(Song *song, int32_t actualEndPos, uint32_t timeRemainder) (defined in Output) | Output | |
endArrangementPlayback(Song *song, int32_t actualEndPos, uint32_t timeRemainder) (defined in Output) | Output | |
exportStem (defined in Output) | Output | |
getActiveClip() const (defined in Output) | Output | |
getClipFromName(String *name) | Output | |
getModelStackWithParam(ModelStackWithTimelineCounter *modelStack, Clip *clip, int32_t paramID, deluge::modulation::params::Kind paramKind, bool affectEntire, bool useMenuStack)=0 (defined in Output) | Output | pure virtual |
getNameXMLTag() (defined in Output) | Output | inlinevirtual |
getOutputRecordingThis() (defined in Output) | Output | inline |
getParamManager(Song *song) (defined in Output) | Output | virtual |
getThingWithMostReverb(Sound **soundWithMostReverb, ParamManager **paramManagerWithMostReverb, GlobalEffectableForClip **globalEffectableWithMostReverb, int32_t *highestReverbAmountFound) (defined in Output) | Output | inlinevirtual |
getXMLTag()=0 (defined in Output) | Output | pure virtual |
hasRecorder() (defined in Output) | Output | inline |
inValidState (defined in Output) | Output | |
isEmpty(bool displayPopup=true) (defined in Output) | Output | |
isGettingSoloingClip (defined in Output) | Output | |
isSkippingRendering() (defined in Output) | Output | inlinevirtual |
loadAllAudioFiles(bool mayActuallyReadFiles) (defined in Output) | Output | inlinevirtual |
loadCrucialAudioFilesOnly() (defined in Output) | Output | inlinevirtual |
matchesPreset(OutputType otherType, int32_t channel, int32_t channelSuffix, char const *otherName, char const *dirPath)=0 (defined in Output) | Output | pure virtual |
modKnobMode (defined in Output) | Output | |
mutedInArrangementMode (defined in Output) | Output | |
mutedInArrangementModeBeforeStemExport (defined in Output) | Output | |
name (defined in Output) | Output | |
needsEarlyPlayback() const (defined in Output) | Output | inlinevirtual |
next (defined in Output) | Output | |
nextClipFoundShouldGetArmed (defined in Output) | Output | |
offerBendRangeUpdate(ModelStack *modelStack, MIDICable &cable, int32_t channelOrZone, int32_t whichBendRange, int32_t bendSemitones) (defined in Output) | Output | inlinevirtual |
offerReceivedAftertouch(ModelStackWithTimelineCounter *modelStackWithTimelineCounter, MIDICable &cable, int32_t channel, int32_t value, int32_t noteCode, bool *doingMidiThru) (defined in Output) | Output | inlinevirtual |
offerReceivedCC(ModelStackWithTimelineCounter *modelStackWithTimelineCounter, MIDICable &cable, uint8_t channel, uint8_t ccNumber, uint8_t value, bool *doingMidiThru) (defined in Output) | Output | inlinevirtual |
offerReceivedCCToLearnedParams(MIDICable &cable, uint8_t channel, uint8_t ccNumber, uint8_t value, ModelStackWithTimelineCounter *modelStack) (defined in Output) | Output | inlinevirtual |
offerReceivedNote(ModelStackWithTimelineCounter *modelStackWithTimelineCounter, MIDICable &cable, bool on, int32_t channel, int32_t note, int32_t velocity, bool shouldRecordNotes, bool *doingMidiThru) (defined in Output) | Output | inlinevirtual |
offerReceivedPitchBend(ModelStackWithTimelineCounter *modelStackWithTimelineCounter, MIDICable &cable, uint8_t channel, uint8_t data1, uint8_t data2, bool *doingMidiThru) (defined in Output) | Output | inlinevirtual |
offerReceivedPitchBendToLearnedParams(MIDICable &cable, uint8_t channel, uint8_t data1, uint8_t data2, ModelStackWithTimelineCounter *modelStack) | Output | inlinevirtual |
Output(OutputType newType) (defined in Output) | Output | |
outputRecordingThisOutput (defined in Output) | Output | protected |
pickAnActiveClipForArrangementPos(ModelStack *modelStack, int32_t arrangementPos, PgmChangeSend maySendMIDIPGMs) (defined in Output) | Output | |
pickAnActiveClipIfPossible(ModelStack *modelStack, bool searchSessionClipsIfNeeded=true, PgmChangeSend maySendMIDIPGMs=PgmChangeSend::ONCE, bool setupWithoutActiveClipIfNeeded=true) (defined in Output) | Output | |
possiblyBeginArrangementRecording(Song *song, int32_t newPos) (defined in Output) | Output | |
prepareForHibernationOrDeletion() (defined in Output) | Output | inlinevirtual |
readFromFile(Deserializer &reader, Song *song, Clip *clip, int32_t readAutomationUpToPos) (defined in Output) | Output | virtual |
readTagFromFile(Deserializer &reader, char const *tagName) (defined in Output) | Output | virtual |
recorder (defined in Output) | Output | protected |
recorderIsEchoing (defined in Output) | Output | protected |
recordingInArrangement (defined in Output) | Output | |
removeRecorder() (defined in Output) | Output | inline |
renderOutput(ModelStack *modelStack, std::span< StereoSample > outputBuffer, int32_t *reverbBuffer, int32_t reverbAmountAdjust, int32_t sideChainHitPending, bool shouldLimitDelayFeedback, bool isClipActive)=0 (defined in Output) | Output | pure virtual |
resyncLFOs() (defined in Output) | Output | inlinevirtual |
sendMIDIPGM() (defined in Output) | Output | inlinevirtual |
setActiveClip(ModelStackWithTimelineCounter *modelStack, PgmChangeSend maySendMIDIPGMs=PgmChangeSend::ONCE) (defined in Output) | Output | virtual |
setRenderingToAudioOutput(bool monitoring, Output *output) | Output | inline |
setupWithoutActiveClip(ModelStack *modelStack) (defined in Output) | Output | virtual |
shouldRenderInSong() (defined in Output) | Output | inline |
soloingInArrangementMode (defined in Output) | Output | |
stopAnyAuditioning(ModelStack *modelStack) (defined in Output) | Output | inlinevirtual |
toModControllable() (defined in Output) | Output | inlinevirtual |
type (defined in Output) | Output | |
wantsToBeginArrangementRecording() (defined in Output) | Output | inlinevirtual |
wasCreatedForAutoOverdub (defined in Output) | Output | |
writeDataToFile(Serializer &writer, Clip *clipForSavingOutputOnly, Song *song) (defined in Output) | Output | virtual |
writeToFile(Clip *clipForSavingOutputOnly, Song *song) (defined in Output) | Output | |
~Output() (defined in Output) | Output | virtual |