Neep help with MIDI Sysex messages

Yoraco

Member
Hi all,

I'm implementing a software with node.js to control the FM3 via MIDI Sysex Messages.

My problem is, that some do work and some do not.
The FM3 sends just some random sysex messages that even have the wrong manufactor-ID.

So I want to ask if somebody of you nicely people is may working on something similar or
has the capability to and is willing to do a test, that would tell me either I'm doing it wrong
or my FM3 MIDI Sysex messages are broken.

Could some one try to send this MIDI Sysex messages to the FM3 and post me the result?
1) Sysex message 'QUERY_PATCH_NAME' (gets the current preset name) :
0xF0, 0x00, 0x01, 0x74, 0x11, 0x0D, 0x7F, 0x7F, 0x19, 0xF7

2) Sysex message query 'BYPASS' status for 'ID_DISTORT1' (get the current bypass status of the drive 1 block):
0xF0, 0x00, 0x01, 0x74, 0x11, 0x0A, 0x3A, 0x00, 0x7F, 0x5B, 0xF7


Thank you in advance (please help !!!)

The resources I'm using:
https://wiki.fractalaudio.com/wiki/index.php?title=MIDI_SysEx#Axe-Fx_III_and_FM3
https://wiki.fractalaudio.com/gen1/...entation#Axe-Fx_System_Exclusive_Message_Spec
https://www.fractalaudio.com/downloads/misc/Axe-Fx III MIDI for 3rd Party Devices.pdf


I'm on FW 9.01 beta2, but same behavour reproduced on 9.00 and 9.01
 
Last edited:
Back
Top Bottom