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
Action | Description | Example |
---|---|---|
Bpm | Sets the tempo | Bpm(120) |
Play | Starts playback | Play() |
Stop | Stops playback | Stop() |
Transport Actions Example
plaintext
// Set the tempo and start playback
Bpm(120)
Play()