Skip to content

Commit 10e230d

Browse files
authored
Merge pull request #323 from montoyamoraga/patch-1
delete "new" wording in Processing Sound
2 parents ea57289 + b785c4a commit 10e230d

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)