sfplay~ loop
Hi, I would like to know why when sending a loop 1 message to sfplay~ it does not loop the sound file at all: nothing happens.
How do I fix it?
Thanks
I'd make sure that you have a sound file loaded into the sfplay~, and that you also are sending the sfplay~ a "1" message also besides the "loop 1" message. Then if the "loop 1" message was clicked the file should loop no problem..
Otherwise, be sure to check your DAC settings; sometimes other programs/audio interfaces will change the settings in Max, so even if it appears that your DAC is on, going into the settings will reveal that it is on with no selected output.
If you don't get the sfplay~ up and running please post your patch and I'm sure someone will tell you what (if anything) is wrong with your patching!
Cheers.
In your example patch you neglected to insert a space between "loop" and "1"; the message (loop1) doesn't have any effect, try (loop 1)
That's true N00b_meister, thanks, but even with the changes, it still doesn't work at all. :(
Thanks, it works. Strange as it may seem, the problem appears to be the aiff file I was trying to loop. Thanks again.
Bests for you.