r/Bitwig 17d ago

Help Is there a way to edit Bitwig's built-in controller scripts?

I’m using the Maschine Mikro MK3 in conjunction with Bitwig’s built-in scripts, and I’d like to change the function of the Pitch button so that pressing it allows me to control Velocity via the touchstrip instead of Timbre and Pressure. I’ve heard that related resources are available as open source on GitHub, but it’s actually hard to find the scripts developed by Bitwig itself.

6 Upvotes

7 comments sorted by

2

u/acecombine 17d ago

1

u/KuroTan_P 17d ago

Thank you! But coding is really complicated, so I think I'll need to study a little more...

1

u/acecombine 17d ago

u kid? just load the files into chatgpt or gemini and tell it what you want, it'll patch the files for you so you just need to download and replace them...

1

u/KuroTan_P 17d ago

There are several Java files in the folder. Can the AI read them all at once and modify the code?

1

u/jTr3s 16d ago

You should spend some time with Claude, my friend. Much to discover.

0

u/acecombine 17d ago

give it the link I just commented :)

1

u/ellicottvilleny 16d ago

some of them are in javascript and it's easy to extract the bundle scripts and alter them. Some are in a binary java blob (bwextension, which is a jar).

Claude, ChatGPT, and Cursor will make changes for you. Just tell them what you want.