Eine Kleine WindMusik

David T. Lewis lewis at mail.msen.com
Sat Jul 27 02:47:16 UTC 2002


On Fri, Jul 26, 2002 at 10:38:24AM -0700, Dan Ingalls wrote:
> Last night it was breezy, and our wind chimes started to play with my head.   Then my head started to play with the wind chimes.  If you want to play too, paste the following code into FMSound and accept it:

very nice, thanks.

> Have fun and let me know if you come up with cool stuff.  Needless to say this is destined for the weather station where I have access to the actual current wind speed and recent statistics.  (Discounts available to all who make cool suggestions ;-).
> 
> Enjoy
> 	- Dan

3 timesRepeat:
  [[r _ Random new.
    20 timesRepeat:
      [FMSound chimeTest: 10 delay: 700.0 duration: 4.0
        pitchBase: #d6 pitches: #(1 4 8 11 13 15) loudness: (r next / 8)]] fork]

- Dave




More information about the Squeak-dev mailing list