I recently bought a second hand Yamaha MM6 synthesizer, and when I try to use it as the MIDI synthesizer of Rosegarden, I found a few problems about the shipped RGD file -- even a few GM voices are missing, so do some Yamaha custom ones.
I tried to fix it.
In addition, because they're trying to use a GM-variant-based bank/program allocation system (with program value corresponding to GM and custom bank numbers), I set it to show variants based on LSB, and renamed the current "Ethnic X" banks to meaningless names (because they're just used for different variants of ethnic instruments).
Thanks for this. I have an MM6, but I don't think I ever tested this rgd file.
While reviewing, I noticed some of the programs in General MIDI got deleted. This might be a bug in the new (or old) bank editor. I'm going to try and make some of these changes myself and see if I can reproduce the disappearing programs. Did you use the latest rg from git to make these changes or an older version?
I just tried making the General MIDI fixes with the latest git and I had no disappearing names. I suspect the older version of the bank editor has some very serious bugs that cause data loss.
I'm going to take your rgd file and repair the new missing General MIDI patch names. Then I'll push to git and you can review your changes and see if anything else is missing.
In order to pick up the new version, you will need to delete or rename the previous version in ~/.local:
Should be done shortly.
Pushed as [86cfd1]. Please test latest git.
Related
Commit: [86cfd1]
I used 24.06 version to modify the banks.
Imported the git master version, need rechecking.
I'm sorry to report some GM instruments missing in the current master version.
Here I attached another rechecked version (also fixed some oversights in custom banks).
Did you delete or rename your version in:
If not, that might be why you are still seeing the older version with missing GM patches. I just diffed your version and there are no missing GM patches in the git version.
Your updates look good. I will push shortly.
Last edit: Ted Felix 2024-10-21
Just pushed the latest as [7a2d4d]. Please test latest git.
The procedure for making sure you get the latest .rgd file is as follows:
This procedure should replace the Yamaha-MM6-MM8.rgd in ~/.local/share/rosegarden/library with the newest version from git and you should see all the latest when you import banks.
Related
Commit: [7a2d4d]
The new RGD file shipped LGTM. thanks.
BTW is it considered to use some ASCII-based format for shipped RGD?
We've always just gzipped everything. Now that space is cheap, this is probably unnecessary.
I suspect that the code as currently written (using zlib's
gzopen()) already reads uncompressed .rgd files and we could switch to uncompressed at any time.Note: the ".rgd" file format is actually gzipped xml. You can look at it with
zless. Not sure if that was already clear.Oh RGD is just xml.gz ...
Never known it ...
Last edit: Icenowy Zheng 2024-10-22