Skip to content

Commit b05be15

Browse files
committed
Update changelog.md
1 parent 0f8d36f commit b05be15

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
p5.sound v. 0.3.0
2+
- ensure proper dispose methods for all p5.sound classes
3+
- many improvements to p5.Env
4+
- new methods for p5.Env:
5+
- ``setADSR``
6+
- ``setRange``
7+
- ``ramp``
8+
- ``setExp``
9+
new methods for p5.FFT: ``getCentroid``
10+
11+
12+
p5.sound v. 0.2.17
13+
- fix soundfile memory leak
14+
- update osc freq to factor in time
15+
- add error callback to audioIn
16+
- add error handler module
17+
- add error handling for loadSound and createConvolver
18+
- add onended(callback) to p5.SoundFile
19+
20+
p5.sound v. 0.2.16
21+
- remove sketch fix for safari
22+
23+
p5.sound v 0.2.15
24+
- preload fix for loadSound and createConvolver, v0.2.15
25+
- fix for ios9
26+
27+
p5.sound v 0.2.14
28+
- fix for new registerPreloadMethod in core library
29+
130
p5.sound v. 0.2.13
231
- add p5.AudioIn getSources(callback) method
332
- p5.AudioIn listSources is deprecated.

0 commit comments

Comments
 (0)