Reply To: nice random

Home Forums General Programming nice random Reply To: nice random

#82785
human fly
Participant
    • Topics: 124
    • Replies: 1070
    • Total: 1194
    • ★★★★

    so this should also be:

    --	for i=1,21 do 
    --	--[any value range]--
    --	tbl_voiceParam[ i ]:getProperty("modulatorMin")
    --	tbl_voiceParam[ i ]:getProperty("modulatorMax")
    --	rnd=math.random(min,max)
    --	tbl_voiceParam[ i ]:setModulatorValue(rnd,false,false,false)
    --	end
    --end

    i tried (tbl_voiceParam[ i ]) ,regular brackets, as well, and figure
    it ought to work (?) so i don’t know how to do that. it’s just to skip
    a stage, thought it would do that.

    Ctrlr