Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
I was making a track a few hours ago but I figured that I might have needed to lower the volume of the triangle channel by using DPCM samples. I know, Zxx effect can be used to achieve this but my problem is that I am playing samples (which use the full delta-counter range) and tilting them down may have been useful because the delta-counter would end in a high value, making the triangle and noise quieter, so I wanted to know if there's some way to tilt samples down instead of up in FamiTracker or some other external program. Help would be very appreciated.
Well, I tried but failed, although setting an initial delta-counter of 100 or something seems to make APU2 quieter, so yeah, I'll see if I stick to it for now. I think I should also learn how to use a hex editor so thank you all.
What I meant is how to proceed in order to achieve that. I mean, what options / functions should I use? That's what I wanted to know, and yeah, I use Audacity.
I use Goldwave not Audacity, but basically you move to the end of the waveform, zoom in so you can see the samples (tiny lines which make up the waveform), select how much you want to delete, then delete it. It should be relatively easy.
I Generate a saw wave at super low frequency like 1hz. TimeShift it right enough so that when the signal is at +1.0 the sample you want ends.
[url=https://dl.dropboxusercontent.com/u/39060235/Tilt1.JPG]https://dl.dropboxusercontent.com/u/39060235/Tilt1.JPG
There's no need to have the negative half of the wave, so find the ZeroCrossing and get rid of everything before that.
[url=https://dl.dropboxusercontent.com/u/39060235/Tilt2.JPG]https://dl.dropboxusercontent.com/u/39060235/Tilt2.JPG
Then just QuickMix both waves and get rid of the rest of the saw.
[url=https://dl.dropboxusercontent.com/u/39060235/Tilt3.JPG]https://dl.dropboxusercontent.com/u/39060235/Tilt3.JPG
Remember, the DPCM channel plays upsidedown, so tilting UP in an editor will result in tilting down
(Sega Sample is all on the negative signal side because it's PCM for the GameGear, but it makes the example even more fit)
EDIT: Xyz_39808, I did things slightly different and it worked perfectly! I only have one more question: What version of Audacity are you using? I couldn't find some options but everything worked okay.