Yotam Mann
|
79ab31603a
|
cache the time in seconds of 1 sample
|
2016-01-31 23:13:00 -05:00 |
|
Yotam Mann
|
3d67297166
|
updated copyright year
|
2016-01-23 12:30:34 -05:00 |
|
Yotam Mann
|
e371c69a79
|
incrementing version
|
2015-12-13 13:09:53 -05:00 |
|
Yotam Mann
|
6c81d59df2
|
r6 version
|
2015-12-08 00:26:03 -05:00 |
|
Yotam Mann
|
c8cfe33864
|
doc'ing
|
2015-11-17 22:52:22 -05:00 |
|
Yotam Mann
|
1dd36570d3
|
doc'ing
|
2015-11-02 20:10:36 -05:00 |
|
Yotam Mann
|
1a8ccff5a0
|
removing shallowCopy from optionsObject
addresses #99
|
2015-10-21 15:27:52 -04:00 |
|
Yotam Mann
|
61fc3b298d
|
isObject checks only for Object literals
|
2015-10-21 13:51:23 -04:00 |
|
Yotam Mann
|
0ba977456d
|
removing shallowCopy
adding more type check methods
|
2015-10-21 13:12:51 -04:00 |
|
Yotam Mann
|
796da24d9e
|
connect method accommodates Tone.Param
also better way of testing for object literals instead of `typeof` in
`optionsObject`
|
2015-10-21 10:29:04 -04:00 |
|
Yotam Mann
|
36d09dacc7
|
additional type-checking helpers
|
2015-10-11 16:04:14 -04:00 |
|
Yotam Mann
|
8efd9b9c64
|
allowing for shallow copies with defaults
|
2015-10-08 11:36:15 -04:00 |
|
Yotam Mann
|
4b29736ba2
|
don't do recurse defaultArg if it's an array
|
2015-09-05 19:17:00 -04:00 |
|
Yotam Mann
|
117337e5e1
|
make sure signal is defined before checking instanceof
|
2015-08-28 18:33:02 -04:00 |
|
Yotam Mann
|
180c7fc943
|
Better docs for some math functions
|
2015-08-21 17:05:09 -04:00 |
|
Yotam Mann
|
8047294b32
|
test if signal exists before checking instanceof
|
2015-08-16 14:23:30 -04:00 |
|
Yotam Mann
|
17f5e8bb8e
|
delays are offset only 1 block now.
|
2015-07-21 11:22:36 -04:00 |
|
Yotam Mann
|
01060f13db
|
removing old API test
|
2015-07-18 14:59:18 -04:00 |
|
Yotam Mann
|
5629ecd360
|
starting r6-dev
|
2015-07-11 14:55:48 -04:00 |
|
Yotam Mann
|
1d16c25ad9
|
r5
|
2015-07-04 16:35:46 -04:00 |
|
Yotam Mann
|
3ccc0683bf
|
changing doc links to markdown style
|
2015-07-04 15:25:37 -04:00 |
|
Yotam Mann
|
8449622a68
|
new types MIDI and TransportTime
|
2015-06-20 15:50:06 -04:00 |
|
Yotam Mann
|
6306841779
|
doc'ing
|
2015-06-15 11:27:13 -04:00 |
|
Yotam Mann
|
bb4754928f
|
styling docs
|
2015-06-14 01:21:10 -04:00 |
|
Yotam Mann
|
de3564827d
|
set example
|
2015-06-13 22:03:58 -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
|
3ee0ab2e3e
|
adding typedefs to Tone.Type
|
2015-05-31 10:54:23 -04:00 |
|
Yotam Mann
|
68a47a9d58
|
Normal->NormalRange & Number->Default
|
2015-05-24 09:45:15 -04:00 |
|
Yotam Mann
|
38f66d92ad
|
get can use "." to access deeper props
|
2015-05-24 09:34:17 -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
|
d63290f4ee
|
returning to original get method
gets everything, not just the defaults of the parent
|
2015-05-13 12:13:00 -04:00 |
|
Yotam Mann
|
d8575a38ba
|
get crawls defaults correctly
|
2015-05-12 23:46:12 -04:00 |
|
Yotam Mann
|
a85b72727f
|
setting read/write as an array
|
2015-04-05 14:53:27 -04:00 |
|
Yotam Mann
|
4be776955d
|
private _writable method
inverse of readOnly
|
2015-04-05 14:42:32 -04:00 |
|
Yotam Mann
|
3a93d52ee1
|
making source's signal attributes readOnly
this helps avoid a common error which is overwriting a signal property
instead of setting the .value attribute
|
2015-04-05 14:00:52 -04:00 |
|
Yotam Mann
|
56e178af76
|
incremented version
|
2015-03-09 10:47:44 -04:00 |
|
Yotam Mann
|
269b2940c3
|
r4 build
|
2015-03-03 12:15:37 -05:00 |
|
Yotam Mann
|
a791d80ddf
|
removing some vestigial methods
|
2015-02-26 11:26:49 -05:00 |
|
Yotam Mann
|
371e3ce387
|
more jsdoc examples
|
2015-02-25 16:20:12 -05:00 |
|
Yotam Mann
|
9e7742fde7
|
ramp values in set method
|
2015-02-23 14:07:52 -05:00 |
|
Yotam Mann
|
c7cf0d0823
|
setting a preset moved to core
|
2015-02-23 00:32:33 -05:00 |
|
Yotam Mann
|
0ae0d60419
|
safety checks on set
|
2015-02-17 11:07:34 -05:00 |
|
Yotam Mann
|
3d1ba46e4c
|
fixed bug in fan method
|
2015-02-13 16:09:49 -05:00 |
|
Yotam Mann
|
35ca46e811
|
removing static annotation.
|
2015-02-11 14:38:10 -05:00 |
|
Yotam Mann
|
e1bdfdc8ef
|
return this in Core
|
2015-02-10 11:41:14 -05:00 |
|
Yotam Mann
|
9c3aa24426
|
using new setter/getter in core
|
2015-02-04 10:16:33 -05:00 |
|
Yotam Mann
|
ee8c2cd43f
|
using isFunction method
|
2015-02-02 09:41:32 -05:00 |
|
Yotam Mann
|
362afb32eb
|
returning to public dispose method
|
2015-02-01 22:05:24 -05:00 |
|