Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: options to force gm to gs reset and capital tone fallback. #36

Open
zaphod77 opened this issue Apr 11, 2024 · 13 comments
Open

Comments

@zaphod77
Copy link

While these are not very accurate to the real hardware, they will be useful for playing back broken midis.

basically i want the sc-55 mkII in forced gs mode with capital tone fallback, because it has more instruments.

Most non sound canvas synths that people may have had when working on midi files on their computers that have gs instrument variations always make them available, even after a GM reset, and they are of course broken on a real sound canvas.

Of course it should not be on by default, but this would probably be much appreciated by people trying to play back midi files that don't have a sequencer handy to fix them up. :)

@Grieferus
Copy link

As far as I know, current reset prompt (Q, hold U and press Q, W) is GS reset. As of Capital Tone Fallback, can't say anything about it.

@zaphod77
Copy link
Author

i'm saying that a number of midi files have gm resets, but then use gs variation instruments. which works only on the original sc-55. except that some of them use the extended mkii instruments. and this works on most "gs" soundfonts and wavetable cards that used them, but not on any real sound canvas at all.

i'm looking for a "just make the darn midi work right" button. :)

@nikitalita
Copy link
Contributor

I remembered @Kitrinx talking about adding capital tone feedback:

Im pretty sure I could turn any model of sc55 into one that can do capital tone fallback
the way their maps work, all you have to do is just fill all unused instruments with the capital tones
I wrote a program that modifies the instrument table in the control rom
then you can just flash it back to an eeprom
for capital tones, all you do is just copy the data from the regular instrument's jump table to any unused sub-instrument
it has the same effect as falling back

@zaphod77
Copy link
Author

i'm definitely interested in a modified mkII rom that treats gm as gs reset and has capital tone fallback. i'd be even more interested in it if i actually had hardware.

@Karmeck
Copy link

Karmeck commented Apr 14, 2024

I remembered @Kitrinx talking about adding capital tone feedback:

Im pretty sure I could turn any model of sc55 into one that can do capital tone fallback
the way their maps work, all you have to do is just fill all unused instruments with the capital tones
I wrote a program that modifies the instrument table in the control rom
then you can just flash it back to an eeprom
for capital tones, all you do is just copy the data from the regular instrument's jump table to any unused sub-instrument
it has the same effect as falling back

Indeed he did

Screenshot_20240414_151049_Discord
Screenshot_20240414_151203_Discord

Here is the github page
https://github.com/Kitrinx/SC55_Soundfont

@zaphod77
Copy link
Author

the github page doesn't appear to have the program. just the converter.

@Karmeck
Copy link

Karmeck commented Apr 14, 2024

the github page doesn't appear to have the program. just the converter.

It does not. As seen in the comments from discord.
It's the latest message right now, and can be found on the mister fpga discord, midi room(?)

@zaphod77
Copy link
Author

okay i have the program. not sure how to compile it, though. does running this on the actual rom produce a mkII with capital tone fallback that works with this emulator?

and what about the force gm reset as gs bit? i know the correct thing to do is fix the broken midi files, but it's annoying that they playback just fine on a sound canvas soundfont, but not on a real sc-55

@Kitrinx
Copy link

Kitrinx commented Apr 30, 2024

the program I wrote was simply a tool to modify the rom so I could reprogram it and observe what adjusting various properties of the various instrument tables were, it can be modified in order to populate these tables in such a way that it will fall back, by making all invalid (blank) table entries the same as the first entry

@zaphod77
Copy link
Author

actually, it should fallback to the highest variation less than or equal to the requested. so it's not quite that simple. the manuals that mention fallback clearly describe that, and that's what happens on pretty much every non roland card, as well as all the sf2 soundsynths.

and i'm not allowed to talk on that server, because it requires phone verification, which i had to turn off just to join a different server. My phone number is somehow banned from severs i've never been on, and removing that verification let me onto them.

Bottom line is i want sc-55 mk1 logic with the mkII instrument map.

@Kitrinx
Copy link

Kitrinx commented Apr 30, 2024

If you join it and message me I will verify you

@zaphod77
Copy link
Author

had to send a friend request. direct messages are blocked.

@Kappa971
Copy link

Kappa971 commented May 16, 2024

It should work with the "Use Patch Info for Capital Tone Fallback" option in Falcosoft MIDI Player with "Roland SCVA-55" map.
In theory, you should have two LoopMIDI ports, a "LoopMIDI In" port that all games will rely on, and a "LoopMIDI Out" port that the Nuked-SC55 will be connected to. Falcosoft MIDI Player should receive the midi stream from "LoopMIDI In" and send it to "LoopMIDI Out" (Nuked SC-55).
I haven't tried it yet but I will soon because I read that many games use CTF. It should work.

It would be nice if a built-in emulator option was added in the future (something similar to what Falcosoft MIDI Player is doing by intercepting the midi stream), selectable with SC-55 models without CTF support as a workaround.

EDIT
I confirm that it works, SC-55 mkII with CTF thanks to Falcosoft MIDI Player which "filters" the midi stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants