1
NitroTracker Support / Re: sample rates
« on: April 19, 2009, 16:00:01 »
Just a question.
How does nitrotracker resample the sounds?
I've been making my own 16 step sequencer and to change the frequency I do this:
44100 * (2^(semitone/12))
(I have a premade array that lists all 5 octaves in integers)
It works ok if I go down in semitones but after I go up 8 semitones the sound produces garble.
all sounds are 8 bit raw.
How does nitrotracker resample the sounds?
I've been making my own 16 step sequencer and to change the frequency I do this:
44100 * (2^(semitone/12))
(I have a premade array that lists all 5 octaves in integers)
It works ok if I go down in semitones but after I go up 8 semitones the sound produces garble.
all sounds are 8 bit raw.