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

sound loop

 [1/5] from: Rebolinth:nodep:dds:nl at: 10-Apr-2004 0:20


Hiya all, Who knows how to play a .wav under rebol "looped" ? I was thinking of a check on tail but got no results so far... Thanks in advance... Norman.

 [2/5] from: cyphre::seznam::cz at: 11-Apr-2004 19:05


I don't think it is possible to make sound loops in View. The current sound functionality is very basic for now. (Yes, I'd love to have at least loops and multichannel mixing(multiple sound ports?) in View :-) ) regards, Cyphre

 [3/5] from: antonr:lexicon at: 13-Apr-2004 3:03


Just wait for the sound port. When the current sound is finished, it returns you the sound port. Then insert the same sound again. What are you trying to do though? Do you want to make a user interface with that as well? Anton.

 [4/5] from: cyphre:seznam:cz at: 12-Apr-2004 21:37


Hi Anton, Did you get any usable results without interupting the sound? I always got annoying significant silence when the playback reach its loop point :-/ regards, Cyphre

 [5/5] from: antonr:lexicon at: 14-Apr-2004 2:33


I admit, I hadn't tried it for a long time. Now I have tried it again and you are right. There is a short interruption. Anton.