Julia

Зарегистрирован(а): 07/06/2007
I was looking for a freeware for a quick sound alarm and surprisingly couldn’t any that was really quick to use. Naturally I thought about using Rebol and happily this is going to be really easy with the wait and the open sound:// command.
Put a wav file in your rebol directory (for example this one named attention.wav).
Then type or copy and paste in rebol console the code below:
wav: load %attention.wav sound-port: open sound:// wait 30 do [ insert sound-port wav ]
After 30 seconds, the wav should play, easy isn’t it ?
But there is a problem with the code above, if you try again it won’t work as you need to wait for the sound to finish and close the sound port so that the final code is rather:
wav: load %attention.wav sound-port: open sound:// wait 30 do [ insert sound-port wav wait sound-port close sound-port ]
Of course you can then create an alarm function and put it in user.r for recurrent and immediate use each time you launch Rebol’s Console:
alarm: func[seconds][
wav: load %attention.wav
sound-port: open sound://
wait seconds do [
insert sound-port wav
wait sound-port
close sound-port
]
]
Finally if you want OPTIONALLY to add a message use unset! pseudo-type for the message parameter like this:
alarm: func[seconds message [string! unset!]][
wav: load %attention.wav
sound-port: open sound://
wait seconds do [
insert sound-port wav
wait sound-port
close sound-port
if (value? 'message) [
print message
]
]
]
You can then create an alarm like this
alarm 5
or like this:
alarm 5 "attention"
<!-- Social Bookmarks BEGIN -->
<!-- Social Bookmarks END -->
Если женщина злится, значит
Если женщина злится, значит она не только неправа, но и понимает это.
Любовь - это то, чем занимается женщина, пока вы её ебёте...
В постели можно делать все, что доставляет удовольствие обоим, даже читать.
У женщин язык без костей, а у мужиков - член... Совпадение?
Человек собаку вдруг...
Мало ли у кого какие дела
Мало ли у кого какие дела Может, у той девицы тоже пара таких субъектов в кармане
solponticello prima-agro
solponticello prima-agro cool-for-you
africancarbontrust dorogoydom
africancarbontrust dorogoydom wmworker
vishivalka climatblog.info
vishivalka climatblog.info afr-savanna
che ley
che ley
proskach buznice ivich
proskach buznice ivich
proskach buznice ivich
proskach buznice ivich
krovola.ru dachi-stroika.ru
krovola.ru dachi-stroika.ru amfex.ru
mantali.ru octinte.ru
mantali.ru octinte.ru oldigma.ru
kolengi.ru otochen.ru
kolengi.ru otochen.ru roncov.ru
kolengi.ru otochen.ru
kolengi.ru otochen.ru roncov.ru
retroscoots endem
retroscoots endem all-photoshop
management psy-magic
management psy-magic gorodaudi
justbuild ukrtrip biolocate
justbuild ukrtrip biolocate
idelist.ru umlator.ru
idelist.ru umlator.ru ruchik.ru
Опера мобайл скачать
Опера мобайл скачать
Опера мини для Samsung
Опера мини для Samsung
Отправить комментарий