tambien
|
933136abdf
|
removing unnecessary proxy parameter
|
2019-02-02 14:05:07 -05:00 |
|
tambien
|
ed71d8141b
|
amd to es6 import/export
no longer using AMD (require.js) style imports, and beginning to move to es6 "import/export" statements everywhere.
|
2019-01-27 13:05:20 -05:00 |
|
tambien
|
3d1202043a
|
all modules are relative paths
simplifies deep references to individual files
|
2018-08-26 22:29:17 -04:00 |
|
Yotam Mann
|
6dbb025c2a
|
removing signal proxies
added too much difficulty with garbage collection, too many edge cases
|
2018-06-09 12:55:29 -04:00 |
|
tambien
|
8cb4fc32d9
|
signals extend Tone.Signal again
but are set proxy = false initially
|
2018-06-05 22:42:17 -04:00 |
|
tambien
|
e7b9045160
|
components extend Param instead of Signal
|
2018-06-05 21:53:28 -04:00 |
|
Yotam Mann
|
6687fbbd77
|
set the value directly instead of setting _param.value
|
2017-12-29 21:15:10 -05:00 |
|
Yotam Mann
|
b927395825
|
making defaultArg static
|
2017-04-30 15:03:49 -04:00 |
|
Yotam Mann
|
a48a980861
|
moving signals to static defaults
invoking super constructor in prep for es6 classes
|
2017-04-25 23:45:37 -04:00 |
|
Yotam Mann
|
76ad44360d
|
updating to new API
|
2016-09-19 23:02:42 -04:00 |
|
Yotam Mann
|
66c344de38
|
using Tone.Gain for Multiply
|
2016-09-19 21:44:41 -04:00 |
|
Yotam Mann
|
b73a8cb71f
|
updating to new Param class
|
2015-10-21 10:34:37 -04:00 |
|
Yotam Mann
|
4e9cb3ce1e
|
doc'ing
|
2015-06-20 15:50:57 -04:00 |
|
Yotam Mann
|
b13beccba8
|
doc'ing signals
|
2015-06-19 00:52:04 -04:00 |
|
Yotam Mann
|
cf6fdefdab
|
doc'ing signals
|
2015-06-14 01:17:09 -04:00 |
|
Yotam Mann
|
a81ba071f3
|
changing the styling of this in return statements
|
2015-06-13 20:54:29 -04:00 |
|
Yotam Mann
|
c0de630442
|
fixing dispose methods
|
2015-04-05 14:42:14 -04:00 |
|
Yotam Mann
|
930728648b
|
jsdoc'ing
|
2015-02-27 13:40:35 -05:00 |
|
Yotam Mann
|
93ded2eb2f
|
extend Signal to allow for scheduling
|
2015-02-23 00:30:53 -05:00 |
|
Yotam Mann
|
50917ac49f
|
migrating signals to ES5 getter/setters
|
2015-02-06 17:47:26 -05:00 |
|
Yotam Mann
|
bda90701d6
|
all Signals return this
|
2015-02-01 22:56:33 -05:00 |
|
Yotam Mann
|
1b9cc1483b
|
jsdoc'ing
|
2014-12-03 17:20:23 -05:00 |
|
Yotam Mann
|
ce0d5f3597
|
signals inherit from a signal base class
|
2014-11-30 23:26:06 -05:00 |
|
Yotam Mann
|
dcfac108eb
|
using Tone constructor in signal classes
|
2014-11-04 01:21:42 -05:00 |
|
Yotam Mann
|
fcba9bd62a
|
multiply handles two signals
|
2014-10-22 21:20:43 -04:00 |
|
Yotam Mann
|
71af6ca206
|
testing dispose methods for all classes.
a few classes were not being disposed correctly and leaving some
garbage attached.
|
2014-09-06 18:55:11 -04:00 |
|
Yotam Mann
|
af85ae7e19
|
Added "use strict" to all classes
Fixes #17
|
2014-09-04 00:41:40 -04:00 |
|
Yotam Mann
|
b612f7839c
|
Added Signal dep to all Signals
#11
|
2014-08-24 15:47:59 -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
|
10e2acdea9
|
class description for signals
|
2014-07-04 13:47:56 -04:00 |
|
Yotam Mann
|
2d32b38bb7
|
fixed deps in Multiply
|
2014-07-02 16:00:39 -04:00 |
|
Yotam Mann
|
88336c50bb
|
cleaner looking alias
|
2014-06-30 17:11:46 -04:00 |
|
Yotam Mann
|
12f661c147
|
fixed single line docs
|
2014-06-22 12:33:27 -04:00 |
|
Yotam Mann
|
a0bdadc927
|
fixed error in API
|
2014-06-21 18:39:45 -04:00 |
|
Yotam Mann
|
812691a95b
|
added dispose methods to signals
|
2014-06-20 00:38:14 -04:00 |
|
Chris Deaner
|
ab776cca3c
|
Added Grunt Buid system for building the lib as well as generating jsdocs.modified files in accordance with the grunt jsdoc specs
|
2014-06-18 17:39:05 -04:00 |
|
Yotam Mann
|
d900c2ae40
|
updated multiply doc
|
2014-06-17 11:42:38 -04:00 |
|
Yotam Mann
|
766951c8ae
|
JSDoc + JSHint
|
2014-06-16 20:05:54 -04:00 |
|
Yotam Mann
|
9e8bd8a234
|
JSHint + JSDoc started
|
2014-06-15 17:38:59 -04:00 |
|
Yotam Mann
|
0643cdd765
|
scale takes an input min/max
removed normalize and subtract.
|
2014-04-16 19:56:18 -04:00 |
|
Yotam Mann
|
a9e965d5ae
|
Added multiply signal
working towards being able to lock LFOs to tempo
|
2014-04-16 16:47:28 -04:00 |
|