Kyma Forum
  Kyma Support
  script q

Post New Topic  Post A Reply
profile | register | preferences | faq | search

next newest topic | next oldest topic
Author Topic:   script q
sm
Member
posted 17 March 2003 06:41         Edit/Delete Message   Reply w/Quote
how could i re-evaluate this script while the sound is loaded?
if i do: delay: !Trigger nextRandom it sounds as if ALL of the 20 delays are set to just one random value ...
thanks

|r|

r := Random newForKymaWithSeed: 2003.

1 to: 20 do: [:i |
del start: 0 s
anInput: (orchestra at: 1)
delay: ((r next) + 0.2)
preFeed: (((r next) + 0.2) vmax: 0.91)
feedDel: (((r next) + 0.2)) ].

IP: Logged

SSC
Administrator
posted 18 March 2003 12:46         Edit/Delete Message   Reply w/Quote
Michael, I tried a simpler script--just setting the frequency of a sample. Using

6 timesRepeat: [
samp start: 0 s
freq: (!Gate nextRandom * 12 nn + 4 c)].

I was getting six different random sample frequencies. Is it possible that the delay times are too close together to tell for certain that they are different? Or is there maybe something else going on....

IP: Logged

All times are CT (US)

next newest topic | next oldest topic

Administrative Options: Close Topic | Archive/Move | Delete Topic
Post New Topic  Post A Reply

Contact Us | Symbolic Sound Home

This forum is provided solely for the support and edification of the customers of Symbolic Sound Corporation.


Ultimate Bulletin Board 5.45c