Trigger Performance Mode via DAW

Forum for Juno-DS and XPS-30 keyboards
Post Reply
Realto619
Posts: 4
Joined: 06:04, 28 January 2015

Trigger Performance Mode via DAW

Post by Realto619 »

Not sure if this is possible—and with my luck, most likely not—but I would like to be able to trigger Performance Mode(PM) with a DAW with only one track. It's such a creativity killer to have to create a separate track for each patch and then copy all the MIDI data. Especially when you're talking about a Super Layer with multiple voices. It would also be useful to be able to trigger PM from an external device by only sending one channel. Am I living in a fantasy world here?

If it's not possible, do you have any time-saving tips or a process you use to speed this up?
vespina
Posts: 214
Joined: 02:57, 21 August 2020

Re: Trigger Performance Mode via DAW

Post by vespina »

Your best buddy here is a MIDI monitor app. Just run the app, perform the required operation on your JunoDS and see the message reported at the monitor app. Anyway, here a list of SYSEX messages that can be useful:

SET PERFORMANCE MODE: F0 41 10 00 00 3A 12 01 00 00 00 01 7E F7
SET PROGRAM MODE: F0 41 10 00 00 3A 12 01 00 00 00 00 7E F7
SET USER PERFORMANCE: 85.0:(PerfNum - 1) (example: 85.0:98 -> Activate performance 99)
SET USER PROGRAM (501-628): 87.0:(PathNum - 501) (example: 87.0:9 -> Activate user patch 510)
SET USER PROGRAM (629-756): 87.1:(PathNum - 629)

Part 1 on/off
F0 41 10 00 00 3A 12 10 00 50 01 01 1E F7
F0 41 10 00 00 3A 12 10 00 50 01 00 1F F7

Part 2 on/off
F0 41 10 00 00 3A 12 10 00 51 01 01 1D F7
F0 41 10 00 00 3A 12 10 00 51 01 00 1E F7

Part 3 on/off
F0 41 10 00 00 3A 12 10 00 52 01 01 1C F7
F0 41 10 00 00 3A 12 10 00 52 01 00 1D F7

Part 4 on/off
F0 41 10 00 00 3A 12 10 00 53 01 01 1B F7
F0 41 10 00 00 3A 12 10 00 53 01 00 1C F7

Part 5 on/off
F0 41 10 00 00 3A 12 10 00 54 01 01 1A F7
F0 41 10 00 00 3A 12 10 00 54 01 00 1B F7

Part 6 on/off
F0 41 10 00 00 3A 12 10 00 55 01 01 19 F7
F0 41 10 00 00 3A 12 10 00 55 01 00 1A F7

Part 7 on/off
F0 41 10 00 00 3A 12 10 00 56 01 01 18 F7
F0 41 10 00 00 3A 12 10 00 56 01 00 19 F7

Part 8 on/off
F0 41 10 00 00 3A 12 10 00 57 01 01 17 F7
F0 41 10 00 00 3A 12 10 00 57 01 00 18 F7

Part 9 on/off
F0 41 10 00 00 3A 12 10 00 58 01 01 16 F7
F0 41 10 00 00 3A 12 10 00 58 01 00 17 F7

Part 10 on/off
F0 41 10 00 00 3A 12 10 00 59 01 01 15 F7
F0 41 10 00 00 3A 12 10 00 59 01 00 16 F7

Part 11 on/off
F0 41 10 00 00 3A 12 10 00 5A 01 01 14 F7
F0 41 10 00 00 3A 12 10 00 5A 01 00 15 F7

Part 12 on/off
F0 41 10 00 00 3A 12 10 00 5B 01 01 13 F7
F0 41 10 00 00 3A 12 10 00 5B 01 00 14 F7

Part 13 on/off
F0 41 10 00 00 3A 12 10 00 5C 01 01 12 F7
F0 41 10 00 00 3A 12 10 00 5C 01 00 13 F7

Part 14 on/off
F0 41 10 00 00 3A 12 10 00 5D 01 01 11 F7
F0 41 10 00 00 3A 12 10 00 5D 01 00 12 F7

Part 15 on/off
F0 41 10 00 00 3A 12 10 00 5E 01 01 10 F7
F0 41 10 00 00 3A 12 10 00 5E 01 00 11 F7

Part 16 on/off
F0 41 10 00 00 3A 12 10 00 5F 01 01 0F F7
F0 41 10 00 00 3A 12 10 00 5F 01 00 10 F7
Post Reply