I will try to make a custom Controller Script for my Akai Force for Bitwig on Linux.

I have no experience with Controller Scripts non what so evver, so if anyone have do's and dont's to get me started I'm all open.

Also taking recommendations for good resources.

#Bitwig #LinuxAudio

@mosgaard Moßgraber has some good tutorials on this https://www.mossgrabers.de/Software/Bitwig/Bitwig.html

I generally recommend using Java over javascript since their javascript is a weird non-standard environment, basically writing java in javascript.

I also have a framework I made for targeting multiple DAWs in Haxe, see https://codeberg.org/grig/grig.controller and https://codeberg.org/grig/apc-key-25-bitwig.

The Site Of Jürgen Moßgraber - Software - Bitwig Studio Extensions

@thomasjwebb this is perfect, thanks a lot!
@mosgaard I‘d also recommend to go with Java instead of Javascript. Its so much easier to debug and also their is the Bitwigs own extension repository and also Mossgrabers, so you will have a lot of examples to look at

@nessbeth thanks a lot! I’ll try to work my way into that.

Haven’t touched Java since the 90’es, so I’m a bit rusty 😂