Searched defs:pitch (Results 1 – 4 of 4) sorted by relevance
316 int pitch = -pitch_; // Find inverse in SND_CalcTimer() local
39 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64))) argument
60 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64))) argument
183 void SND_SetTrackPitch(int playerNo, u32 trackBitMask, int pitch) in SND_SetTrackPitch()