You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.:
Thanks, and let me know!
The text was updated successfully, but these errors were encountered: