Due to inactivity, the KMI Forums are now READ ONLY.
Here are some helpful links you can visit to get more up to date information about your KMI products:

KMI Downloads
KMI Support
KMI Facebook User Group

Enter Debug/Tethered Mode (sensors -> CC) reliably with MaxMSP or SuperCollider

Show off your QuNexus tricks here
3rdtry
Posts: 4
Joined: Sat Dec 06, 2014 12:04 pm

Enter Debug/Tethered Mode (sensors -> CC) reliably with MaxMSP or SuperCollider

Postby 3rdtry » Sat Feb 13, 2016 12:24 pm

Hi,

I found out how to get in to the tethered mode reliably!

The mode makes the QuNexus put out all sensors as CC messages.

For supercollider:

Code: Select all

MIDIClient.init;
MIDIOut.newByName("QuNexus","QuNexus").sysex(Int8Array[16rF0,16r00,16r01,16r5F,16r7A,16r19,16r00,16r01,16r00,16r02,16r40,16r01,16r77,16r4D,16r00,16r10,16r10,16rF7]); // TO TEEETHERED MODE
MIDIOut.newByName("QuNexus","QuNexus").sysex(Int8Array[16rF0,16r00,16r01,16r5F,16r7A,16r19,16r00,16r01,16r00,16r02,16r40,16r00,16r67,16r6C,16r00,16r10,16r10,16rF7]); // OUT OF TEETHERED MODE
For Max:
The dirty trick to make it work, is to tell the QuNexus to enter tethered mode twice! This was not possible with the original Max patch I found.

I attached a modified version:
- select QuNexus in the midi list
- hit the button of the desired mode TWICE
- (you should see the lights go off or on and the note or the cc messages in the console)

edit: for the max version: maybe the sysex shouldn't start with 0, but with the 240. Would make sense, have no max to try right now.
Attachments
QuNexus_Tetherededit.zip
(1.49 KiB) Downloaded 520 times

Return to “QuNexus Tips and Tricks”

Who is online

Users browsing this forum: No registered users and 2 guests