From: Michael Hawkins <korgpolyex800@...> Date: 2015-03-02
For those of you that want SYX patch parameter control. Attached is version 2.6.3 of the HAWK software.
The documentation will take a week or so to update to include a couple of new features.
First, global parameter 47 allows MIDI CC messages and SYX message ID F to use absolute values instead of scaled ones.
The default value is 0 which means that scaled parameter data values are used. That is, the MIDI data value will range from 0 through to 127 regardless of the value of the parameter itself.
When the value is set to 1 the data value used for the parameter data will be the actual value in the MIDI data. MIDI data values above the maximum value for the parameter will be treated as being the maximum value for the parameter.
Second, a system exclusive message ID 0xF has been added. The message format is:
F0 42 21 0F XX YY F7
Where XX is the running patch parameter number and YY is the data value for that parameter.
I shall get this into the documentation soon.
/Mike
From: "chillipower.uk@... [korgpolyex]" <korgpolyex@yahoogroups.com> To: korgpolyex@yahoogroups.com Sent: Monday, March 2, 2015 4:39 AM Subject: Re: [korgpolyex] Re: New HAWK 800 user up and running
Groovy. The NRPN approach does seem to be working, I'll make a template based on this approach. Thanks.