Latest News: Bitwig updates Bitwig Studio to 5.2
Twister Sister - MIDI Fighter Twister controller extension
-
- KVRer
- 7 posts since 3 Oct, 2021
Hey Dozius,
Just got an MFT and wanted to say thanks for the script.
Two quick questions
1. Is there a way to navigate through different pads on the Drum Machine and fx chains on those pads? I thought this might be the folder navigation button but that only works on folders.
2. Is there any information on how we setup user banks? Looking at github document it seems a bit limted on information, unless I am missing something. Do we need to edit the script or something. Id ike to setup 4 knobs to control send 1-4 on a selected track as a start
Just got an MFT and wanted to say thanks for the script.
Two quick questions
1. Is there a way to navigate through different pads on the Drum Machine and fx chains on those pads? I thought this might be the folder navigation button but that only works on folders.
2. Is there any information on how we setup user banks? Looking at github document it seems a bit limted on information, unless I am missing something. Do we need to edit the script or something. Id ike to setup 4 knobs to control send 1-4 on a selected track as a start
- KVRian
- Topic Starter
- 927 posts since 26 Oct, 2005 from The Void
1. No, this is not something that the extensions does.
2. The user banks are left up to the user to map inside Bitwig using Bitwig's regular MIDI mapping capabilities. There is no deeper integration for these banks.
2. The user banks are left up to the user to map inside Bitwig using Bitwig's regular MIDI mapping capabilities. There is no deeper integration for these banks.
-
- KVRer
- 3 posts since 10 Jan, 2006
Hi.
Thanks for the script.
I'm having some issues, though. The usable range of the encoder is very short and centered around the middle position.
I have used a MIDI monitor to show what happens, maybe it's better a short video than a longer explanation.
https://youtu.be/KMZCrtq-T48
I'm a newbie to Bitwig, so it could perfectly be user error.
Thanks!
Thanks for the script.
I'm having some issues, though. The usable range of the encoder is very short and centered around the middle position.
I have used a MIDI monitor to show what happens, maybe it's better a short video than a longer explanation.
https://youtu.be/KMZCrtq-T48
I'm a newbie to Bitwig, so it could perfectly be user error.
Thanks!
- KVRAF
- 8918 posts since 6 Jan, 2017 from Outer Space
Encoders send increment/decrement values. The high value needs to be interpreted as 7-bit 2-complement to get a negative value. That is what you see, you need to add those values to the previous to get the actual value... That is why encoders are so much more convenient than pots. The range isn't limited to 0-127...
- KVRian
- Topic Starter
- 927 posts since 26 Oct, 2005 from The Void
Most likely you haven't loaded the settings that come with the extension into your device. The device needs to be configured with the provided settings to work correctly with the extension. Please read the section of the documentation for installation of the extension.trotz wrote: ↑Wed Jun 01, 2022 10:32 am Hi.
Thanks for the script.
I'm having some issues, though. The usable range of the encoder is very short and centered around the middle position.
I have used a MIDI monitor to show what happens, maybe it's better a short video than a longer explanation.
I'm a newbie to Bitwig, so it could perfectly be user error.
Thanks!
-
- KVRist
- 78 posts since 4 Oct, 2009
Hi Dozius,
Is there any way I can get the latest v2 of your script to work with BWS 4.0.8 ? I noticed on your release it states 4.1+, but unfortunately my subscription expired at 4.0.8 and I'd still like to use this script if possible ?
Thanks
X20
Is there any way I can get the latest v2 of your script to work with BWS 4.0.8 ? I noticed on your release it states 4.1+, but unfortunately my subscription expired at 4.0.8 and I'd still like to use this script if possible ?
Thanks
X20
Windows 11 / Ryzen 7 5700X / ASRock X470 Taichi / 32GB Corsair DDR4 / EVGA RTX2070 / Bitwig Studio DAW / Audient ID14 MK2 / KRK VXT6 Monitors
- KVRian
- Topic Starter
- 927 posts since 26 Oct, 2005 from The Void
No, v2 uses features in the API only available in 4.1 or higher. You'll need to stick with v1 of the extension until you upgrade Bitwig.
- KVRian
- Topic Starter
- 927 posts since 26 Oct, 2005 from The Void
Updated to v2.0.1
- Improve documentation on pinned indication
- Fix crash in Bitwig v5 beta
- KVRian
- Topic Starter
- 927 posts since 26 Oct, 2005 from The Void
Make sure your device is setup correctly as per the installation instructions. If you've followed the installation instructions then also make sure your device is outputting the correct MIDI data. Had a user recently suffering from some kind of bug with their device which required reloading the firmware to fix.
https://github.com/dozius/TwisterSister/issues/11
-
- KVRist
- 49 posts since 25 Aug, 2004 from Germany
Hei Dozius,
thank you for this very handy and functional script and the good documentation!
Have a nice weekend
thank you for this very handy and functional script and the good documentation!
Have a nice weekend
Last edited by soehngenetic on Sun Aug 13, 2023 3:48 pm, edited 1 time in total.
-
- KVRer
- 11 posts since 30 Aug, 2014
EDIT: Downloaded latest Sister from Github and it's working!
Hi! Installed Bitwig v5 (5.04) on Windows 10 and after launch I get:
Hi! Installed Bitwig v5 (5.04) on Windows 10 and after launch I get:
Code: Select all
Twister Sister crashed
Could not initialize class org.tomlj.internal.TomlLexer
-
- KVRist
- 332 posts since 1 Jun, 2005 from Zwolle, Netherlands
Thanks for this Excellent Script. I also experienced crashes but this was due to improper installation. After removing old installations and re installing all worked fine.
Kudos for the Ergonomic setup, really intuitive!
macOS 14.2, BW 5.1
Kudos for the Ergonomic setup, really intuitive!
macOS 14.2, BW 5.1
- KVRian
- Topic Starter
- 927 posts since 26 Oct, 2005 from The Void
Updated to v2.0.2
- Fix crash when a device list is missing from specific device settings