Hi!
I'm trying to make a script for iRig BlueBoard, but it seems I can't connect.
My code:
// Not quite shure what port name to listen to
const INPUTS = [
"iRig BlueBoard", "iRig BlueBoard Bluetooth", "iRig", "BlueBoard", "BlueBoard Bluetooth"
];
// Blueboard only emit CC's and PC's:
function onCc(cc, value, channel, timestamp, port) {
atom.launchClip(0, 0);
}
BlueBoards midi output is manually connected to Atom input in AUM's midi router.
In AUM it's name is: iRig BlueBoard Blutooth
@kjetilge Hey! If you look into the "Logs" folder in the iCloud folder, there should be some output that mentions the exact input and output port names. What does it say?
Hi! I'm trying to make a script for iRig BlueBoard, but it seems I can't connect.
My code:
BlueBoards midi output is manually connected to Atom input in AUM's midi router. In AUM it's name is:
iRig BlueBoard Blutooth
Is it doable at all on non-daw controllers ?