Searched refs:cubePitchMod (Results 1 – 1 of 1) sorted by relevance
129 static AXART_PITCH_MOD cubePitchMod[2]; variable310 AXARTInitArtPitchMod(&cubePitchMod[0]); in addModToCube()311 AXARTInitArtPitchMod(&cubePitchMod[1]); in addModToCube()316 …AXARTInitLfo(&cubePitchMod[0].lfo, AXARTSine, AXART_SINE_SAMPLES, (0.3f * AXART_SINE_SAMPLES) / 20… in addModToCube()317 …AXARTInitLfo(&cubePitchMod[1].lfo, AXARTSine, AXART_SINE_SAMPLES, (5.0f * AXART_SINE_SAMPLES) / 20… in addModToCube()322 cubePitchMod[0].cents = -500 << 16; in addModToCube()323 cubePitchMod[1].cents = 500 << 16; in addModToCube()328 AXARTAddArticulator(&cube.axartSound, (AXART_ART*)&cubePitchMod[0]); in addModToCube()329 AXARTAddArticulator(&cube.axartSound, (AXART_ART*)&cubePitchMod[1]); in addModToCube()