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.
GITHUB - Arduino Controller for Bitwig (FINISHED)
-
- KVRer
- Topic Starter
- 20 posts since 24 Jul, 2020
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.
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.
- KVRist
- 393 posts since 12 Apr, 2020
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!
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
/CTRL → http://slashctrl.io
Music & mixes → http://soundcloud.com/kirkwoodwest
