Shannon Freeman
Shannon Freeman
D_DOOM intro is not playing properly, with very loud square waves playing in the bass. I think this might be an SC-55 sampling trick.
To get myself back into things, I've decided to make a OPL/OPLL style General MIDI set. Nothing fancy here, just using the Sine Wave. I'm going to be working on...
I've noticed that splitting up the XG/GS sets into distinct `wopl` files is a good way to start a massive headache. The only real problems between the two formats are...
A little trick I found with GS instruments (to knock it out of XG mode) Line 989 of `adlmidi_midiplay.cpp`: ```c bank = (uint16_t(Ch[channel].bank_msb) * 256) + uint16_t(Ch[channel].bank_lsb); ``` Should be...
Since I'm not targeting DMX exclusively anymore, I can finally have some hi-hats that aren't awful. If you feel like helping out let me know. they need to blend well...
New Toms
I may have to replace the toms with the older ones, as the new ones I just can't figure out how to make louder.... But I would like to salvage...
What I have is "okay" for now, but it just sounds like a trombone section sometimes. There may be no way to really solve this, but we can try!
Finally found out what was breaking all my patches, you know, the ones that sounded like crap on DMX? Yeah... The carrier Level of the second voice is always the...
Whooops! I need to either revert a lot of stuff or just redo the volumes.
DMX cuts the second voice of double voiced instruments when channel pressure is maxed out. Make sure that all double voices sound reasonably good with the second voice disabled. Basically...