Releases: the-monochord/virtual-webaudio
Releases · the-monochord/virtual-webaudio
v0.11.0
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
0.10.0 (2018-12-01)
Features
- inverting: Wired in CALL events from VirtualAudioParam into invertEvent (611be7f)
v0.9.0
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
0.8.5 (2018-09-21)
Bug Fixes
- events: reversed the order of 'removed' events (057ee45)
v0.8.4
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
0.8.3 (2018-09-19)
Bug Fixes
- events: Added inverse of SET event (244c598)
v0.8.2
0.8.2 (2018-09-16)
Bug Fixes
- debugging: Removed left in console.log (28f91c1)
v0.8.1
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
0.8.0 (2018-09-09)
Features
- call: call can now be applied to audio params too (3fbad73)
v0.7.1
0.7.1 (2018-08-23)
Bug Fixes
- events: Fixed some bugs with events (06ba23e)