Yotam Mann
|
cb2a982c39
|
linting
|
2017-10-21 19:02:46 -04:00 |
|
Yotam Mann
|
2030034494
|
sources to new defaults api
and es6 classes prep
|
2017-04-26 00:00:01 -04:00 |
|
Yotam Mann
|
a60328345e
|
using Tone.Gain everywhere instead of GainNode
|
2016-09-19 23:53:07 -04:00 |
|
Yotam Mann
|
fe5d6ac94e
|
getting partials (correctly) for other Oscillator types
|
2015-11-23 23:51:36 -05:00 |
|
Yotam Mann
|
4c3cf0d8fc
|
handling partials member for other oscillator types
|
2015-11-17 22:51:10 -05:00 |
|
Yotam Mann
|
3ccc0683bf
|
changing doc links to markdown style
|
2015-07-04 15:25:37 -04:00 |
|
Yotam Mann
|
caddec650f
|
doc'ing sources
mergine @polyrhythmatic changes
|
2015-07-04 12:43:21 -04:00 |
|
Yotam Mann
|
4e9cb3ce1e
|
doc'ing
|
2015-06-20 15:50:57 -04:00 |
|
Yotam Mann
|
800ac13332
|
jsdoc'ing the sources
|
2015-06-13 22:30:33 -04:00 |
|
Yotam Mann
|
0877a4862c
|
jsdoc'ing sources
|
2015-06-13 22:03:06 -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
|
f2f838b630
|
using signal jsdoc
|
2015-06-13 19:50:39 -04:00 |
|
Yotam Mann
|
68a47a9d58
|
Normal->NormalRange & Number->Default
|
2015-05-24 09:45:15 -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
|
a85b72727f
|
setting read/write as an array
|
2015-04-05 14:53:27 -04:00 |
|
Yotam Mann
|
81670122d3
|
completely disposing readOnly properties
need to set them writable first
|
2015-04-05 14:41:43 -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
|
4e77c61638
|
JSDoc'ing sources
|
2015-02-27 11:19:45 -05:00 |
|
Yotam Mann
|
8f0fbe2de8
|
changing _onended callback
|
2015-02-23 00:29:49 -05:00 |
|
Yotam Mann
|
26d0bcd10e
|
pulseoscillator width gate
|
2015-02-20 00:53:03 -05:00 |
|
Yotam Mann
|
914123b9d1
|
using only ES5 getter/setters
replacing old getThing and setThing starting with Oscillators
|
2015-02-03 23:48:47 -05:00 |
|
Yotam Mann
|
362afb32eb
|
returning to public dispose method
|
2015-02-01 22:05:24 -05:00 |
|
Yotam Mann
|
7d30c7784b
|
moving state management to Source
|
2015-02-01 21:32:07 -05:00 |
|
Yotam Mann
|
e96fb08c44
|
moved onended in Tone.Source
|
2015-02-01 20:38:06 -05:00 |
|
Yotam Mann
|
650458fafd
|
new dispose and get/set api
integrated new API on sources
|
2015-02-01 20:02:13 -05:00 |
|
Yotam Mann
|
251a1e02a5
|
phase get/set for each of the extended oscillators
|
2015-02-01 15:47:31 -05:00 |
|
Yotam Mann
|
9eee63459a
|
all sources return this
good for chaining methods
|
2015-02-01 14:40:47 -05:00 |
|
Yotam Mann
|
2d0bcffc9f
|
adding defaults to jsdocs
|
2014-12-02 01:42:08 -05:00 |
|
Yotam Mann
|
25496dea77
|
switched to updated chain method
|
2014-11-30 21:32:09 -05:00 |
|
Yotam Mann
|
cf2cb263b2
|
chain -> connectSeries, fan -> connectParallel
|
2014-11-30 17:37:29 -05:00 |
|
Yotam Mann
|
310231dbd1
|
using Tone.WaveShaper instead of native node
|
2014-11-30 13:20:35 -05:00 |
|
Yotam Mann
|
2b22bfac31
|
updating dependencies
|
2014-11-24 18:51:35 -05:00 |
|
Yotam Mann
|
a4cc79cfde
|
stopped state doesn't wait for on ended event
the oneneded event is inconsistent when the source is not connected
directly to Master (such as in the case of an LFO).
Fixes #34
|
2014-10-08 11:59:31 -04:00 |
|
Yotam Mann
|
7972f0db34
|
Pulse, PWM, and Omni extend Oscillator
|
2014-10-03 16:07:30 -04:00 |
|
Yotam Mann
|
2daa8c64ad
|
Oscillators inherit Tone.Oscillator setFrequency
|
2014-10-03 15:16:32 -04:00 |
|
Yotam Mann
|
14d254fd97
|
altering default values
|
2014-09-30 22:48:00 -04:00 |
|
Yotam Mann
|
18bab7da59
|
setters and options objects for Sources
Fixes #27
|
2014-09-30 00:28:48 -04:00 |
|
Yotam Mann
|
c67468cab6
|
PulseOscillator setters
|
2014-09-29 23:44:35 -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
|
818797712c
|
made the sawtooth private in pulse oscillator
|
2014-09-06 15:56:41 -04:00 |
|
Yotam Mann
|
76ee2b5540
|
Tone.PulseOscillator first commit
fixes #25
|
2014-08-31 16:29:56 -04:00 |
|