I implemented this feature so far only for the Push 1/2.SocialMediaUser01 wrote: Sun Dec 26, 2021 8:00 am Hello everyone, I'm trying to implement a certain function using a generic midi controller (the faderfox EC4). No luck for now. If anyone could help that would be amazing.
I would like to have the EC4 buttons midi trigger the insertion of certain devices on a track. So basically by pressing button X, device A would be instantly loaded on the current selected track, pressing button Y, device B would appear etc.
I've installed the DrivenByMoss files, loaded the EC4 using Generic Flexi, and came short of finding a way to implement that.
I've also came across the insertBitwigDevice () function in the API documentation. So it must be possible somehow, but I'm not sure where to start. I could write a custom script, but any guidance as to where I could get hold of starting script file to edit from would help.
And obviously if it's possible with the Generic Flexi, even better. Thank you
The issue with the API is that there is currently no way to list all available plugins, so you need to lookup the IDs of the devices you need yourself. I explained how to do this in my Bitwig API tutorial series:
