Yotam Mann
|
f17249691d
|
feat: updating all examples
now in the form Tone.Something instead of using `import { Something } from "tone"`. It makes the example runner on the docs page work much faster
|
2020-04-16 22:24:18 -04:00 |
|
Yotam Mann
|
d22747cc69
|
Adding more range guards
|
2019-12-17 12:42:40 -05:00 |
|
Yotam Mann
|
d845a435b1
|
ScaledEnvelope is redundant with the FrequencyEnvelope
currently no use for it though might reintroduce it if it feels necessary down the road.
|
2019-10-30 13:22:53 -04:00 |
|
Yotam Mann
|
e67c9e1724
|
simplifying FreqEnvelope API slightly
|
2019-10-29 17:49:22 -04:00 |
|
Yotam Mann
|
6c9d3d8294
|
baseFrequency is Hertz instead of Frequency
then casting to number (and potential errors that could cause) is avoided
|
2019-10-28 12:20:04 -04:00 |
|
Filipe Herculano
|
4d93b6c1b0
|
remove redundant accessors
|
2019-10-27 17:45:21 -04:00 |
|
Filipe Herculano
|
efd114d2db
|
convert FrequencyEnvelope to Typescript
|
2019-10-26 11:43:00 -04:00 |
|