Control playback, tempo, and transport position.Documentation Index
Fetch the complete documentation index at: https://docs.vibrai.com/llms.txt
Use this file to discover all available pages before exploring further.
Command line
transport get
Show transport state
transport set-tempo
Set tempo in BPM
Tempo in BPM
transport play
Start playback
transport stop
Stop playback
transport seek
Seek transport to a beat position
Transport position: bar.beat notation (e.g. 2.1 = bar 2, beat 1) or raw beats (e.g. 16.0)
MCP tools
get_transport
Get current transport state (tempo, time signature, position, playback flag).
set_tempo
Set the project tempo in BPM.
Tempo in beats per minute (e.g. 120.0)
play
Start transport playback.
stop
Stop transport playback.
seek
Move the transport playhead to the given beat position (0 = song start). Use before play to start from a specific bar, or while playing to jump to a new position; the playhead moves at the next audio buffer.
Beat position from 0. One bar = 4 beats in 4/4.