victorporof / atom

Atom | Piano Roll 2: The scripting/styling documentation.
26 stars 3 forks source link

Trying to make a script for iRig BlueBoard #1

Open kjetilge opened 3 years ago

kjetilge commented 3 years ago

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

Is it doable at all on non-daw controllers ?

victorporof commented 3 years ago

@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?