tboie
|
ba1900dab6
|
Tone.Disconnect Fix (#483)
-use while loop with a flag
-fixes #461
|
2019-05-14 21:40:23 -04:00 |
|
tambien
|
66d6dad002
|
reverse buffer when setting
This way when the buffer is loaded or set in any way, reverse will be applied.
fixes #456
|
2019-03-12 10:53:03 -04:00 |
|
tambien
|
655b3310d3
|
setting reverse value which is passed into through an object
fixes #456
|
2019-03-09 16:14:51 -05:00 |
|
tambien
|
34405caeb1
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2019-03-08 11:36:29 -05:00 |
|
tambien
|
380c901558
|
explicitly listing methods/properties instead of iterating over the context properties
|
2019-03-08 11:36:27 -05:00 |
|
Stephan Lagerwaard
|
7269f3bdfa
|
Added option to silence both loggers the context (#453)
|
2019-03-06 14:59:17 -05:00 |
|
tambien
|
c023181579
|
linting
|
2019-02-15 13:03:10 -05:00 |
|
tambien
|
7818531e0f
|
increasing render chunk size
addresses #436
|
2019-02-04 12:38:10 -05:00 |
|
tambien
|
45e4bf11c8
|
shim to ensure that AudioNode.connect returns the destination node
as per the spec.
|
2019-02-02 14:24:51 -05:00 |
|
tambien
|
eb8bdc0f37
|
disconnecting from all of the inputs
|
2019-02-02 14:03:53 -05:00 |
|
tambien
|
2ca9d89424
|
using Tone.connect/disconnect everywhere
no more overwritten connect/disconnect
closes #421
|
2019-02-02 13:20:53 -05:00 |
|
tambien
|
6a37b4b407
|
updating scheduleOnce docs
[skip ci]
|
2019-02-01 15:03:53 -05:00 |
|
tambien
|
5f67d0df3b
|
returning to previous typechecks
|
2019-01-28 22:17:42 -05:00 |
|
tambien
|
bf5d1aca18
|
make sure that param is defined
|
2019-01-28 21:39:05 -05:00 |
|
tambien
|
aa0d90256d
|
removing rampTime from 'set'
seemed rarely used
|
2019-01-28 21:04:43 -05:00 |
|
tambien
|
386e57a36c
|
AudioNode.chain returns this
|
2019-01-28 11:55:36 -05:00 |
|
tambien
|
2780cac504
|
using Tone.connect for connections with native nodes
addresses #421
|
2019-01-28 11:02:15 -05:00 |
|
tambien
|
b9e13afb3c
|
updating docs
|
2019-01-27 18:01:19 -05:00 |
|
tambien
|
610b847f4d
|
fixing docs
|
2019-01-27 17:14:04 -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
|
9891d6bfa9
|
linting
|
2019-01-09 22:57:14 -05:00 |
|
tambien
|
7fb94d09a3
|
removing unnecessary function
fixed a problem in safari which has since been resolved
|
2019-01-09 22:34:04 -05:00 |
|
tambien
|
ab4e677c9d
|
adding start method to simplify starting AudioContext
|
2019-01-09 22:30:22 -05:00 |
|
tambien
|
a5fceee69f
|
changing step time to 1 sample
|
2019-01-09 22:13:40 -05:00 |
|
tambien
|
fe893f74bf
|
updating copyright year
2019!
|
2019-01-08 20:03:49 -05:00 |
|
tambien
|
ed20e2cdda
|
styling minOutput differently
|
2019-01-08 11:27:28 -05:00 |
|
tambien
|
982deb3f62
|
param automation from 'now' instead of currentTime
addresses #385
|
2018-09-10 14:03:28 -04:00 |
|
Yotam Mann
|
34e26059ca
|
don't invoke onload when setting a loaded buffer
addresses #382 and #376
|
2018-08-31 00:28:18 -04:00 |
|
Yotam Mann
|
e754799226
|
updating lint prefs
|
2018-08-31 00:14:21 -04:00 |
|
Yotam Mann
|
d5b77d0887
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2018-08-31 00:06:17 -04:00 |
|
tambien
|
7b60890dbf
|
change logging stye
|
2018-08-29 23:10:18 -04:00 |
|
tambien
|
ed897dc4fe
|
using precise version number
|
2018-08-29 23:07:58 -04:00 |
|
tambien
|
c8a7779191
|
reference to Tone.global instead of window
this allows Tone.js to be loaded in a browser or node.js environment
|
2018-08-29 13:54:02 -04:00 |
|
tambien
|
3d1202043a
|
all modules are relative paths
simplifies deep references to individual files
|
2018-08-26 22:29:17 -04:00 |
|
tambien
|
5027277360
|
all modules are relative paths
simplifies deep references to individual files
|
2018-08-26 22:29:17 -04:00 |
|
tambien
|
c846ace268
|
Revert "creating TONE_CONTEXT and TONE_AUDIO_CONTEXT"
This reverts commit 3ad8ad19fb .
|
2018-08-26 20:10:34 -04:00 |
|
tambien
|
a3b9426c50
|
Revert "creating TONE_CONTEXT and TONE_AUDIO_CONTEXT"
This reverts commit 3ad8ad19fb .
|
2018-08-26 20:10:34 -04:00 |
|
tambien
|
322a4bfc57
|
creating TONE_CONTEXT and TONE_AUDIO_CONTEXT
TONE_CONTEXT stores a global Tone.Context while TONE_AUDIO_CONTEXT
|
2018-08-26 19:42:59 -04:00 |
|
tambien
|
3ad8ad19fb
|
creating TONE_CONTEXT and TONE_AUDIO_CONTEXT
TONE_CONTEXT stores a global Tone.Context while TONE_AUDIO_CONTEXT
|
2018-08-26 19:42:59 -04:00 |
|
tambien
|
1070f226f3
|
using is[ClassName] boolean instead of instanceof
|
2018-08-26 10:59:41 -04:00 |
|
tambien
|
70c66f5d46
|
using is[ClassName] boolean instead of instanceof
|
2018-08-26 10:59:41 -04:00 |
|
tambien
|
1f630f5c24
|
TONE_AUDIO_CONTEXT equals the Tone.Context
not just the raw underlying AudioContext
|
2018-08-26 10:50:17 -04:00 |
|
tambien
|
c45b29bde5
|
TONE_AUDIO_CONTEXT equals the Tone.Context
not just the raw underlying AudioContext
|
2018-08-26 10:50:17 -04:00 |
|
tambien
|
2dc10c7432
|
moving global AudioContext reference to Tone.Context
and also making it an unwrapped AudioContext
|
2018-08-13 22:41:22 -04:00 |
|
tambien
|
285f2899c2
|
moving global AudioContext reference to Tone.Context
and also making it an unwrapped AudioContext
|
2018-08-13 22:41:22 -04:00 |
|
tambien
|
620abad4d9
|
make 'destination' alias of Tone.Master
|
2018-08-09 15:17:18 -04:00 |
|
tambien
|
ebf0dd95b1
|
make 'destination' alias of Tone.Master
|
2018-08-09 15:17:18 -04:00 |
|
aniketaranake
|
f9c584169e
|
Fixes typo in documentation (#377)
* Fixes typo in documentation
* Tone.AudioNode, not AudioNode
|
2018-08-09 09:48:38 -04:00 |
|
aniketaranake
|
21b97a7864
|
Fixes typo in documentation (#377)
* Fixes typo in documentation
* Tone.AudioNode, not AudioNode
|
2018-08-09 09:48:38 -04:00 |
|
Yotam Mann
|
183cbc0966
|
don't defer callback
|
2018-08-06 23:46:52 -04:00 |
|