Skip to content

Commit 77fe85c

Browse files
committed
update changelog
1 parent 9b5c745 commit 77fe85c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

changelog.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
p5.sound v. 0.3.7
2+
- fix audioIn getSources
3+
- improvements to soundFile.rate
4+
- documentation updates
5+
6+
p5.sound v. 0.3.6
7+
- add MonoSynth, PolySynth and AudioVoice classes by @jvntf
8+
- add playmode untilDone to p5.SoundFile https://github.com/processing/p5.js-sound/pull/223
9+
- fix comment in p5.oscillator example https://github.com/processing/p5.js-sound/commit/7927e0f928816562c01ac8f4cedb34aeae30f838
10+
- doc comment fixes (https://github.com/processing/p5.js-sound/pull/222) that go along with this https://github.com/processing/p5.js/pull/2279
11+
12+
p5.sound v. 0.3.5
13+
* New FFT methods by @mkontogiannis
14+
* getOctaveBands
15+
* linAverages
16+
* logAverages
17+
18+
* SoundFile `onended` does not trigger on pause, fix by @aksperiod
19+
20+
* Remove calls to `AudioContext.prototype.hasOwnProperty` in case [this](https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/QOR76GjwrkA) is an issue
21+
22+
p5.sound v. 0.3.1
23+
- add p5.Distortion effect
24+
- add p5.AudioIn error handler for ios and safari
25+
- fix p5.SoundFile playbackRate in Chrome 53+
26+
- fix DynamicsCompressor.ratio.value clamping warning
27+
- fix for p5.Noise constructor ignores argument
28+
- fix p5.SoundFile whileLoading callback
29+
- fix for Oscillator dispose method & general improvements to oscillator memory management
30+
- fix WAV format in soundRecorder saveSound()
31+
- fix p5.AudioIn stop error due to mediastream api changes
32+
- fix p5.Part timing
33+
- fix p5.Part removePhrase
34+
- fix a bug when passing a parameter to the disconnect method
35+
- updates to documentation / inline examples for p5js.org
36+
137
p5.sound v. 0.3.0
238
- ensure proper dispose methods for all p5.sound classes
339
- many improvements to p5.Env

0 commit comments

Comments
 (0)