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
|
3d1202043a
|
all modules are relative paths
simplifies deep references to individual files
|
2018-08-26 22:29:17 -04:00 |
|
tambien
|
1070f226f3
|
using is[ClassName] boolean instead of instanceof
|
2018-08-26 10:59:41 -04:00 |
|
tambien
|
d38fefb2cd
|
toMaster uses the instance connected to the context
|
2018-07-30 13:07:46 -04:00 |
|
tambien
|
df5c800df4
|
changing singleton references to lowercase
|
2018-07-29 23:34:13 -04:00 |
|
Yotam Mann
|
1d6132a141
|
Revert "keeping reference to original Transport/Master/Listener interfaces"
This reverts commit 7bf69db3d6 .
|
2018-03-01 14:33:16 -05:00 |
|
Yotam Mann
|
7bf69db3d6
|
keeping reference to original Transport/Master/Listener interfaces
fixes #314
|
2018-03-01 14:27:58 -05:00 |
|
Yotam Mann
|
e6faa39dba
|
classes which generate or process sound extend Tone.AudioNode
|
2017-08-27 17:50:31 -04:00 |
|
Yotam Mann
|
5fe3e9106c
|
using async callback for getting context
for classes that need it on init
|
2017-08-13 21:37:32 -04:00 |
|
Yotam Mann
|
bf52df2fdc
|
check that there is an AudioNode before augmenting it
|
2017-07-27 18:06:05 -04:00 |
|
Yotam Mann
|
effd317acd
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2017-07-27 17:46:15 -04:00 |
|
Yotam Mann
|
dc4acf15c2
|
updating jsdocs
[skip ci]
|
2017-06-21 10:22:00 -04:00 |
|
Yotam Mann
|
15537e1f19
|
dispose Transport/Master when context is closed
|
2017-06-19 17:51:59 -04:00 |
|
Yotam Mann
|
15c238a31e
|
don't create unnecessary output
|
2017-04-30 14:48:39 -04:00 |
|
Yotam Mann
|
f7b7600ac9
|
fixing jsdoc errors
[skip ci]
|
2017-04-30 11:16:35 -04:00 |
|
Yotam Mann
|
58bdbbc82a
|
invoke super constructor first
preparation for moving to es6 modules. also moving to slightly
simplified `default` method
|
2017-04-24 23:23:15 -04:00 |
|
Yotam Mann
|
7549bdaa1a
|
renaming _initAudioContext() -> on("init")
|
2017-02-19 11:50:15 -05:00 |
|
Yotam Mann
|
76ad44360d
|
updating to new API
|
2016-09-19 23:02:42 -04:00 |
|
Yotam Mann
|
3ecd99ecb6
|
moving mute code to Volume
|
2016-05-14 17:34:23 -04:00 |
|
Yotam Mann
|
e09ec8de23
|
reverting to old volume implementation in Master
|
2015-11-16 11:10:12 -05:00 |
|
Yotam Mann
|
1c00c650db
|
updating to new Volume API
|
2015-10-21 10:33:13 -04:00 |
|
Yotam Mann
|
cb963405ed
|
master gets dispose method
|
2015-08-16 14:23:14 -04:00 |
|
Yotam Mann
|
747dff0636
|
fixing mute/unmute
|
2015-06-22 01:21:09 -04:00 |
|
Yotam Mann
|
4e9cb3ce1e
|
doc'ing
|
2015-06-20 15:50:57 -04:00 |
|
Yotam Mann
|
8d02f2eb81
|
editing class comments.
|
2015-06-14 01:45:12 -04:00 |
|
Yotam Mann
|
b2fa7a065e
|
jsdocing
|
2015-06-13 23:56:32 -04:00 |
|
Yotam Mann
|
23cc2408b2
|
changing link tag
|
2015-06-13 21:54:20 -04:00 |
|
Yotam Mann
|
a81ba071f3
|
changing the styling of this in return statements
|
2015-06-13 20:54:29 -04:00 |
|
Yotam Mann
|
f2f838b630
|
using signal jsdoc
|
2015-06-13 19:50:39 -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
|
f765c6127f
|
chain and mute
|
2015-05-23 18:15:39 -04:00 |
|
Yotam Mann
|
f0861838fc
|
mute boolean so that you can't double mute the master output
|
2015-04-24 17:45:32 -04:00 |
|
Luke Phillips
|
237202c049
|
updated typescript definitions and fixed a few type errors
|
2015-03-07 19:17:16 +00:00 |
|
Yotam Mann
|
24875c2f4c
|
more JSDoc massaging
|
2015-02-26 11:26:23 -05:00 |
|
Yotam Mann
|
baba517f09
|
unmuting the output returns previous value
|
2015-02-20 00:58:29 -05:00 |
|
Yotam Mann
|
fc20586939
|
getVolume
|
2015-02-01 20:02:38 -05:00 |
|
Yotam Mann
|
2e15f03490
|
Revert Tone.Volume representation
|
2015-01-05 23:33:05 -05:00 |
|
Yotam Mann
|
a60ec836db
|
migrating to Tone.Volume representation
|
2015-01-05 22:46:19 -05:00 |
|
Yotam Mann
|
cc26f35e57
|
master send/receive
master effects chain
|
2014-12-19 16:32:59 -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
|
4a4da6c85b
|
use MasterConstructor on init
|
2014-10-19 16:08:40 -04:00 |
|
Yotam Mann
|
3eba6e58a4
|
optimizing initial script loading
|
2014-10-16 00:49:31 -04:00 |
|
Yotam Mann
|
ef80d1e81c
|
light styling.
|
2014-10-01 14:47:45 -04:00 |
|
Yotam Mann
|
26d2e1ef59
|
making a note of where methods get defined.
makes it easier to know which files to include.
|
2014-09-24 23:43:10 -04:00 |
|
Yotam Mann
|
7850bdabc1
|
changed Master class to Tone.Master
this is for jsdoc purposes.
|
2014-09-11 13:00:59 -04:00 |
|