-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Labels
Description
Issue description
Some of the examples in /tutorials/sound - specifically those loading MP3s - throw errors because the files obviously don't travel with copy/paste!
URL(s) of affected page(s)
https://processing.org/tutorials/sound/
Proposed fix
I'd suggest (and will happily create a PR) adding a note to each comment indicating which example to load in the IDE, e.g.:
/**
* Processing Sound Library, Example 3
*
* This example shows how to make a simple sampler and sequencer
* with the Sound library. In this sketch, five different samples are
* loaded and played back at different pitches, in this case five
* different octaves. The sequencer triggers an event every 200-1000
* milliseconds randomly. Each time a sound is played a colored
* rect with a random color is displayed.
*
* Examples > Libraries > Sound > Soundfile > Sampler
*/
Thanks, and let me know!