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
- Host: GitHub
- URL: https://github.com/dozius/twistersister
- Owner: dozius
- License: lgpl-3.0
- Created: 2021-03-17T17:38:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-26T23:13:48.000Z (over 1 year ago)
- Last Synced: 2025-04-06T16:53:06.292Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 386 KB
- Stars: 37
- Watchers: 8
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twister Sister Bitwig Controller Extension
[](https://github.com/dozius/TwisterSister/releases/latest)
[](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.