Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: How to play a sound...

From: larry:ecotope at: 10-May-2001 21:06

Hi Carl Thats great! I wondered what you guys were doing in your spare time ;-) One small problem with the example:
>> port: open sound:// >> sound: load %chord.wav
** Script Error: Word sound is protected, cannot modify ** Near: sound: load %chord.wav
>> snd: load %chord.wav >> insert port snd
== 24231 Bong! It works. Does it support other sound file types .au, etc.? -Larry