Home › Forums › Products › Stompboxes › H9 : MIDI implementation sysex
- This topic is empty.
-
AuthorPosts
-
-
February 8, 2015 at 8:56 pm #112323dafonkParticipant
Hi,
i'm controlling my H9 with a novation zero remote SL. Everything works fine for the CC controls.
I'm looking for the sysex message to send to change the current algorithm.
Any midi implementation documentation is available ?
Thank you for your help.
-
February 8, 2015 at 9:58 pm #127507
You would normally use a MIDI Program Change to load a different preset. This will change the alg, depending on the preset.
-
February 8, 2015 at 11:11 pm #127509dafonkParticipant
Thank you but I don't want to change the preset since I want to edit the preset and just change the algorithm.
Is there another way to do it ?
-
February 8, 2015 at 11:14 pm #127510dafonkParticipant
Is there a way to change the algorithm without changing the preset ?
Thank you.
-
February 9, 2015 at 12:21 am #138218brockParticipant
As Nick said, you'll effectively be changing the preset when you change an algorithm, but you're exploring an area of interest to me. I can't give a recipe, but the presets seem to load in a memory buffer area (Preset 0, with algo-specific default values?).
I picked up some pertinent documentation from this thread. TJsysex gives you the supported data types, and PresetFormatDescription fleshes out the information. It sounds to me like you'll need to provide Product Type and the encoder Algorithm Index at a minimum.
I have a few earlier Novation ReMote keyboards here. In those, you can only send 20 bytes of sysex, including the Data Value insertion point, and the F7 (EOX) message. Best of luck with this, and let me know what you come up with.
If it were me, I'd have approached this with something like Bome's SendSX, and modified some existing sysex dumps. I'd be interested in the results of a more convenient approach [using a MIDI controller], though.
-
February 9, 2015 at 11:04 pm #138225dafonkParticipant
Thank you.
-
-
AuthorPosts
- You must be logged in to reply to this topic.