Please Note: SysEx file numbering has changed in the latest builds! #482
diyelectromusic
started this conversation in
General
Replies: 1 comment 14 replies
-
I think this slipped through when I merged the PR. Why don't we want MIDI voice 0 in file 0? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There has been a fair bit of work on SysEx voice/bank file loading recently, as you might have spotted if you've been following the discussion here: #456, issues #391 #455 #457 #458 #459 #460 #468 and changes here: #461 #464 #466 #473 (I think that is all of them!).
New functionality includes:
And on top of this there is a huge effort going on to curate a library of known useful voices - watch this space!
Most of the changes are behind the scenes, but one that affects backwards compatibility relates to the numbering of SysEx files.
In order to make sure the number shown on the menu and the number in the filename are the same, yet still support the MIDI standard of 1-indexed numbering for people, but 0-indexed numbering for the protocol, SysEx file number 000000 is no longer supported.
This means that if you have existing SysEx files that have been numbered for you, they will need renumbering starting from 000001 if you want to keep them in the same order. Of course if you don't need them in the same order you can rename 000000 to any other free number between 1 and 16384.
The wiki has been updated, but the provided script to download and name SysEx files currently still starts from 0. It will need to change to start from 1, but there are other changes happening to that script atm, so watch this space on that one too...
But I just wanted to get the renumbering issue "out there" in case anyone updates MiniDexed and wonders why things have changed!
Kevin
Beta Was this translation helpful? Give feedback.
All reactions