c41x / bitwig-m-audio-code49

Bitwig Studio Controller script for M-Audio Code 49
GNU General Public License v3.0
3 stars 1 forks source link

Bitwig 4.x - Script not detected by Bitwig? #1

Open Zacchino opened 2 years ago

Zacchino commented 2 years ago

Hello C41x, and thank you for this great little script for the Code 49!

  1. As instructed in Bitwig's Online Manual, I copied the .js file in "My Documents\Bitwig Studio\Controller Scripts" folder (Windows 10).
  2. But when opening the Settings, it doesn't show up (neither M-Audio nor Code 49 shows up in the "Add Controller" menu)
  3. Am I missing something? Or is there an issue with the script itself? Maybe should it be updated?

PS: I see there's an auto-detect function that I don't see in the .js script – see an example below, provided by Bitwig's "Controller API Explained" PDF guide. host.addDeviceNameBasedDiscoveryPair(["DEVICE NAME"], ["DEVICE NAME]); Maybe this could be the culprit?

Thanks in advance for your kind help! 🙏

c41x commented 2 years ago

Hello, What version of Bitwig do You use? I belive they changed their API for controllers at some point and this script most probably will not work in recent Bitwig version. Script is intended to use with Bitwig 1.0.

Zacchino commented 2 years ago

Hello again,

I'm using Bitwig v4.2... And yes that's what I realized after reading the latest API version. They changed many API calls since then indeed...