Reply To: nice random

Home Forums General Programming nice random Reply To: nice random

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

    ok, i’ll check out your new seeder if you say the other
    one has problems – working great here with 64bit.

    sorry, that’s the forum omitting square brackets without
    the space, i thought that was fixed because it appeared
    ok when i posted. should read:

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

    hope it reads better now.

    Ctrlr