Device panel sharing thread (Bitwig remote controls for devices)
-
- KVRist
- 459 posts since 21 Jul, 2001
A few new entries added to the circa 120 existing, most made with Bitwig version 6.
If you have an older Bitwig version, better check the Default.bwremotecontrols file inside the zip file with a texteditor first.
The first line shows what version is needed.
For example: application_version_name 6.0.10
Black Rooster Audio:
BRA Blueash SC-5 (vst3)
BRA Blackash SC-5 (vst3)
Relab Sonsig ACE (vst3)
NI Freak (vst3)
Softube British Class A EQ (vst3)
Softube British Class A Drive (vst3)
Softube British Class A Compressor (vst3)
Kush Audio - Silika (vst3)
Roland (cloud) SH-2 (vst3)
https://1drv.ms/f/c/c7595e03205a06de/Ig ... ?e=BHdbJF
If you have an older Bitwig version, better check the Default.bwremotecontrols file inside the zip file with a texteditor first.
The first line shows what version is needed.
For example: application_version_name 6.0.10
Black Rooster Audio:
BRA Blueash SC-5 (vst3)
BRA Blackash SC-5 (vst3)
Relab Sonsig ACE (vst3)
NI Freak (vst3)
Softube British Class A EQ (vst3)
Softube British Class A Drive (vst3)
Softube British Class A Compressor (vst3)
Kush Audio - Silika (vst3)
Roland (cloud) SH-2 (vst3)
https://1drv.ms/f/c/c7595e03205a06de/Ig ... ?e=BHdbJF
- KVRAF
- Topic Starter
- 37468 posts since 14 Sep, 2002 from In teh net
I didn't know how to set one up but it wasn't that hard but how do people add to it?vesperrin wrote: Wed Jun 17, 2026 1:08 pm Hi, thanks for your massive contribution.
Do you thought of adding this on a Git repository so others members would be able to contribute and add devices panels on it?
https://github.com/SWey60/BitwigRemotes
Last edited by aMUSEd on Sun Jul 05, 2026 3:06 pm, edited 1 time in total.
- KVRAF
- Topic Starter
- 37468 posts since 14 Sep, 2002 from In teh net
- KVRAF
- 4811 posts since 21 Jan, 2008 from oO
awesome, thanks for creating this. People who want to add something need to fork your repo into their account, then add something to it and create a pull request on your repo, so you can pull the updated files into your main branch for example.aMUSEd wrote: Sun Jul 05, 2026 2:23 pmI didn't know how to set one up but it wasn't that hard but how do people add to it?vesperrin wrote: Wed Jun 17, 2026 1:08 pm Hi, thanks for your massive contribution.
Do you thought of adding this on a Git repository so others members would be able to contribute and add devices panels on it?
https://github.com/SWey60/BitwigRemotes
Also nice, people now can clone this repo locally, and just do "git pull" and receive the updates.
JamWide - a cross-platform Ninjam client for DAWs
- KVRAF
- Topic Starter
- 37468 posts since 14 Sep, 2002 from In teh net
OK I don't understand all the terminology really but glad it's usefulCyoon wrote: Sun Jul 05, 2026 8:49 pmawesome, thanks for creating this. People who want to add something need to fork your repo into their account, then add something to it and create a pull request on your repo, so you can pull the updated files into your main branch for example.aMUSEd wrote: Sun Jul 05, 2026 2:23 pmI didn't know how to set one up but it wasn't that hard but how do people add to it?vesperrin wrote: Wed Jun 17, 2026 1:08 pm Hi, thanks for your massive contribution.
Do you thought of adding this on a Git repository so others members would be able to contribute and add devices panels on it?
https://github.com/SWey60/BitwigRemotes
Also nice, people now can clone this repo locally, and just do "git pull" and receive the updates.
![]()
I thought about doing the same for the NKS User Library but it seems there's a limit on the amount (in terms of GB) GitHub will host for a free account.
- KVRAF
- 4811 posts since 21 Jan, 2008 from oO
People can make a fork by clicking here, it is essentially a copy of the repo to your own account:

Then on their own fork, they can use this options to create a clone (local copy) of the online repository to local disk and add their device mappings, just in the local folder by copy/paste and then commit and push to Github.

Then they can go to your repo again and to the Pull request tab and create a pull request, just like I did now.

So, now you can see a pull request, you can review it and if you like it, you can merge and close the request, or you can reject it. Up to you
In code scenarios people work with branches, wich are copies of the code with your repository in a new branch, which could be for a feature development or testing, before touching the production code on the main branch.

yea free account is limited :/

Then on their own fork, they can use this options to create a clone (local copy) of the online repository to local disk and add their device mappings, just in the local folder by copy/paste and then commit and push to Github.

Then they can go to your repo again and to the Pull request tab and create a pull request, just like I did now.

So, now you can see a pull request, you can review it and if you like it, you can merge and close the request, or you can reject it. Up to you
In code scenarios people work with branches, wich are copies of the code with your repository in a new branch, which could be for a feature development or testing, before touching the production code on the main branch.

yea free account is limited :/
Last edited by Cyoon on Sun Jul 05, 2026 9:55 pm, edited 1 time in total.
JamWide - a cross-platform Ninjam client for DAWs
- KVRAF
- Topic Starter
- 37468 posts since 14 Sep, 2002 from In teh net
Thanks but all your images say 'content not viewable in your region' for some reason
- KVRAF
- 4811 posts since 21 Jan, 2008 from oO
hm ok, they are from imgur. Strange, here they show up clean. Will check tomorrow, gotta go.
JamWide - a cross-platform Ninjam client for DAWs
- KVRAF
- 4811 posts since 21 Jan, 2008 from oO
here you can check the file of the Readme update, to check if you like it. https://github.com/SWey60/BitwigRemotes ... aa50a17279
JamWide - a cross-platform Ninjam client for DAWs
- KVRAF
- Topic Starter
- 37468 posts since 14 Sep, 2002 from In teh net
Thanks useful additions how do I add it?Cyoon wrote: Sun Jul 05, 2026 9:59 pm here you can check the file of the Readme update, to check if you like it. https://github.com/SWey60/BitwigRemotes ... aa50a17279
- KVRAF
- 4811 posts since 21 Jan, 2008 from oO
On your GitHub account you now have a notification, it say merge and close or something like that.
JamWide - a cross-platform Ninjam client for DAWs
- KVRAF
- 4811 posts since 21 Jan, 2008 from oO
- KVRAF
- Topic Starter
- 37468 posts since 14 Sep, 2002 from In teh net
OK think I got it right 
Thanks
Also added TAL J8 x (CLAP)
https://www.dropbox.com/scl/fi/inu3mo1l ... l468v&dl=0
Thanks
Also added TAL J8 x (CLAP)
https://www.dropbox.com/scl/fi/inu3mo1l ... l468v&dl=0
- KVRAF
- Topic Starter
- 37468 posts since 14 Sep, 2002 from In teh net
Note the last couple are made with the latest beta
