tambien
|
65691d3c8a
|
assign the listener before it's used!
|
2018-07-30 13:13:00 -04:00 |
|
tambien
|
df1c27fbda
|
toMaster uses the instance connected to the context
|
2018-07-30 13:07:46 -04:00 |
|
tambien
|
e46ed27c2f
|
testing that the Transport is the same after Tone.Offline
resolves #314
|
2018-07-30 13:07:23 -04:00 |
|
tambien
|
1d2c600b39
|
build before travis test
|
2018-07-29 23:49:37 -04:00 |
|
tambien
|
5681b0701f
|
using global TONE_AUDIO_CONTEXT
|
2018-07-29 23:34:40 -04:00 |
|
tambien
|
8b0c210d60
|
changing singleton references to lowercase
|
2018-07-29 23:34:13 -04:00 |
|
tambien
|
bb9a621cbc
|
tests in HTML file
|
2018-07-29 23:33:15 -04:00 |
|
tambien
|
e0d19c96d2
|
moving to test/html/
|
2018-07-29 23:31:07 -04:00 |
|
tambien
|
8e5183f1b1
|
removing unused fragment
|
2018-07-29 23:30:26 -04:00 |
|
tambien
|
de8f8dc357
|
updating devDep versions
|
2018-07-29 19:21:19 -04:00 |
|
tambien
|
7bc8677887
|
updating test
|
2018-07-29 09:52:11 -04:00 |
|
tambien
|
6e0c37c0fe
|
placeholder test for allowing different AudioContext to be passed into constructor
|
2018-07-29 09:39:58 -04:00 |
|
tambien
|
c752183f05
|
running basic tests on Gain
|
2018-07-29 09:39:22 -04:00 |
|
tambien
|
169662a13a
|
fixing comment
|
2018-07-29 09:36:54 -04:00 |
|
tambien
|
48f4633e61
|
reverting change
|
2018-07-29 09:36:02 -04:00 |
|
tambien
|
e52ce0d965
|
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
|
99de3295da
|
updating jsdoc comment
|
2018-07-28 10:21:02 -04:00 |
|
tambien
|
f61f17034a
|
pass the options object to the next class
|
2018-07-28 10:20:36 -04:00 |
|
tambien
|
bc8dc5ff7f
|
removing onConnect method
|
2018-07-27 07:32:31 -04:00 |
|
tambien
|
092ffc60a1
|
updating deploy script
|
2018-06-20 15:37:09 -04:00 |
|
Yotam Mann
|
7b4b1b3cea
|
don't allow assignment in conditional
|
2018-06-20 15:12:02 -04:00 |
|
Yotam Mann
|
17a7eae139
|
updating version
|
2018-06-20 15:11:13 -04:00 |
|
Yotam Mann
|
6e0f885c1e
|
using file/dir config args in tests
|
2018-06-20 15:11:05 -04:00 |
|
Yotam Mann
|
da0e118dfd
|
moving to updated BufferSource fade out api
Player still fades from the end
|
2018-06-20 15:08:16 -04:00 |
|
Yotam Mann
|
a83a31d5b0
|
testing updated BufferSource api
|
2018-06-20 15:07:32 -04:00 |
|
Yotam Mann
|
05058f6e88
|
comparing to file, removing seek test
|
2018-06-20 15:05:10 -04:00 |
|
Yotam Mann
|
dd405bc406
|
refactoring test
|
2018-06-20 15:04:25 -04:00 |
|
Yotam Mann
|
16c96c4486
|
release happens after stop time
as per new BufferSource api
|
2018-06-20 15:03:52 -04:00 |
|
Yotam Mann
|
2fe5452add
|
validating that velocity affects sampler playback
fixes #363
|
2018-06-20 15:03:38 -04:00 |
|
Yotam Mann
|
adbcbdd41e
|
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
|
d31c0e2ec1
|
logging cancel and hold for debugging
|
2018-06-20 14:56:49 -04:00 |
|
Yotam Mann
|
0e89ddf854
|
AudioContext resume does not apply to OfflineAudioContext
|
2018-06-20 14:56:35 -04:00 |
|
Yotam Mann
|
488b84c954
|
making logs more descriptive
|
2018-06-20 14:56:11 -04:00 |
|
Yotam Mann
|
4a47d68cde
|
stop method is beginning of fadeOut curve instead of end
simplifies code
fixes #328
|
2018-06-20 14:55:43 -04:00 |
|
Yotam Mann
|
b94b016415
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2018-06-20 10:37:54 -04:00 |
|
Yotam Mann
|
0f629a68fd
|
additional build and example deps
|
2018-06-20 10:37:49 -04:00 |
|
tambien
|
730b138773
|
increasing test thresholds
|
2018-06-18 17:03:05 -04:00 |
|
tambien
|
2cacafbb04
|
adding gulp cli
|
2018-06-18 16:36:52 -04:00 |
|
tambien
|
9df5253ed6
|
expanding threshold
|
2018-06-18 16:12:54 -04:00 |
|
tambien
|
cbddc81dd4
|
adding PolySynth tests
|
2018-06-18 15:49:47 -04:00 |
|
tambien
|
ce8b72b91c
|
adding MembraneSynth test
|
2018-06-18 15:49:38 -04:00 |
|
tambien
|
43bf4e30b5
|
calling resume on clock start
since it relies on the context clock being started
|
2018-06-18 11:23:31 -04:00 |
|
tambien
|
c6c6cb8014
|
optimization to turn off oscillator after play
|
2018-06-13 19:04:02 -04:00 |
|
tambien
|
b8d867324e
|
removing sinon
|
2018-06-13 19:03:17 -04:00 |
|
tambien
|
13c2fa7360
|
restoring the debug state
|
2018-06-13 17:08:07 -04:00 |
|
tambien
|
571a62bf06
|
testing Tone debugging tools
|
2018-06-13 17:00:25 -04:00 |
|
tambien
|
990d5d05e4
|
use onstatechange instead of addEventListener
in Safari < 10 AudioContext does not extend EventEmitter
|
2018-06-13 16:42:33 -04:00 |
|
tambien
|
e3cf01aeae
|
no noise supression
|
2018-06-13 15:57:05 -04:00 |
|
tambien
|
68688c326e
|
using resume instead of ready
|
2018-06-13 15:56:00 -04:00 |
|
Yotam Mann
|
b9efb432ad
|
linting
|
2018-06-13 00:20:23 -04:00 |
|