Bitwig Extension to use the midi controller "Midi Fighter Twister" with the DAW Bitwig.
Directly download the latest release: download zip file
Please read the user documentation with the installation instructions.
Source code for Bitwig Performance Twister is available here on github. Feel free to use it for your own projects (according to the license agreement).
- JDK 17
- Bitwig Studio Version 5.1
- Bitwig Controller API 18
- Maven 3.9.5
- Follow the installation instructions for each of the above requirements.
- You might want to install an IDE like Eclipse or Visual Studio Code
- Run
mvn install
.
In order to get Bitwig Performance Twister to run on MacOs, starting from zero, you should follow these steps. I am writing this to remind my self to get started on a new machine.
- install MS Visual Code
- install Homebrew. Don't forget to include brew in the path. Description for that is on the homepage of homebrew
- use homebrew to install maven
- install git, install gitHub Desktop
- use gitHub desktop to clone Bitwig Performance Twister, when cloning it into the document folder, make sure that the documents folder is not synced with icloud. Check this in Apple system preferences under icloud
- open the cloned folder in MS-Visual Code.
- open a terminal in code and check the java version (java -version) and the Maven version (mvn -version)
- in MS-Code, open the explorer, go down to MAVEN, open Bitwig Performance Twister and Lifecycle
- Check the POM file, maybe the location where I copy the jar file to Bitwig might need to be adjusted
- In the MAVEN area, see under 8. run the "install" lifecycle option
- Add a shortcut in Bitwig to open the Controller Console. Use will use Command + K
- Add a task to MS Visual code to run the maven install command. Then add a keyboard shortcut to run this task