Skip to content

Transport Actions

Transport actions allow you to control the transport in Bitwig Studio. These actions include setting the tempo and controlling playback.

Transport Actions List

ActionDescriptionExample
BpmSets the tempoBpm(120)
PlayStarts playbackPlay()
StopStops playbackStop()

Transport Actions Example

plaintext
// Set the tempo and start playback
Bpm(120)
Play()