Tone.js/Tone/core/clock
Jack Anderson 3354b24527 Create BaseContext + better DummyContext
- this creates a new abstract BaseContext that DummyContext and Context
inherit from
- All methods available to Context are now stubbed by DummyContext
- BaseContext is now used as the type where Context was originally used
2019-11-06 14:32:19 -08:00
..
Clock.test.ts testing event emitters when scheduled event time is in the past 2019-10-31 14:44:01 -04:00
Clock.ts removing unused variables 2019-10-31 15:43:16 -04:00
Ticker.test.ts organizing into sub folders 2019-05-23 14:00:49 -04:00
Ticker.ts style: using javascript string template interpreter for vscode 2019-09-27 17:50:49 -04:00
TickParam.test.ts adding TickParam class 2019-09-07 19:16:04 -04:00
TickParam.ts linting 2019-10-28 11:38:17 -04:00
TickSignal.test.ts using the unit name instead of the unit type as the Param generic 2019-10-28 11:37:53 -04:00
TickSignal.ts removing unused variables 2019-10-31 15:43:16 -04:00
TickSource.test.ts testing setting ticks 2019-10-31 14:44:59 -04:00
TickSource.ts removing unused variables 2019-10-31 15:43:16 -04:00
Transport.test.ts using the unit name instead of the unit type as the Param generic 2019-10-28 11:37:53 -04:00
Transport.ts updating example 2019-11-04 17:49:50 -05:00
TransportEvent.test.ts linting 2019-09-15 23:32:40 -04:00
TransportEvent.ts linting docs and examples 2019-10-22 23:04:52 -04:00
TransportRepeatEvent.test.ts linting 2019-09-15 23:32:40 -04:00
TransportRepeatEvent.ts Create BaseContext + better DummyContext 2019-11-06 14:32:19 -08:00