Close

Experimental:Palette:bitwigTrack

Summary

The BitwigTrack COMP acts as an interface for accessing and controlling the attributes of a given Bitwig Track object. It allows users to choose the specific track they are interested in and perform any actions accordingly.

PythonIcon.pngPalette:bitwigTrack1 Ext


Parameters - Bitwig Track Page

Track Track - A read-only string providing the currently selected Track name.

Pin Track Pintrack - Indicates whether the current selection is pinned to the current track. If the selection is un-pinned, the selection will follow whatever track is currently selected in the Bitwig UI. If the selection is pinned, the selection will remain on the currently selected track independently of the Bitwig UI selection.

Prev Track Prevtrack - Will change the current selection to the previous track in the Bitwig UI.

Next Track Nexttrack - Will change the current selection to the next track in the Bitwig UI.

Make Visible In Arranger Makevisibleinarranger - If the selected track is currently out of the Bitwig Arranger view, pressing pulse will scroll the arranger window so that the selected track is brought into view.

Make Visible In Mixer Makevisibleinmixer - If the selected track is currently out of the Bitwig Mixer view, pressing pulse will scroll the mixer window so that the selected track is brought into view.

Select In Editor Selectineditor - Places the Bitwig Editor cursor on the currently selected track.

Select In Mixer Selectinmixer - Places the Bitwig Mixer cursor on the currently selected track.

Stop Playback Stopplayback - Stops playback of clips for the selected track.

Return To Arrangement Returntoarrangement - Swtiches playback mode from clip launcher to arranger for the selected track.

Track Type Tracktype - A read-only string providing the selected track type. Can be Audio, Instrument, Hybrid, FX, or Group.

Active Active - Indicates the active state of the selected track.

Arm Arm - Indicates if the selected track is armed for recording.

Solo Solo - Indicates if the selected track is in solo mode.

Mute Mute - Indicates if the selected track is muted.

Volume Volume - Indicates the selected track's volume level.

Pan Pan - Indicates the selected track's pan value.

Color Color - Indicates the selected track's color value in RGB

Monitor Mode Monitormode - - Indicates the selected track's monitor mode. The monitor mode will define if the track is using its selected input source.

  • Off OFF - Input source is disabled
  • Auto AUTO - Input source is enabled only if track is currently selected in the Bitwig UI
  • On ON - Input source is enabled


Parameters - Settings Page

Format Name Info Formatnameinfo - If enabled, the output CHOP channel names will include with the name of the currently selected Track object. Otherwise, the channel names will begin with the integer index of the Cursor this COMP is connected to.


Parameters - TDBitwig Page

TDBitwig Comp Tdbitwigcomp - A reference to the Bitwig Main COMP

Connect Connect - A toggle to manually enable or disable listeners associated with this COMP.

Listener Index Listenerindex - The index of the Cursor object which this COMP is communicating with.

Debug Messages Debugmessages - Print information about extension method calls for the Component

Clear Chop Clearchop - Clear the channels in the OSC In CHOP

Strip CHOP Name Prefixes Stripchopnameprefixes - Strip off the given number of address segments in the output CHOP channel names


Parameters - About Page

Help Help - Opens this documentation page

Version Version - The TDBitwig version that this Component is updated to

.tox Save Build Toxsavebuild - The TouchDesigner build version that this Component was saved in

Update Update - If the tdBitwigPackage COMP is present in the TouchDesigner project, pressing pulse will update this Component to the newest version


Operator Outputs

  • Output 0 - A CHOP containing a channel for each listener property associated with this COMP

TouchDesigner Build: