GITHUB - Arduino Controller for Bitwig (FINISHED)

Post Reply New Topic
RELATED
PRODUCTS

Post

Hi,

I just finished the first working version of an Arduino Controller for Bitwig based on the tttapa/Control-Surface library for creating MIDI controlers and other MIDI devices.

Features:
21 Knobs, 4 Encoders, LED Feedback, Additional PLAYMODE: Play at Loop-Start, Timeline scrolling by full Bars, Scrolling Tracks with Encoder or Button.

I posted the Arduino Files and the Bitwig Control Scripts.

https://github.com/CyborgGarfunkel/AIIO ... /README.md

Thanks to Frequture and MOSS for their work, support and inspiration.
Last edited by DIZZNESS on Mon Aug 17, 2020 3:10 pm, edited 1 time in total.

Post

Still some riddles to resolve...
1. The 2 Encoders 3&4 do not send conform CC asending/decending I used a workaround -> AIIOM.forward.js
2. Pinning Controller to Device or sending to all Tracks (like the generic midi device in Bitwig) ->AIIOM.control.js
Background: I use a FX device on one channel that I want to trigger even if I'm on another Track. I tied with 'host.createCursorTrack' but that does not seem to work.

Post

i think you'll find most of what you need to know right here...


developing with bitwig controller api part VII: remote parameters.

project seems cool post pictures of the controller!
----------------------------------------------------------------------
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest

Post

Thanks. Ok. That brought some light. Those two tasks are now done. I will publish them.

Post Reply

Return to “Controller Scripting”