Skip to content

Sound Tutorial - Examples 3-6 throw errors (no MP3s) #714

@scottwwh

Description

@scottwwh

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions