GeneratedGeneratedAudioMarks an audio input of a device. Mark a field with that to make it connectable by an audio cable.
from enum value: AudioInput = 6;
GeneratedAudioMarks an audio output of a device. Mark a field with that to make it connectable by an audio cable.
from enum value: AudioOutput = 7;
GeneratedAudioMarks an audio track, used by AudioRegions to point to AudioTracks.
from enum value: AudioTrack = 11;
GeneratedAudioMarks something that can have an audio track, used by AudioTrack to point to the AudioDevice.
from enum value: AudioTrackPlayer = 12;
GeneratedAutomatableMakes a field automatable by e.g. an automation track.
from enum value: AutomatableParameter = 4;
GeneratedAutomationMarks an automation collection, used by AutomationRegions to point to AutomationCollections.
from enum value: AutomationCollection = 10;
GeneratedAutomationMarks an automation track, used by AutomationRegions to point to AutomationTracks.
from enum value: AutomationTrack = 19;
GeneratedBasslineUsed by the Bassline pattern to point to their Bassline
from enum value: BasslinePatternSlot = 26;
GeneratedBeatbox8Used by the Beatbox8 pattern to point to their Beatbox8
from enum value: Beatbox8PatternSlot = 24;
GeneratedBeatbox9Used by the Beatbox9 pattern to point to their Beatbox9
from enum value: Beatbox9PatternSlot = 25;
GeneratedCentroidUsed to mark the connected Centroid by a CentroidChannel.
from enum value: Centroid = 21;
GeneratedGrooveMarks a groove. Use to reference a Groove entity.
from enum value: Groove = 0;
GeneratedListenableMarks something that can be listened to. Use to reference an audio connection by the User object, which is used by the "cue" tool.
from enum value: Listenable = 3;
GeneratedMachinisteUsed by the Machiniste pattern to point to their Machiniste
from enum value: MachinistePatternSlot = 27;
GeneratedMatrixUsed by the Matrix pattern to point to their Matrix arpeggiator
from enum value: MatrixArpeggiatorPatternSlot = 28;
GeneratedMicroMarks a micro tuning. Use to reference a MicroTuning entity.
from enum value: MicroTuning = 2;
GeneratedMixerPointed to by "AuxRoute" to connect an aux strip to a channel/group strip.
from enum value: MixerAuxReceive = 34;
GeneratedMixerPointed to by "AuxRoute" to connect a channel/group strip to an aux strip.
from enum value: MixerAuxSend = 33;
GeneratedMixerPointed to by "SidechainRoute" to connect the sidechin output of a strip to the sidechain input of another strip.
from enum value: MixerSideChainInput = 31;
GeneratedMixerPointed to by "SidechainRoute" to connect the sidechin output of a strip to the sidechain input of another strip.
from enum value: MixerSideChainOutput = 32;
GeneratedMixerMarks a mixer group strip.
from enum value: MixerStripGroup = 29;
GeneratedMixerMarks a mixer strip that can be grouped by a mixer group strip.
from enum value: MixerStripGroupChild = 30;
GeneratedNoteMarks a NoteCollection, used by Notes & NoteRegions to point to NoteCollections.
from enum value: NoteCollection = 16;
GeneratedNotesUse this to mark an note input of a device. Mark a field with that to make it connectable by a note cable.
from enum value: NotesInput = 8;
GeneratedNotesUse this to mark an note output of a device. Mark a field with that to make it connectable by a note cable.
from enum value: NotesOutput = 9;
GeneratedNoteMarks a note track, used by NoteRegions to point to NoteTracks.
from enum value: NoteTrack = 17;
GeneratedNoteMarks something that can have a note track, used e.g. by the bassline device.
from enum value: NoteTrackPlayer = 18;
GeneratedPatternMarks a pattern track, used by PatternRegions to point to PatternTracks.
from enum value: PatternTrack = 13;
GeneratedPatternMarks something that can have a pattern track, used e.g. by the bassline device.
from enum value: PatternTrackPlayer = 14;
GeneratedRasselbockUsed by the rasselbock pattern to point to their rasselbock
from enum value: RasselbockPatternSlot = 22;
GeneratedSampleMarks a sample. Use to reference a Sample entity.
from enum value: Sample = 1;
GeneratedTonematrixUsed by the Tonematrix pattern to point to their tonematrix
from enum value: TonematrixPatternSlot = 23;
GeneratedWaveshaperUsed to mark the connected Waveshaper by a WaveshaperAnchor.
from enum value: Waveshaper = 20;
Marks a location with a behaviour. A TargetType should describe what a location "is".
Good examples:
Bad examples:
Pointer fields must be given a TargetType they are allowed to point to. A pointer can only point to exactly one TargetType.
TargetTypes can be accepted by the following locations:
Fields:
List elements:
Entities:
buf:lint:ignore ENUM_VALUE_UPPER_SNAKE_CASE
from enum audiotool.document.v1.opt.TargetType