sfplay~ loop

Marcelo Carneiro's icon

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

etk's icon

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.

Marcelo Carneiro's icon

Hi etk, thanks for your reply. This is just a simple and didatical patch to test loop in sfplay~. But it doesn't work. I would be very pleased if you could tell me what's wrong. Thanks.

2390.1.maxpat
Max Patch
brendan mccloskey's icon

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)

Marcelo Carneiro's icon

That's true N00b_meister, thanks, but even with the changes, it still doesn't work at all. :(

brendan mccloskey's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Marcelo Carneiro's icon

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.