Yotam Mann
|
183cbc0966
|
don't defer callback
|
2018-08-06 23:46:52 -04:00 |
|
Yotam Mann
|
5af549bb0e
|
linting
|
2018-08-06 23:46:41 -04:00 |
|
Yotam Mann
|
8063776831
|
resume shouldn't do anything in OfflineContext
|
2018-08-06 23:33:33 -04:00 |
|
Yotam Mann
|
15755701f9
|
linting
|
2018-08-06 23:32:21 -04:00 |
|
Yotam Mann
|
f09b5d0372
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2018-07-30 22:57:09 -04:00 |
|
tambien
|
ca5dccf1cb
|
extends AudioNode
|
2018-07-30 13:30:21 -04:00 |
|
tambien
|
caeb628dc0
|
assign the listener before it's used!
|
2018-07-30 13:13:00 -04:00 |
|
tambien
|
d38fefb2cd
|
toMaster uses the instance connected to the context
|
2018-07-30 13:07:46 -04:00 |
|
tambien
|
ae90dafc8c
|
using global TONE_AUDIO_CONTEXT
|
2018-07-29 23:34:40 -04:00 |
|
tambien
|
df5c800df4
|
changing singleton references to lowercase
|
2018-07-29 23:34:13 -04:00 |
|
tambien
|
2542f55727
|
fixing comment
|
2018-07-29 09:36:54 -04:00 |
|
tambien
|
91652ff2ff
|
reverting change
|
2018-07-29 09:36:02 -04:00 |
|
tambien
|
9edafa8be4
|
removing source when sample has finished
prevents error where the BufferSource.stop is attempted after the source has already finished
|
2018-07-29 09:28:45 -04:00 |
|
tambien
|
36f037ad56
|
updating jsdoc comment
|
2018-07-28 10:21:02 -04:00 |
|
tambien
|
38897d7bae
|
pass the options object to the next class
|
2018-07-28 10:20:36 -04:00 |
|
tambien
|
1507fe25db
|
removing onConnect method
|
2018-07-27 07:32:31 -04:00 |
|
Yotam Mann
|
16b0263b7b
|
deferring onload callback
fixes #376
|
2018-07-25 21:54:13 -04:00 |
|
Yotam Mann
|
b081a9e656
|
fixing typos
|
2018-07-21 09:06:28 -04:00 |
|
Yotam Mann
|
ea218c2921
|
adding logging
|
2018-06-20 23:12:17 -04:00 |
|
Yotam Mann
|
0173e31c91
|
adding an index to each voice
|
2018-06-20 23:02:44 -04:00 |
|
Yotam Mann
|
f76beaf916
|
moving to updated BufferSource fade out api
Player still fades from the end
|
2018-06-20 15:08:16 -04:00 |
|
Yotam Mann
|
ad1e362d7c
|
release happens after stop time
as per new BufferSource api
|
2018-06-20 15:03:52 -04:00 |
|
Yotam Mann
|
fec49b6936
|
stops clock after 1 iteration when loop = false
removing seek method. adjusts for playbackRate when scheduling grain duration
|
2018-06-20 14:57:42 -04:00 |
|
Yotam Mann
|
9ece80d1f4
|
logging cancel and hold for debugging
|
2018-06-20 14:56:49 -04:00 |
|
Yotam Mann
|
36c19e3762
|
AudioContext resume does not apply to OfflineAudioContext
|
2018-06-20 14:56:35 -04:00 |
|
Yotam Mann
|
8a74995f2e
|
making logs more descriptive
|
2018-06-20 14:56:11 -04:00 |
|
Yotam Mann
|
405a841db0
|
stop method is beginning of fadeOut curve instead of end
simplifies code
fixes #328
|
2018-06-20 14:55:43 -04:00 |
|
tambien
|
cbe1588662
|
calling resume on clock start
since it relies on the context clock being started
|
2018-06-18 11:23:31 -04:00 |
|
tambien
|
031dc98898
|
optimization to turn off oscillator after play
|
2018-06-13 19:04:02 -04:00 |
|
tambien
|
081e995983
|
use onstatechange instead of addEventListener
in Safari < 10 AudioContext does not extend EventEmitter
|
2018-06-13 16:42:33 -04:00 |
|
tambien
|
2d1c2dc705
|
no noise supression
|
2018-06-13 15:57:05 -04:00 |
|
tambien
|
a1e782df4a
|
using resume instead of ready
|
2018-06-13 15:56:00 -04:00 |
|
Yotam Mann
|
45e40a8498
|
linting
|
2018-06-13 00:20:23 -04:00 |
|
Yotam Mann
|
4dbd48943e
|
using exponentialApproach instead of targetRampTo
reduces call to cancelScheduledValuesAtTime
|
2018-06-12 23:48:51 -04:00 |
|
Yotam Mann
|
26df78b0db
|
handles start/stop/restart better in many situations
less prone to errors where the OscillatorNode is silent after starting
|
2018-06-12 23:48:15 -04:00 |
|
Yotam Mann
|
ebbb1ef8bb
|
log and assert help in debugging classes
|
2018-06-12 23:47:30 -04:00 |
|
Yotam Mann
|
3d92d0fdf8
|
simplifying the way that free voices are selected
|
2018-06-12 23:44:15 -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 |
|
Yotam Mann
|
baeb20a17c
|
fixing order of gate connections
had wrong behavior bc of connection order.
fixes #298
|
2018-06-07 12:49:32 -04:00 |
|
Yotam Mann
|
049bfd04de
|
exponent passed into constructor is applied
fixes #356
|
2018-06-07 12:21:38 -04:00 |
|
Yotam Mann
|
616af3b9de
|
filter gain is in decibels
|
2018-06-07 12:12:28 -04:00 |
|
Yotam Mann
|
a441ce3ade
|
changing LPCF implementation to avoid positive feedback loop
Fixes #198
|
2018-06-07 12:11:53 -04:00 |
|
tambien
|
534b97bea4
|
removing unnecessary type from TickSignal
|
2018-06-05 22:56:47 -04:00 |
|
tambien
|
43130a5800
|
reverting TickSignal
|
2018-06-05 22:56:28 -04:00 |
|
tambien
|
982bc16b71
|
gate uses just smoothing instead of attack/release
|
2018-06-05 22:43:01 -04:00 |
|
tambien
|
8cb4fc32d9
|
signals extend Tone.Signal again
but are set proxy = false initially
|
2018-06-05 22:42:17 -04:00 |
|
tambien
|
765de3c6b8
|
follower uses a single smoothing value
|
2018-06-05 22:14:46 -04:00 |
|
tambien
|
5a3b905aec
|
revert: TransportTimelineSignal extends Signal
|
2018-06-05 22:02:42 -04:00 |
|
tambien
|
f7633a5c73
|
testing signal proxies
|
2018-06-05 21:58:00 -04:00 |
|
tambien
|
e7b9045160
|
components extend Param instead of Signal
|
2018-06-05 21:53:28 -04:00 |
|