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
|
e6602d561d
|
fixing bug when updating phase
previously wouldn’t update because the type was still the same. thanks
@mindofmatthew
|
2015-04-05 10:38:17 -04:00 |
|
Yotam Mann
|
33bedd3fbe
|
applying @mindofmatthew patch
|
2015-03-27 09:42:20 -04:00 |
|
Yotam Mann
|
a572df7a88
|
Merge pull request #61 from mindofmatthew/phase-patch
Phase patch
|
2015-03-27 09:32:59 -04:00 |
|
Matthew Kaney
|
5576c3db22
|
Fix phase bug for complex waveforms
Fix bug where phase is applied to partials relative to the partial,
rather than the fundamental, frequency
|
2015-03-26 13:18:41 -04:00 |
|
Yotam Mann
|
ec2bd15ee1
|
can reverse buffer playback
|
2015-03-26 10:51:44 -04:00 |
|
Yotam Mann
|
470e8063e3
|
fix unused playback rate in Noise
|
2015-03-24 16:28:48 -04:00 |
|
Luke Phillips
|
237202c049
|
updated typescript definitions and fixed a few type errors
|
2015-03-07 19:17:16 +00:00 |
|
Luke Phillips
|
e706e0ad5e
|
remove getOversample
|
2015-03-07 19:04:40 +00:00 |
|
Luke Phillips
|
f4fc005a57
|
new typescript definitions
|
2015-03-07 18:45:11 +00:00 |
|
Luke Phillips
|
db5c6eb865
|
remove old get and set functions
|
2015-03-07 18:41:10 +00:00 |
|
Luke Phillips
|
17df3dc4bb
|
es5 getters and setters used in multiband eq
|
2015-03-07 18:26:08 +00:00 |
|
Luke Phillips
|
d2755e10de
|
Merge Tone r4
|
2015-03-05 16:06:27 +00:00 |
|
Yotam Mann
|
d8a13d6dea
|
setting initial oscillator type
|
2015-02-28 19:35:27 -05:00 |
|
Yotam Mann
|
3211347fef
|
test if setting "type" is necessary before doing it
|
2015-02-28 18:06:25 -05: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
|
219eeaa537
|
source uses scheduled values to determine state
|
2015-02-23 00:29:07 -05:00 |
|
Yotam Mann
|
3e358536dd
|
methods return this
|
2015-02-21 14:06:58 -05:00 |
|
Yotam Mann
|
f8b2261b3a
|
new signal syncing API
|
2015-02-21 14:06:27 -05:00 |
|
Yotam Mann
|
26d0bcd10e
|
pulseoscillator width gate
|
2015-02-20 00:53:03 -05:00 |
|
Luke Phillips
|
b545692c09
|
Noise can setPlayback
|
2015-02-17 19:58:47 +00:00 |
|
Yotam Mann
|
f61eff011b
|
incorporating playbackRate into player
can’t be an Tone.Signal yet because of a Blink bug
|
2015-02-10 11:37:11 -05:00 |
|
Yotam Mann
|
26ff8d756e
|
clean up source on dispose
|
2015-02-10 11:36:36 -05:00 |
|
Yotam Mann
|
50917ac49f
|
migrating signals to ES5 getter/setters
|
2015-02-06 17:47:26 -05:00 |
|
Yotam Mann
|
66f524eae6
|
frequency signal units
|
2015-02-04 10:15:25 -05:00 |
|
Yotam Mann
|
88bb77ba69
|
getter/setter on playbackRate
for now playbackRate will be just a number until i can get the signal
connection of playbackRate to work across browser.
|
2015-02-04 10:15:06 -05:00 |
|
Yotam Mann
|
2dbacd3310
|
added decibels volume control to sources
|
2015-02-04 10:11:10 -05:00 |
|
Yotam Mann
|
b0b572f113
|
Using ES5 getter/setter
|
2015-02-04 10:10:34 -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
|
fe93152920
|
signal value setters/getters
|
2015-02-02 12:50:18 -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
|
9070b13c89
|
ES5 add getter/setter method
|
2015-02-01 15:48:20 -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
|
db0250e054
|
set loop boundaries after started
Fixes #49
|
2015-02-01 13:42:51 -05:00 |
|
Yotam Mann
|
b6875955e4
|
add type getter/setter
|
2015-02-01 13:32:39 -05:00 |
|
Luke Phillips
|
b40ce6ba8c
|
getters for player.js
|
2015-01-25 18:45:19 +00:00 |
|
Luke Phillips
|
a7e4e316c1
|
Source getter functions
|
2015-01-20 13:48:54 +00:00 |
|
Luke Phillips
|
b11f86be7c
|
Oscillator getter functions
|
2015-01-20 12:33:07 +00:00 |
|
Yotam Mann
|
49883947de
|
putting the onload callback back in player
at least for now…
|
2015-01-05 21:55:57 -05:00 |
|
Yotam Mann
|
22d29c42e3
|
removing onload callbacks
fits better into the Tone.Buffer.onload scheme
|
2015-01-05 21:49:21 -05:00 |
|
Yotam Mann
|
080b8f5854
|
updated Player and Convolver with new Buffer
|
2015-01-04 21:46:10 -05:00 |
|
Yotam Mann
|
f1cbd96f98
|
sync/unsync the frequency
|
2014-12-19 16:39:50 -05:00 |
|
Yotam Mann
|
6ddf1b372f
|
single 'setVolume' definition in Master
|
2014-12-19 16:27:50 -05:00 |
|