First time here? Check out the FAQ!
x

brownian triggers

0 votes
367 views
Looking at this:

https://kyma.symbolicsound.com/qa/1565/can-i-stochastic-dice-roll-algorithmically?show=1566#a1566

From the Capytalk Reference, I got the sound example: Random Walk

The descriptor of Generating Gates has this error:

1 brownianGateStart: 1 s deviation: !Deviation s minDur: !MinDur s maxDur: !MaxDur s dutyCycle: !DutyCycle

The same goes the sound: Random Walk (Brownian Gate & randWalk pitch).

The same error: no triggers.

 

In the sound: 4 random pitch walks w/brownianGates this error:

 (0.9 - !Reset) brownianGateStart: 1 s deviation: !Deviation s minDur: !MinDur s maxDur: !MaxDur s dutyCycle: !DutyCycle
asked Nov 9, 2018 in Capytalk & Smalltalk by roland-kuit (Master) (3,350 points)
edited Jul 24, 2022 by roland-kuit

1 Answer

+1 vote

Hi,

The Brownian Gate capytalk expression seems to have the form:

1 brownianGate: 1 s deviation: !Deviation s minDur: !MinDur s maxDur: !MaxDur s dutyCycle: !DutyCycle

It's "brownianGate" instead of "brownianGateStart"

The Brownian Trigger expression on the other had does end in "Start":

1 brownianTriggerStart: 0.1 s deviation: !Deviation minDur: !MinDur maxDur: !MaxDur

 

Here's a sound with both expressions in it.

answered Nov 9, 2018 by alan-jackson (Virtuoso) (15,840 points)
Thank you alan-jackson,

I was staring into a big blank nothing. Now I see what I was overlooking!
...