No problemo! And thanks for all the compliments guys, making me feel good about myself on an off day Oh you.
Anyway, on to the technical side.
WAV:
So for the WAV channel, I did this by "emulating" PWM. Technically it is PWM, but not as smooth as the 16 bit systems do it or whatever. You go into the wave screen, and manually enter a pulse wave that has a midpoint in the middle of the screen, and draw 2 more waves where the midpoint moves more toward the left. Set the instrument to manual in the instrument screen.
Then in a table put this:
F01 --
-- --
-- E02
F02 --
-- --
-- E01
F03 --
-- E00
H09 H09
Basically what that does is the F commands are telling the instrument to switch waveforms to the number indicated, in this case, shortening the PWM. What the E commands are doing are automating and emulating a lower envelope, so that it has a little bit of a decay in the note.
Pulse:
This one is a little bit simpler and less work, but it might be in the way of some other pulse instruments you have going on (that's why I also made a wav channel one). Make a pulse instrument with an envelope like 77 (that should be sufficient, just make sure the not will release) and make a table for it. The table should look like this:
W03
--
W02
--
W01
--
H06
W commands don't have numbers, but I don't know how to notate it. Use the third wave, then the second one, and then the first one (if you don't understand, I'll try to make a screenshot).
Hope this helps