Home
last modified time | relevance | path

Searched defs:pitch (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.3.1/build/libraries/snd/common/src/
Dsnd_util.c316 int pitch = -pitch_; // Find inverse in SND_CalcTimer() local
/TwlSDK-5.3.1/build/demos/snd/synth/src/
Dmain.c39 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64))) argument
/TwlSDK-5.3.1/build/demos/math/fft-2/src/
Dmain.c60 #define GetFreq(pitch) (SND_TIMER_CLOCK / SND_CalcTimer((SND_TIMER_CLOCK / 440), (pitch - 69 * 64))) argument
/TwlSDK-5.3.1/build/libraries/snd/ARM9/src/
Dsnd_interface.c183 void SND_SetTrackPitch(int playerNo, u32 trackBitMask, int pitch) in SND_SetTrackPitch()