tambien
|
75fc8c3874
|
fixing docs
[skip ci]
|
2019-03-25 19:44:58 -07:00 |
|
tambien
|
3c2d1250ea
|
passes in the player to the callback
fixes #460
|
2019-03-25 11:53:57 -07:00 |
|
tambien
|
a9b70e8017
|
temporarily removing ff-beta tests
crashing while running in headless mode, need to track down which test is causing this
|
2019-03-19 20:38:12 -04:00 |
|
tambien
|
56800fe11b
|
Disconnecting but not disposing onend
addresses #463
|
2019-03-19 20:26:28 -04:00 |
|
tambien
|
ae8be83cc5
|
fixing typo
fixes #462
|
2019-03-14 10:29:51 -04:00 |
|
tambien
|
c1d748deed
|
adding case where attack time is 0
fixes #425
|
2019-03-12 13:22:25 -04:00 |
|
tambien
|
ad61d1b2ae
|
increasing test threshold
|
2019-03-12 13:03:55 -04:00 |
|
tambien
|
023758425b
|
use the playbackRate when computing the offset of a synced player
fixes #349
|
2019-03-12 11:25:33 -04:00 |
|
tambien
|
15823d2664
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2019-03-12 10:53:08 -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 |
|
Vasilii Smirnov
|
cd7b4c7fed
|
Fixed 'notes' parameter in Sampler methods to point that several notes can be played. (#457)
|
2019-03-11 19:38:29 -04:00 |
|
tambien
|
ff371dfd69
|
converting arg to time
|
2019-03-09 17:52:03 -05:00 |
|
tambien
|
655b3310d3
|
setting reverse value which is passed into through an object
fixes #456
|
2019-03-09 16:14:51 -05:00 |
|
tambien
|
d694612ef8
|
fixing docs and deps imports
|
2019-03-08 13:01:41 -05:00 |
|
tambien
|
a3cc8d0f60
|
guarding against double disposing
|
2019-03-08 13:01:09 -05:00 |
|
tambien
|
ba0e0fbbd8
|
increasing threshold
|
2019-03-08 12:32:05 -05:00 |
|
tambien
|
a23ba73fc4
|
dispose oscillator onended
|
2019-03-08 12:17:27 -05:00 |
|
tambien
|
57d30ff6d6
|
optimizing case of basic oscillator types
fixes #427
|
2019-03-08 12:17:20 -05:00 |
|
tambien
|
75c7171f3d
|
using latest beta instead of nightly
nightly is crashing on Travis-CI with the error "stack smashing detected"
|
2019-03-08 11:55:35 -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 |
|
tambien
|
d601b4be3a
|
dispose the buffer onended
addresses #378
|
2019-03-08 11:30:00 -05:00 |
|
Blaine Buxton
|
d91c6cd05c
|
Fix broken MidiConvert link in readme (#455)
|
2019-03-07 12:34:10 -05:00 |
|
Stephan Lagerwaard
|
2f9d21006c
|
Removed linear ramp from the reverb pre-delay (#454)
fixes #450
|
2019-03-07 09:48:00 -05:00 |
|
Stephan Lagerwaard
|
7269f3bdfa
|
Added option to silence both loggers the context (#453)
|
2019-03-06 14:59:17 -05:00 |
|
tambien
|
0e94a0f046
|
correction in docs
|
2019-03-03 20:37:18 -05:00 |
|
tambien
|
2433aea90d
|
increasing test threshold
|
2019-02-17 12:12:04 -05:00 |
|
tambien
|
fd4ec1ee97
|
CtrlPattern should return undefined when there's no values
|
2019-02-15 13:08:44 -05:00 |
|
tambien
|
c023181579
|
linting
|
2019-02-15 13:03:10 -05:00 |
|
tambien
|
e69a320988
|
fixing security issues
|
2019-02-15 13:02:49 -05:00 |
|
tambien
|
a63ca089c2
|
noting changes
|
2019-02-15 13:02:38 -05:00 |
|
Pirmin Schneider
|
a0be597564
|
update documentation examples of FeedbackDelay and PingPongDelay (#442)
rename DrumSynth->MembraneSynth
|
2019-02-08 09:29:10 -06:00 |
|
tambien
|
2d155fd768
|
removing typescript definitions from build
will reintroduce when they can pass ts compilation
fixes #437
|
2019-02-04 14:25:06 -05:00 |
|
tambien
|
2dce244c85
|
increase tick threshold
|
2019-02-04 13:20:29 -05:00 |
|
tambien
|
e439a258e0
|
increase test thresholds
|
2019-02-04 13:09:48 -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
|
8070135e0d
|
using path.posix for generating require/import strings
closes #387
|
2019-02-02 14:08:21 -05:00 |
|
tambien
|
933136abdf
|
removing unnecessary proxy parameter
|
2019-02-02 14:05:07 -05:00 |
|
tambien
|
eb8bdc0f37
|
disconnecting from all of the inputs
|
2019-02-02 14:03:53 -05:00 |
|
tambien
|
3e9be5485e
|
incrementing version
|
2019-02-02 13:21:28 -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
|
8cd464fdb6
|
removing log
|
2019-02-02 13:19:49 -05:00 |
|
tambien
|
6a37b4b407
|
updating scheduleOnce docs
[skip ci]
|
2019-02-01 15:03:53 -05:00 |
|
tambien
|
1ab177b4ec
|
testing that pattern reports value correctly
|
2019-02-01 12:20:34 -05:00 |
|
tambien
|
190035d9c8
|
removing event by value
testing setting humanize
|
2019-02-01 12:17:40 -05:00 |
|
tambien
|
5e113f3654
|
testing progress should be 0 before starting
|
2019-02-01 12:17:20 -05:00 |
|
tambien
|
5212d76223
|
removing logging
|
2019-02-01 12:16:49 -05:00 |
|
tambien
|
e555d8ab3e
|
testing polyphonic triggerAttackRelease API
|
2019-02-01 12:02:03 -05:00 |
|
tambien
|
ddb9f8b4d8
|
sampler should throw error if there are no available notes to play
before failed silently
|
2019-02-01 12:01:35 -05:00 |
|