Home
last modified time | relevance | path

Searched refs:cubePitchMod (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1/build/demos/axdemo/src/
Daxart3ddemo.c120 static AXART_PITCH_MOD cubePitchMod[2]; variable
301 AXARTInitArtPitchMod(&cubePitchMod[0]); in addModToCube()
302 AXARTInitArtPitchMod(&cubePitchMod[1]); in addModToCube()
307 …AXARTInitLfo(&cubePitchMod[0].lfo, AXARTSine, AXART_SINE_SAMPLES, (0.3f * AXART_SINE_SAMPLES) / 20… in addModToCube()
308 …AXARTInitLfo(&cubePitchMod[1].lfo, AXARTSine, AXART_SINE_SAMPLES, (5.0f * AXART_SINE_SAMPLES) / 20… in addModToCube()
313 cubePitchMod[0].cents = -500 << 16; in addModToCube()
314 cubePitchMod[1].cents = 500 << 16; in addModToCube()
319 AXARTAddArticulator(&cube.axartSound, (AXART_ART*)&cubePitchMod[0]); in addModToCube()
320 AXARTAddArticulator(&cube.axartSound, (AXART_ART*)&cubePitchMod[1]); in addModToCube()