Quick Start
Get timecode running in under 5 minutes
1
Download & Install
Grab the latest release for your platform:
- Windows: Run the
.exeinstaller - macOS: Open the
.dmgand drag to Applications - Linux: Extract the
.tar.gzand run./bptimecode
2
Start the Server
Open a terminal and run:
bptimecode serve This starts the server and opens the web UI in your browser at http://localhost:5050
3
Create Your First Slot
In the web UI:
- Click the + button
- Name your slot (e.g., "Main TC")
- Choose a frame rate (default: 29.97 drop-frame)
- Click Create
Or via CLI:
bptimecode slot create --name "Main TC" --framerate 29.97df 4
Start Playback
Click the ▶ Play button on your slot. You'll see the timecode start counting.
Or via CLI:
bptimecode slot play 1 5
Route to an Output
Now let's send that timecode somewhere useful:
🔊 LTC Audio
- Go to Settings → LTC
- Select your audio output device
- Enable LTC output for Slot 1
💡 Art-Net
- Go to Settings → Art-Net
- Configure your network interface
- Set the universe and enable output
🎹 MTC (MIDI)
- Go to Settings → MTC
- Select your MIDI output device
- Enable MTC output for Slot 1