Commit graph

1185 commits

Author SHA1 Message Date
Yotam Mann
97e5e51bb9 noting changes 2015-01-05 22:02:48 -05:00
Yotam Mann
8b141cf6c1 testing new Sampler API 2015-01-05 22:00:48 -05:00
Yotam Mann
e190b58692 updating Player tests to new API 2015-01-05 21:56:40 -05:00
Yotam Mann
98e605c42a deprecating MultiSampler 2015-01-05 21:56:25 -05:00
Yotam Mann
be42af936e noting CDN 2015-01-05 21:56:11 -05: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
b825e55385 deprecating Tone.MultiSampler 2015-01-05 21:49:56 -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
f986b32849 Sampler can load many samples
choose which sample plays in the triggerAttack method
2015-01-05 21:48:03 -05:00
Yotam Mann
a965c520f0 make buffer private
reset download count after the download is complete
2015-01-05 21:47:07 -05:00
Yotam Mann
1ad17e5021 clock onended test 2015-01-04 22:55:04 -05:00
Yotam Mann
3c2d962715 renamed onend to onended 2015-01-04 22:25:16 -05:00
Yotam Mann
693d96b1b7 Clock uses setTimeout to invoke onended
the native onended is too flakey. addresses #48
2015-01-04 22:19:33 -05:00
Yotam Mann
0171707425 new buffer and source tests for new Tone.Buffer 2015-01-04 21:47:12 -05:00
Yotam Mann
d1d27931d7 noting changes 2015-01-04 21:46:56 -05:00
Yotam Mann
080b8f5854 updated Player and Convolver with new Buffer 2015-01-04 21:46:10 -05:00
Yotam Mann
c11d66f2c3 Tone.Buffer has static progress and load event 2015-01-04 20:59:08 -05:00
Yotam Mann
3a0845f009 sync/unsync the LFO 2014-12-19 16:40:06 -05:00
Yotam Mann
f1cbd96f98 sync/unsync the frequency 2014-12-19 16:39:50 -05:00
Yotam Mann
9ed92b7af0 removing unneeded disposes 2014-12-19 16:33:43 -05:00
Yotam Mann
cc26f35e57 master send/receive
master effects chain
2014-12-19 16:32:59 -05:00
Yotam Mann
6ddf1b372f single 'setVolume' definition in Master 2014-12-19 16:27:50 -05:00
Yotam Mann
329fc8409a Merge pull request #45 from lukephills/dev
Updated typescript definitions inline with r3
2014-12-19 12:25:45 -05:00
Yotam Mann
3316ea381f StereoEffect deps clean up 2014-12-19 12:21:02 -05:00
Yotam Mann
62dbec1937 Distortion setter 2014-12-19 12:20:47 -05:00
Yotam Mann
9e140a7605 Fixing/testing microphone dispose method
Fixes #46
2014-12-19 12:20:26 -05:00
Luke Phillips
9b4e69eaed added MultibandEQ 2014-12-17 14:22:58 +00:00
Luke Phillips
e6caa81479 don't crash if user deny's microphone stream 2014-12-16 17:55:08 +00:00
Luke Phillips
3d8180244f allow effects to have settings objects 2014-12-16 11:31:39 +00:00
Luke Phillips
8fafb3d20b microphone disconnect error 2014-12-15 17:08:14 +00:00
Luke Phillips
dd38b43726 AutoWah defs 2014-12-14 15:16:37 +00:00
Luke Phillips
d03e674636 added phaser definitions 2014-12-13 14:22:05 +00:00
Luke Phillips
0bb3b3d6db added Phaser definition 2014-12-13 14:20:48 +00:00
Luke Phillips
e3a09ef58b Merge branch 'master' into dev 2014-12-11 10:39:06 +00:00
Luke Phillips
68831c1c19 merge with master 2014-12-11 10:30:20 +00:00
Luke Phillips
04538256a3 chain is connectSeries 2014-12-10 15:09:18 +00:00
Luke Phillips
fdd7b253db include utils for bower 2014-12-10 12:45:33 +00:00
Luke Phillips
5c3d1d90a8 Typedefinitions inline with version 3 2014-12-10 12:27:58 +00:00
Yotam Mann
a730873ff1 Threshold - removing deprecated 2014-12-09 15:02:36 -05:00
Luke Phillips
af417d4709 Merge branch 'master' of https://github.com/TONEnoTONE/Tone.js 2014-12-09 17:44:30 +00:00
Yotam Mann
de707f1838 volume gets set right away 2014-12-08 11:03:47 -05:00
Yotam Mann
202c84c0ec making voices public 2014-12-08 11:03:20 -05:00
Yotam Mann
ba445538f2 using AudioToGain instead of Expr 2014-12-08 11:03:10 -05:00
Yotam Mann
e1ce5f54a9 default args 2014-12-08 11:02:55 -05:00
Yotam Mann
63876cafe2 LFO, changing 'rate'->'frequency' 2014-12-08 11:02:47 -05:00
Yotam Mann
daf428b23b fixed velocity bug 2014-12-08 11:02:22 -05:00
Yotam Mann
3b7b7b5423 fixed bus infinite recursion. 2014-12-08 00:44:40 -05:00
Yotam Mann
4236dadf47 noting changes 2014-12-06 16:49:04 -05:00
Yotam Mann
ba90b842a1 Envelope no longer has an exponent 2014-12-06 16:48:57 -05:00
Yotam Mann
3ddc50be6a toFrequency test 2014-12-06 16:48:44 -05:00