5 Nov
2005
5 Nov
'05
4:02 p.m.
I have created a script which reads XML and generates ChucK code. I called it "ChucKML". Here's a simple ChucKML file: <chuckml> <wave src="wav/wave.wav" repeat_every="9::second"/> <wave src="wav/beat1.wav" start_after="3::second" repeat_every="3::second"/> <wave src="wav/beat2.wav" start_after="6::second" repeat_every="9::second"/> </chuckml> Reading your message, I added unix-like pattern matching to the filenames. Now you can do that: <chuckml> <wave src="wav/*.wav" repeat_every="3::second"/> </chuckml> Let me know if you have any other ideas that could be implemented into ChucKML! Nelson -- Nelson Ferraz GNU BIS - www.gnubis.com.br