#Soundscapes/soundscripts question

1 messages · Page 1 of 1 (latest)

junior dragon
#

Is it possible to do playrandom but have it be specific in the order the wavs are played?

spiral isle
#

no
that would be sequential
not random

junior dragon
#

How do I get it to do sequential then

spiral isle
#

what exactly are you trying to make, is the question

junior dragon
#

I just want the wavs to be sequential so it doesn't repeat the same wav fifty times before playing the other ones

spiral isle
#

oh you just want a different format of randomness
like PickRandomShuffle of logic_case

junior dragon
#

no I wanna play them in a certain order

spiral isle
#

but they don't have to be if the only aim is to avoid repeats

#

also the more wavs you have, the less likely it is to repeat

junior dragon
#

is it possible to do sequential or not

spiral isle
#

not with soundscapes or soundscripts alone

#

you have to play individual sounds in sequence externally

#

env_speaker maybe
but that uses response concepts
and is meant for announcements and nags

junior dragon
#

Well, damn

#

Do you at least know why the soundscript seems to be ignoring the "time" I set?

#

I set it to 5 but sometimes two wavs will play within like 2 seconds

spiral isle
#

what do you mean time

junior dragon
#

"time" "5,6"

#

It's supposed to be the delay

#

But it's seemingly ignoring it

#

Full thing here:

#
{
    "playrandom"
    {
        "volume"    "0.35,0.5"
        "pitch"        "100"
        "time"        "5,6"
        "position"    "random"
        //"soundlevel"    "SNDLVL65dB"
        "rndwave"
        {
            "wave"    "infernalmachine/16aetherium/aet_racer_a.wav"
            "wave"    "infernalmachine/16aetherium/aet_racer_b.wav"
            "wave"    "infernalmachine/16aetherium/aet_racer_c.wav"
        }
    }

    "playlooping"
    {
        "volume"    ".1"
        "pitch"        "100"
        "wave"        "infernalmachine/16aetherium/aet_amb_loop_02.wav"
    }
}```
spiral isle
#

how long are those wavs

junior dragon
#

Each one is about a second long

#

Give or take a few milliseconds

spiral isle
#

because I think time is the delay between the start of the wavs
not the time between one ending and the next one starting

#

if it rolls 5 twice in a row, then one sound plays, then another only 4 seconds after the first ends

#

that might feel shorter than it actually is