Skip to content

Commit b785c4a

Browse files
delete "new" wording in Processing Sound
the library has been available since Processing 3.0, so it doesn't need that sentence.
1 parent ea57289 commit b785c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/pages/libraries/sound/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ description: 'Playback audio files, audio input, synthesize sound, and effects.'
77

88
## Sound
99

10-
The new Sound library for Processing 3 provides a simple way to work with audio. It can play, analyze, and synthesize sound. It provides a collection of oscillators for basic wave forms, a variety of noise generators, and effects and filters to play and alter sound files and other generated sounds. The syntax is minimal to make it easy to patch one sound object into another. The library also comes with example sketches covering many use cases to help you get started.
10+
The Sound library for Processing provides a simple way to work with audio. It can play, analyze, and synthesize sound. It provides a collection of oscillators for basic wave forms, a variety of noise generators, and effects and filters to play and alter sound files and other generated sounds. The syntax is minimal to make it easy to patch one sound object into another. The library also comes with example sketches covering many use cases to help you get started.
1111

1212
The source code is available on the processing-sound GitHub repository. Please report bugs here. This library is only compatible with Processing 3.0+.

0 commit comments

Comments
 (0)