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
|
fce95bea6e
|
feat: clamp the values to the defined min/maxValue
|
2019-12-11 10:11:40 -05:00 |
|
Yotam Mann
|
09dc29191b
|
linting
|
2019-11-17 13:09:19 -05:00 |
|
Yotam Mann
|
b9619d8c68
|
removing unused variables
|
2019-10-31 15:43:16 -04:00 |
|
Yotam Mann
|
3a63154b7c
|
using the unit name instead of the unit type as the Param generic
|
2019-10-28 11:37:53 -04:00 |
|
Yotam Mann
|
d2b064f41e
|
docs: working on code examples
|
2019-10-25 16:54:33 -04:00 |
|
Yotam Mann
|
401d278063
|
Adding categories to all the nodes
|
2019-09-16 10:15:23 -04:00 |
|
Yotam Mann
|
1bde88a19b
|
linting
|
2019-09-14 18:12:44 -04:00 |
|
Yotam Mann
|
61c9f191b6
|
removing calls to tslint
getting rid of tslint from project and using eslint instead
|
2019-09-14 18:06:46 -04:00 |
|
Yotam Mann
|
286692e67b
|
updating block comment style
|
2019-09-14 17:47:07 -04:00 |
|
Yotam Mann
|
c05fd4b3e2
|
pointing at correct output
|
2019-09-08 14:12:01 -04:00 |
|
Yotam Mann
|
62d3783ba5
|
removing unused params
|
2019-09-08 13:49:19 -04:00 |
|
Yotam Mann
|
fa7c984729
|
'apply' sets the full automation curve from one param to another
|
2019-09-06 16:18:32 -04:00 |
|
Yotam Mann
|
603bc5b98d
|
updating docs
|
2019-08-27 08:53:14 -07:00 |
|
Yotam Mann
|
d1c281c810
|
using isAudioParam and isAudioNode to test instanceof
will make migrating to standardized-audio-context easier
|
2019-08-16 12:49:04 -04:00 |
|
Yotam Mann
|
cf40ce5349
|
stop and disconnect the constant source
|
2019-08-08 16:06:19 -04:00 |
|
Yotam Mann
|
56db8b3a7a
|
simplifying _internalChannels
channelCount/Mode/Interpretation check the input/output nodes, which removes the need for many classes to have _internalChannels
|
2019-08-03 12:00:14 -04:00 |
|
Yotam Mann
|
4364f2f843
|
no longer necessary to pass in number of inputs
the count is inferred by checking the input or output node
|
2019-08-02 21:47:57 -04:00 |
|
Yotam Mann
|
52bcac2599
|
setting name to readonly
|
2019-08-02 21:09:35 -04:00 |
|
Yotam Mann
|
6e5e8b3399
|
using specific types
importing them so there are not multiple import type errors
|
2019-07-30 15:35:27 -04:00 |
|
Yotam Mann
|
e2de5a8955
|
typing
|
2019-07-25 10:46:49 -04:00 |
|
Yotam Mann
|
57af70c921
|
make constantSource accessible from within the class
|
2019-07-24 23:16:35 -04:00 |
|
Yotam Mann
|
ffad8c1475
|
confirm that an instance was disposed
implement Tone.prototype.dispose which flips a boolean wasDisposed.
|
2019-07-23 12:11:57 -04:00 |
|
Yotam Mann
|
c1ade5494a
|
using connectSignal method internally
|
2019-07-18 11:23:45 -04:00 |
|
Yotam Mann
|
71e9176eba
|
moving common implementation to one spot
|
2019-07-17 13:46:48 -04:00 |
|
Yotam Mann
|
990c0f56ed
|
using type instead of string types
|
2019-07-15 15:37:25 -04:00 |
|
Yotam Mann
|
7388548e9d
|
also set signal value for AudioParamsq
accidentally removed this
|
2019-07-11 17:32:57 -04:00 |
|
Yotam Mann
|
71729c0827
|
Signal doesn't overwrite the output if not set to 'override'
|
2019-07-11 17:14:23 -04:00 |
|
tambien
|
5f99bdbdf0
|
value can be any
|
2019-06-19 15:52:24 -04:00 |
|
tambien
|
730a818bcb
|
organizing into sub folders
|
2019-05-23 14:00:49 -04:00 |
|
tambien
|
df08425a70
|
started retooling with typescript
|
2019-04-12 10:37:47 -04:00 |
|