Posted: 26th Jun 2007 23:45
My sounds have a little space at the end of them. is there a way to get rid of this? I want them to be able to repeat... Is this even possible?
Posted: 27th Jun 2007 0:16
you can set the places where your song will loop in bytes:
+ Code Snippet
loop sound sound#,byte1#,byte2#


and if you want it to start looping mid way through it, say you have a opening bit, you could do:
+ Code Snippet
play sound sound#
do
if sound playing(sound#) = 0 then loop sound sound#,byte1#,byte2#
sync
loop



kinda weird scale if you ask me. also you can only load wav files as sounds, any other if supported are loaded as music. but theres no way to set your positions in a music file, as far as i can tell.