Skip to content

Releases: the-monochord/virtual-webaudio

v0.11.0

02 Dec 17:04
Compare
Choose a tag to compare

0.11.0 (2018-12-02)

Features

  • time: Made setValueAtTime() work by tweaking .currentTime, so that it is more in sync with the (bd5e6df)

v0.10.0

01 Dec 22:48
Compare
Choose a tag to compare

0.10.0 (2018-12-01)

Features

  • inverting: Wired in CALL events from VirtualAudioParam into invertEvent (611be7f)

v0.9.0

21 Sep 22:27
Compare
Choose a tag to compare

0.9.0 (2018-09-21)

Bug Fixes

  • periodicWave: Removed JSON transformation and fixed setPeriodicWave event (abdfeb1)

Features

  • periodicWave: Real PeriodicWave instances are now accepted for setPeriodicWave() (28acc50)

v0.8.5

21 Sep 07:04
Compare
Choose a tag to compare

0.8.5 (2018-09-21)

Bug Fixes

  • events: reversed the order of 'removed' events (057ee45)

v0.8.4

20 Sep 21:01
Compare
Choose a tag to compare

0.8.4 (2018-09-20)

Bug Fixes

  • event inverter: CALL event have been updated, so that it assumes correctly, that param is an ar (7342059)

v0.8.3

19 Sep 21:54
Compare
Choose a tag to compare

0.8.3 (2018-09-19)

Bug Fixes

  • events: Added inverse of SET event (244c598)

v0.8.2

16 Sep 11:16
Compare
Choose a tag to compare

0.8.2 (2018-09-16)

Bug Fixes

  • debugging: Removed left in console.log (28f91c1)

v0.8.1

16 Sep 11:11
Compare
Choose a tag to compare

0.8.1 (2018-09-16)

Bug Fixes

  • oscillator: Type is now a simple value and not an instance of AudioParam (7a9381c)

v0.8.0

09 Sep 10:59
Compare
Choose a tag to compare

0.8.0 (2018-09-09)

Features

  • call: call can now be applied to audio params too (3fbad73)

v0.7.1

23 Aug 22:36
Compare
Choose a tag to compare

0.7.1 (2018-08-23)

Bug Fixes

  • events: Fixed some bugs with events (06ba23e)