Controller scripts for Bitwig.
Go to file
decibyte 53d5639189 Fix typo 2023-12-28 16:18:31 +00:00
images Add GIF of PC2Scene in action 2023-12-28 16:14:48 +00:00
README.md Fix typo 2023-12-28 16:18:31 +00:00
pc2scene.control.js Add first version of the PC2Scene script 2023-12-28 17:01:03 +01:00

README.md

Bitwig Controller Scripts

My collection of scripts to make Bitwig even nicer.

PC2Scene

The PC2Scene Bitwig controller script in action

Currently, this is the only controller script I've made. It let's you launch Bitwig Scenes from external gear by listening to MIDI Program Change (PC) messages.

An example: On your Elektron Digitakt, you start playing a pattern chain: A01-A02-A01-A03. Bitwig will now launch the Scenes accordingly: 1st clip, 2nd clip, 1st clip, 3rd clip.

It of course requires you to set up the external device to send out PC messages on pattern change. And make Bitwig listen to this (using this script). And also, most likely, make your device control the transport and tempo of Bitwig or vice versa.