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
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
p5.sound
2
2
========
3
-
p5.sound brings the [Processing](http://processing.org) approach to [Web Audio](http://w3.org/TR/webaudio/) as an addon for [p5.js](github.com/lmccart/p5.js).
3
+
p5.sound brings the [Processing](http://processing.org) approach to [Web Audio](http://w3.org/TR/webaudio/) as an addon for [p5.js](github.com/lmccart/p5.js).
4
+
5
+
Documentation
6
+
============
7
+
[p5js.org](http://p5js.org/reference/#/libraries/p5.sound) has interactive documentation / examples. Here is an overview of what p5.sound offers:
4
8
5
9
-**p5.SoundFile**[[source](https://github.com/therewasaguy/p5.sound/blob/master/src/soundfile.js) / [docs](http://p5js.org/reference/#/p5.SoundFile)]: Load and play sound files, manipulate playback
6
10
-**p5.Amplitude**[[source](https://github.com/therewasaguy/p5.sound/blob/master/src/amplitude.js) / [docs](http://p5js.org/reference/#/p5.Amplitude)]: Get the current volume of a sound.
@@ -16,10 +20,11 @@ p5.sound brings the [Processing](http://processing.org) approach to [Web Audio](
16
20
-**p5.SoundRecorder**[[source](https://github.com/therewasaguy/p5.sound/blob/master/src/soundrecorder.js)]: record sound for playback / save the .wav
17
21
-**Metronome / Sequencing**[[source](https://github.com/therewasaguy/p5.sound/blob/master/src/looper.js)]: Sequencing patterns / phrases with loopable p5.Part and p5.Score is currently in development.
18
22
19
-
20
23
Examples
21
24
========
22
-
Check out **[p5js.org/learn](http://p5js.org/learn/)**: sound examples with code that you can edit in the browser. More examples can be found in the [examples](https://github.com/therewasaguy/p5.sound/tree/master/examples) folder and they are online [here](http://jasonsigal.cc/p5sound/examples)
25
+
Check out **[p5js.org/learn](http://p5js.org/learn/)**! All the examples have code that you can edit in the browser.
26
+
27
+
More examples can be found in the [examples](https://github.com/therewasaguy/p5.sound/tree/master/examples) folder and they are online [here](http://jasonsigal.cc/p5sound/examples)
0 commit comments