How can I play audio files in MaxMSP?
Help menus are not helpful.
-click the box that says copy to clipboard to the write of the file I posted.
-in Max go on the menubar go to File, then New from clipboard to paste the patch in
sfplay~
or play~ or groove~ w/ buffer~
Those are the three most common ways.
Kevin's on it, and those objects are all described in the MSP tutorial and their respective helpfiles.
Alternately, you could have a look at this:
or these:
https://cycling74.com/wiki/index.php?title=MSP_Sampling_Tutorial_1:_Recording_and_Playback
https://cycling74.com/wiki/index.php?title=MSP_Sampling_Tutorial_2:_Playing_Back_From_Multiple_Sample_Points
https://cycling74.com/wiki/index.php?title=MSP_Sampling_Tutorial_3:_Playback_with_Loops
https://cycling74.com/wiki/index.php?title=MSP_Sampling_Tutorial_4:_Variable-length_Wavetable
This was really helpful for me, and maybe you guys might be able to answer this one for me. . .
Basically I have 7 audio files that need to play in order and then restart once triggered (with a button from arduino). The first one needs to start on the trigger, then stop, allow for a microphone audio (it is simulating a conversation, where the next file won't play unless the person speaks into the microphone), then play the following audio clip.
I just need to figure out how to get the push button (which also triggers a heating pad) to trigger the audio start. Then how to make sure it stops and waits for the microphone before playing the next audio in the sequence.
Please any help would be really appreciated! I have attached the photo and file for reference