Yotam Mann
|
cebeb3e577
|
clock goes to stop state immediately
no need to test if it’s started.
|
2016-04-18 01:12:35 -04:00 |
|
Yotam Mann
|
df30c40bd3
|
maximum diff between frames
|
2016-03-18 10:24:11 -04:00 |
|
Yotam Mann
|
5ddf71a3da
|
removing millisecond conversion
accidentally still had that in there.
|
2016-03-17 18:00:42 -04:00 |
|
Yotam Mann
|
724ac4090c
|
removing threshold value
making _worker static
|
2016-03-03 01:34:48 -05:00 |
|
Yotam Mann
|
bfbf567d98
|
Clocks uses Workers instead of requestAnimationFrame
Fixes #124
|
2016-02-27 17:14:39 -05:00 |
|
Yotam Mann
|
61fb1df660
|
adding strict mode
|
2015-10-21 12:11:19 -04:00 |
|
Yotam Mann
|
db904f0510
|
updating parameter order in docs
|
2015-10-09 11:01:03 -04:00 |
|
Yotam Mann
|
e5b0fb49d3
|
NewClock -> Clock
|
2015-08-18 18:14:26 -04:00 |
|
Yotam Mann
|
01060f13db
|
removing old API test
|
2015-07-18 14:59:18 -04:00 |
|
Yotam Mann
|
4e9cb3ce1e
|
doc'ing
|
2015-06-20 15:50:57 -04:00 |
|
Yotam Mann
|
80a28f8554
|
using noOp function for defaults
|
2015-06-14 01:54:36 -04:00 |
|
Yotam Mann
|
23cc2408b2
|
changing link tag
|
2015-06-13 21:54:20 -04:00 |
|
Yotam Mann
|
a81ba071f3
|
changing the styling of this in return statements
|
2015-06-13 20:54:29 -04:00 |
|
Yotam Mann
|
571183bf27
|
removing Tone.Type prefix in docs
|
2015-06-13 20:20:36 -04:00 |
|
Yotam Mann
|
1f69151c5f
|
renamed Tone.Frequency -> Tone.Type.Frequency
|
2015-05-23 19:07:28 -04:00 |
|
Yotam Mann
|
6ef3dd2f51
|
renamed Tone.Time -> Tone.Type.Time
|
2015-05-23 19:01:05 -04:00 |
|
Yotam Mann
|
f0bcd68812
|
renamed Tone.Signal.Units to Tone.Type
also renamed Tone.Source.State to Tone.State
|
2015-05-23 18:57:05 -04:00 |
|
Yotam Mann
|
2fdaa36d1f
|
Clock onended callback similar to Sources
Fixes #65
|
2015-05-05 15:36:06 -04:00 |
|
Yotam Mann
|
76973cda7d
|
changed internal tag to private tag
JSDoc stuff
|
2015-02-25 16:19:43 -05:00 |
|
Yotam Mann
|
51622a1272
|
renaming rate to frequency
|
2015-02-10 16:33:18 -05:00 |
|
Yotam Mann
|
2e15f03490
|
Revert Tone.Volume representation
|
2015-01-05 23:33:05 -05:00 |
|
Yotam Mann
|
693d96b1b7
|
Clock uses setTimeout to invoke onended
the native onended is too flakey. addresses #48
|
2015-01-04 22:19:33 -05:00 |
|
Yotam Mann
|
603bc03d62
|
deferring on clock tick
to not block the audio thread
|
2014-09-15 21:45:31 -04:00 |
|
Yotam Mann
|
f2ae3bd594
|
include an onend function for stop
|
2014-09-14 15:33:32 -04:00 |
|
Yotam Mann
|
d71f1cb5b7
|
jsdocs updates.
|
2014-09-05 11:32:35 -04:00 |
|
Yotam Mann
|
1cfa016026
|
fixes jsdoc error
|
2014-09-04 15:22:25 -04:00 |
|
Yotam Mann
|
af85ae7e19
|
Added "use strict" to all classes
Fixes #17
|
2014-09-04 00:41:40 -04:00 |
|
Yotam Mann
|
b2c85eaf44
|
signals inherit Signal.connect method
this is so that params and signals they connect to don’t need to be
manually zeroed out after connecting.
Fixed #11
|
2014-08-24 13:19:49 -04:00 |
|
Yotam Mann
|
cd4388fe89
|
refactored out clock from Transport
|
2014-07-30 13:54:55 -04:00 |
|