![]() |
Deluge Firmware 1.3.0
Build date: 2025.11.26
|
This is the complete list of members for Instrument, 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 | |
| beenEdited(bool shouldMoveToEmptySlot=true) (defined in Instrument) | Instrument | virtual |
| 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 | |
| compensateInstrumentVolumeForResonance(ModelStackWithThreeMainThings *modelStack) (defined in Instrument) | Instrument | inlinevirtual |
| createNewClipForArrangementRecording(ModelStack *modelStack) final (defined in Instrument) | Instrument | protectedvirtual |
| cutAllSound() (defined in Output) | Output | inlinevirtual |
| defaultVelocity (defined in Instrument) | Instrument | |
| deleteAnyInstancesOfClip(InstrumentClip *clip) (defined in Instrument) | Instrument | |
| deleteBackedUpParamManagers(Song *song) (defined in Output) | Output | inlinevirtual |
| detachActiveClip(Song *currentSong) (defined in Output) | Output | |
| dirPath (defined in Instrument) | Instrument | |
| doAnySoundsUseCC(uint8_t channel, uint8_t ccNumber, uint8_t value) (defined in Instrument) | Instrument | inlinevirtual |
| doTickForwardForArp(ModelStack *modelStack, int32_t currentPos) (defined in Output) | Output | inlinevirtual |
| editedByUser (defined in Instrument) | Instrument | |
| 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 | |
| existsOnCard (defined in Instrument) | Instrument | |
| 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() override (defined in Instrument) | Instrument | inlinevirtual |
| getOutputRecordingThis() (defined in Output) | Output | inline |
| getParamManager(Song *song) (defined in Output) | Output | virtual |
| getSlotXMLTag() (defined in Instrument) | Instrument | inlinevirtual |
| getSubSlotXMLTag() (defined in Instrument) | Instrument | inlinevirtual |
| 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 |
| Instrument(OutputType newType) (defined in Instrument) | Instrument | inline |
| inValidState (defined in Output) | Output | |
| isAnyAuditioningHappening()=0 (defined in Instrument) | Instrument | pure virtual |
| isEmpty(bool displayPopup=true) (defined in Output) | Output | |
| isGettingSoloingClip (defined in Output) | Output | |
| isNoteRowStillAuditioningAsLinearRecordingEnded(NoteRow *noteRow)=0 (defined in Instrument) | Instrument | pure virtual |
| 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 *otherPath) override (defined in Instrument) | Instrument | inlinevirtual |
| midiInput (defined in Instrument) | Instrument | |
| 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 |
| processParamFromInputMIDIChannel(int32_t cc, int32_t newValue, ModelStackWithTimelineCounter *modelStack)=0 (defined in Instrument) | Instrument | pure virtual |
| readFromFile(Deserializer &reader, Song *song, Clip *clip, int32_t readAutomationUpToPos) (defined in Output) | Output | virtual |
| readTagFromFile(Deserializer &reader, char const *tagName) override (defined in Instrument) | Instrument | 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, deluge::dsp::StereoBuffer< q31_t > 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 |
| setupDefaultAudioFileDir() (defined in Instrument) | Instrument | protected |
| setupPatching(ModelStackWithTimelineCounter *modelStack) (defined in Instrument) | Instrument | inlinevirtual |
| setupWithoutActiveClip(ModelStack *modelStack) (defined in Output) | Output | virtual |
| shouldHibernate (defined in Instrument) | Instrument | |
| 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) override (defined in Instrument) | Instrument | virtual |
| writeToFile(Clip *clipForSavingOutputOnly, Song *song) (defined in Output) | Output | |
| ~Output() (defined in Output) | Output | virtual |