mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
noting changes
[skip ci]
This commit is contained in:
parent
86fa6233c3
commit
702fc5f3c2
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@
|
|||
* Buffer.from/toArray, Float32Array <-> Buffer conversions
|
||||
* Buffer.slice(start, end) slices and returns a subsection of the Buffer
|
||||
* Source.sync now syncs all subsequent calls to `start` and `stop` to the TransportTime instead of the AudioContext time.
|
||||
* e.g. source.sync().start(0, 0.4).stop(0.8);
|
||||
* e.g. source.sync().start(0).stop(0.8); //plays source between 0 and 0.8 of the Transport
|
||||
* Param can accept an LFO description in the constructor or .value
|
||||
* e.g. param.value = {min : 10, max : 20, frequency : 0.4}
|
||||
* Time.TimeBase has clone/copy methods.
|
||||
|
||||
### r7
|
||||
|
||||
|
|
Loading…
Reference in a new issue