I usually drag my files, though I've had stubborn files where I've needed a command prompt, primarily due to spaces and/or long names. The likes of 33.vgz and GHZ.vgz aren't exactly the most clean things to keep in track of, but it works nonetheless.
Well, had I known you could just simply drag-and-drop the file into the executable, then I never would have done it 'my' way. Don't know how I wouldn't know that though, since I am a C++ programmer.
'Weird sound' and 'organ sound' aren't certain parameters, I can't really tell anything on this.
Algorithm 7 connects all the outputs in parallel, it is simplest of all the algorithms, so it has lowest probability of an error in mixing among all the algorithms.
When a slot envelope is highlighted with red, this mean you'll get sound distortion.
You should understand that 'it does not sound like what I want at all' is not something that could be answered in a certain way - I have no idea what do you expect and why.
Sweet. I'd like to hear that. Seems that song is quite popular.
Edit: Sounds really cool. I should try to cover it as well just for fun =P
Edit2: I covered it as well. It seemed like a good song to practice "that" style. I highly recommend listening to it with the "FM/PSG Balance" slider all the way to the left.
I wonder if any programmer is nice enough to implement PCM playback through the PSG..... Like After burner two. Hell we could do 2 channel playback on the FM6 similar to Skitchin
Skitchin' only used the Genesis' only PCM channel. There is no more than 1. It just combined a guitar and drums into the one channel. I asked Shiru before if it would be possible to add a feature to be able to mix samples so you wouldn't have to edit multiple ones together because it's pretty tedious to do that. Plus I already asked Delek about it before as well. He said someone tryed that before and the Genesis would slow to a crawl and probably just stop altogether if people used PCM like that IIRC.
Skitchin' only used the Genesis' only PCM channel. There is no more than 1. It just combined a guitar and drums into the one channel. I asked Shiru before if it would be possible to add a feature to be able to mix samples so you wouldn't have to edit multiple ones together because it's pretty tedious to do that. Plus I already asked Delek about it before as well. He said someone tryed that before and the Genesis would slow to a crawl and probably just stop altogether if people used PCM like that IIRC.
That's not possible how skitchin used the PCM. The guitar and drums are being played interdependently which means it used more than 1 sound channels(probably more for the voice sfx) It is entirely possible to write two channel PCM for the Mega drive. This game probably used good software coding to reduce slow-down. Another game is Vapor trail.
There is no point to use PSG or normal FM channels to play samples, because they would have (much) lower resolution than FM6 in PCM mode.
It is possible to mix together few PCM sources into one, some commercial games mix 1-4 channels. I'm personally made a 4-channel PCM player years ago. However, more channels means lower resolution per channel and lower volume of every channel (to avoid clipping when few sources are active).
Why this is not in VGM MM - it is designed for an abstract sound driver (which is still does not exist, by the way). Things like software mixed PCM channels, PCM volume and resampling would require to have a very exact driver and to customize the editor for the driver. And for many channels or resampling the driver would require to use both Z80 and M68K, which is not very good approach for games and demos.
My position here is that the only reason to have a custom tracker like VGM MM is to produce data to use on the console. Thus it should be limited to set of features that is practical, useful for a wide range of goals, instead of very specific purposes like pushing the hardware to the limits (many PCM channels is the case).