Shannon Freeman

Results 33 issues of 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.

bug

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...

Just for fun

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...

help wanted

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...

Debug

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...

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...

enhancement
help wanted

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!

enhancement

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...

bug
DMX bug

Whooops! I need to either revert a lot of stuff or just redo the volumes.

bug
DMX bug

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...

enhancement