Skip to content

Commit 22d4eca

Browse files
committed
Update README.md
1 parent 28b44cc commit 22d4eca

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
p5.sound
22
========
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:
48

59
- **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
610
- **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](
1620
- **p5.SoundRecorder** [ [source](https://github.com/therewasaguy/p5.sound/blob/master/src/soundrecorder.js) ]: record sound for playback / save the .wav
1721
- **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.
1822

19-
2023
Examples
2124
========
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)
2328

2429
Latest Version
2530
========

0 commit comments

Comments
 (0)