Skip to content

Track Actions

Track actions allow you to manipulate tracks in Bitwig Studio. These actions include creating, renaming, and selecting tracks.

Track Actions List

ActionDescriptionExample
Create Instrument TrackCreates a new instrument trackCreate Instrument Track
Track RenameRenames the selected trackTrack Rename("Drums")
Track SelectSelects a track by indexTrack Select (2)
Track NextSelects the next trackTrack Next
Track PreviousSelects the previous trackTrack Previous

Track Actions Example

plaintext
// Create a new track and rename it
Create Instrument Track
Track Rename("Drums")