An open API service indexing awesome lists of open source software.

https://github.com/dozius/twistersister

A Bitwig Studio contoller extension for the Midi Fighter Twister
https://github.com/dozius/twistersister

Last synced: about 1 year ago
JSON representation

A Bitwig Studio contoller extension for the Midi Fighter Twister

Awesome Lists containing this project

README

          

# Twister Sister Bitwig Controller Extension

[![Download](https://img.shields.io/github/downloads/dozius/TwisterSister/total.svg)](https://github.com/dozius/TwisterSister/releases/latest)
[![Donate](https://img.shields.io/badge/donate-paypal-blue.svg)](https://www.paypal.me/cisc)

This is the source code repository for the Twister Sister Bitwig controller extension.

Precompiled releases can be found [here](https://github.com/dozius/TwisterSister/releases).

User documentation, including installation instructions, can be found [here](docs/README.md).

## Compiling

### Requirements

- [OpenJDK 12.x](https://adoptopenjdk.net/releases.html?variant=openjdk12)
- [Maven >= 3.1.0](https://maven.apache.org/)

### Build and install

1. Follow the installation instructions for each of the above requirements.
2. Run `mvn install`.

### Debugging

1. Set an environment variable `BITWIG_DEBUG_PORT` to an unused port number.
2. Restart Bitwig.
3. Setup your debugger to connect to the port from step 1.