Also: is it possible to access a device by it's name.
As i've only managed to access a device by primary device/instrument or selected device.
cursorTrack = host.createCursorTrack(2, 0);
primaryDevice = cursorTrack.getPrimaryDevice();
primaryInstrument = cursorTrack.getPrimaryInstrument();
ps. I've only experience in Applescript and Max/M4L, this API is very hard to understand for me.
