
Hi! I wanted to use ChucK to play some wave files in sequence, so I wrote a small script to read a XML file and generate the ChucK code for me. I called it "ChucKML". Here's a sample ChucKML file: <chuckml> <wave src="wav/snd1.wav" repeat_every="3::second"/> <wave src="wav/snd2.wav" start_after="12::second" repeat_every="6::second"/> <wave src="wav/snd3.wav" start_after="36::second" repeat_every="12::second"/> </chuckml> Sample usage: $ chuckml sample.xml > sample.ck $ chuck sample.ck (The first command generates a .ck file, and the second command plays it.) This is a simple prototype, but I thought someone will find it useful. Perhaps it could be used to introduce ChucK to anyone who can write HTML? Nelson -- Nelson Ferraz GNU BIS - www.gnubis.com.br
participants (1)
-
Nelson Ferraz