Implemented Add Preset Number to Query Preset Name in 3rd Party Midi Interface

simonp54

Experienced
Please could the Preset number that relates to the request be put in the response message when requesting the name of a preset. This would help context in remote controllers.

QUERY PRESET NAME (COMMAND 0DH)
Returns preset name.
Message format:
F0 00 01 74 10 0D dd dd cs F7
where dd dd is the preset number.
To query the current preset name let dd dd = 7F 7F.

Returns:
F0 00 01 74 10 0D id id dd dd dd … cs F7;
where id id is the preset number (encoded in the usual way)
dd dd dd … is 32 characters of name.


(also change the document section title from "Query Patch" to "Query Preset"

this *might* resolve @AlGrenadine's request for a way of obtaining the current preset number... although a more correct way would be to add a new SET/GET Preset Command
 
Back
Top Bottom