Yotam Mann
|
fbab69696d
|
removing tone.d.ts since it didn't work very well
|
2019-08-26 22:42:09 -07:00 |
|
Yotam Mann
|
edbd3aa31b
|
adding version to changelog
|
2019-08-26 22:40:43 -07:00 |
|
Yotam Mann
|
cc3f6c2910
|
Merge branch 'dev' into typescript
|
2019-08-26 16:53:10 -07:00 |
|
Yotam Mann
|
a54ab4ea68
|
using typechecks from standardized-audio-context
|
2019-08-26 16:52:21 -07:00 |
|
Yotam Mann
|
ed93b2c3af
|
Merge pull request #529 from Tonejs/dependabot/npm_and_yarn/eslint-utils-1.4.2
Bump eslint-utils from 1.3.1 to 1.4.2
|
2019-08-26 15:20:14 -07:00 |
|
dependabot[bot]
|
f0695ee0cc
|
Bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2019-08-26 19:28:54 +00:00 |
|
Yotam Mann
|
3fc30c4884
|
Merge branch 'dev' into typescript
|
2019-08-26 11:05:12 -07:00 |
|
Yotam Mann
|
9b55078669
|
updating link
fixes #527
|
2019-08-26 11:04:36 -07:00 |
|
Yotam Mann
|
c1526a8bd6
|
starting typedoc config
|
2019-08-26 10:55:52 -07:00 |
|
Yotam Mann
|
0c805aec7b
|
setContext takes a context or AudioContext or OfflineAudioContext
|
2019-08-26 10:55:43 -07:00 |
|
Yotam Mann
|
e6431d9890
|
using standardized-audio-context as AudioContext
goal of normalizing behavior across all browsers that support Web Audio.
thanks @chrisguttandin!
|
2019-08-26 10:55:04 -07:00 |
|
Yotam Mann
|
b09b81c64b
|
adding categories
|
2019-08-26 10:44:43 -07:00 |
|
Yotam Mann
|
4c106930e0
|
adding typedocs
|
2019-08-21 13:59:01 -07:00 |
|
Yotam Mann
|
e6635058d5
|
adding readonly to name
|
2019-08-21 13:44:12 -07:00 |
|
Yotam Mann
|
b018cac113
|
adding categories
|
2019-08-21 13:01:12 -07:00 |
|
Yotam Mann
|
8acc11781b
|
moving params to above constructor
|
2019-08-21 13:00:44 -07:00 |
|
Yotam Mann
|
e60526c006
|
fixing typing
|
2019-08-20 22:51:08 -07:00 |
|
Yotam Mann
|
ff5360f408
|
converting Panner to ts
|
2019-08-20 22:50:12 -07:00 |
|
Yotam Mann
|
f1a5c839b9
|
adding effects tests
|
2019-08-20 22:23:01 -07:00 |
|
Yotam Mann
|
bea5f32a5c
|
setting channelCount to 1 and mode to "explicit"
fixes issue with std-audio-context and stereo panner
|
2019-08-20 22:22:52 -07:00 |
|
Yotam Mann
|
34c4494cd5
|
dry/wet should be a number not string
|
2019-08-20 22:21:58 -07:00 |
|
Yotam Mann
|
1bfdf190d7
|
FrequencyShifter
whoops forgot to include the file in the last commit
|
2019-08-20 22:02:34 -07:00 |
|
Yotam Mann
|
1f892355dd
|
noting changes
|
2019-08-20 22:02:13 -07:00 |
|
Yotam Mann
|
77a745e09e
|
FrequencyShifter Effect
thanks @Foaly
|
2019-08-20 21:57:45 -07:00 |
|
Yotam Mann
|
afb9d1726e
|
converting PhaseShiftAllpass to typescript
|
2019-08-20 11:19:23 -07:00 |
|
Yotam Mann
|
1439c988e8
|
Merge branch 'pr/521' into typescript
|
2019-08-19 19:02:07 -07:00 |
|
Yotam Mann
|
9982db3d1b
|
adding fadein/out to noise
|
2019-08-19 18:50:11 -07:00 |
|
Maximilian Wagenbach
|
bb8296d890
|
Mention antialiasing of the FrequencyShifter in the documentation.
|
2019-08-19 17:18:27 -07:00 |
|
Yotam Mann
|
ce88eb9b88
|
using createAudioContext and createOfflineAudioContext
easier to eventually move those to standardized-audio-context
|
2019-08-19 11:15:53 -07:00 |
|
Yotam Mann
|
c2e7c3af04
|
linting
|
2019-08-19 10:11:48 -07:00 |
|
Yotam Mann
|
c353df6d5a
|
skip this test
for now
|
2019-08-19 10:04:28 -07:00 |
|
Yotam Mann
|
94a9f78704
|
don't merge object when the type is AudioParam, AudioNode or AudioBuffer
addresses standardized-audio-context/#642
|
2019-08-19 10:04:21 -07:00 |
|
Yotam Mann
|
560ac489af
|
moving tests to AdvancedTypeCheck
|
2019-08-19 10:01:37 -07:00 |
|
Yotam Mann
|
05586661b3
|
adding types
|
2019-08-19 09:59:31 -07:00 |
|
Yotam Mann
|
972b88a36c
|
using overloaded offline constructor
|
2019-08-19 09:59:22 -07:00 |
|
Yotam Mann
|
fd1bbb708b
|
overloaded offline constructor
|
2019-08-19 09:59:07 -07:00 |
|
Yotam Mann
|
cf6a4a8e69
|
export reverb
|
2019-08-16 16:17:27 -04:00 |
|
Yotam Mann
|
f9b433c4cf
|
swapping order so that options are used
|
2019-08-16 15:35:52 -04:00 |
|
Yotam Mann
|
fb38cd4034
|
adding MembraneSynthOptions to PolySynth
|
2019-08-16 15:21:09 -04:00 |
|
Yotam Mann
|
68d650862d
|
MembraneSynth extends Synth
addresses #486
Saves some code and enables use in PolySynth
|
2019-08-16 15:15:14 -04:00 |
|
Yotam Mann
|
c56bef48c4
|
converting MembraneSynth to ts
|
2019-08-16 13:57:38 -04:00 |
|
Yotam Mann
|
74ae46a7d4
|
adding interface to deepMerge which reflects the merging interfaces
|
2019-08-16 13:57:17 -04:00 |
|
Yotam Mann
|
d1c281c810
|
using isAudioParam and isAudioNode to test instanceof
will make migrating to standardized-audio-context easier
|
2019-08-16 12:49:04 -04:00 |
|
Yotam Mann
|
0f20c2d2b4
|
no decorators
|
2019-08-15 23:41:22 -04:00 |
|
Yotam Mann
|
4a811bb5aa
|
updating docs
|
2019-08-15 19:22:49 -04:00 |
|
Yotam Mann
|
6ae86b1c46
|
converting compressor to ts
|
2019-08-15 19:18:09 -04:00 |
|
Yotam Mann
|
77806402b6
|
omiting synth options on each individual options object
instead of on the entire object which caused some issues
|
2019-08-14 13:16:23 -04:00 |
|
Yotam Mann
|
ed88e6bf10
|
adding typing to 'connect' method
|
2019-08-14 13:01:16 -04:00 |
|
Yotam Mann
|
949a123b47
|
can add a subsequence to a part
|
2019-08-14 12:03:32 -04:00 |
|
Yotam Mann
|
d4d7c8a78b
|
testing 'stop' method
plays the correct number of iterations
|
2019-08-14 12:03:21 -04:00 |
|