sfplay~ question

Jamcob's icon

How do I get sfplay to remember the audio file i want it to play rather than having to click 'open' every time I start my patch?

Might seem like a silly question but help will be appreciated :)

brendan mccloskey's icon

Hi
try either [loadbang] --> "open blahblah.aif" --> [sfplay~],
[loadmess open cherokee.aif] --> [sfplay~],
or look at the [sflist] object helpfile. The last is the preferred solution, depending on size/number of audio files required and other start up activity within your patch.

Brendan

Jamcob's icon

Thank you.