File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
30
p5.sound v. 0.2.13
2
31
- add p5.AudioIn getSources(callback) method
3
32
- p5.AudioIn listSources is deprecated.
You can’t perform that action at this time.
0 commit comments