Yotam Mann
|
5771eb4383
|
removing RecursiveOmit (never used)
addresses #700
|
2020-07-19 12:23:18 -07:00 |
|
Yotam Mann
|
a78fba072a
|
make sure the defaults belong to the template
|
2020-07-19 12:04:03 -07:00 |
|
Yotam Mann
|
caff06106b
|
updating ui components
|
2020-07-19 11:59:44 -07:00 |
|
Yotam Mann
|
8b2c5ce441
|
linting html
|
2020-07-19 11:46:01 -07:00 |
|
Yotam Mann
|
4b84d817c1
|
removing Tone.js deps
|
2020-07-19 11:40:20 -07:00 |
|
Yotam Mann
|
72dd2773fb
|
adding html linting (for examlpes)
and test script to test on examples
|
2020-07-19 10:58:08 -07:00 |
|
Yotam Mann
|
8a82a5f794
|
running examples through typescript checker
|
2020-07-19 10:50:44 -07:00 |
|
Yotam Mann
|
554a560737
|
ignoring typescript errors
|
2020-07-19 10:50:20 -07:00 |
|
Yotam Mann
|
833144c63c
|
correcting synth type
|
2020-07-19 10:46:11 -07:00 |
|
Yotam Mann
|
705723f919
|
serial iteration instead of parallel
hopefully it's not too slow
|
2020-07-19 10:42:15 -07:00 |
|
Yotam Mann
|
93cec01dd4
|
simplifying example by removing FunkyShape class
|
2020-07-19 10:19:01 -07:00 |
|
Yotam Mann
|
c4578ce047
|
renaming synth var
|
2020-07-19 10:18:45 -07:00 |
|
Yotam Mann
|
bdbc6dfccd
|
linting
|
2020-07-19 10:18:33 -07:00 |
|
Yotam Mann
|
f6d6e310dd
|
renaming synth var
|
2020-07-19 10:18:02 -07:00 |
|
Yotam Mann
|
37c9f638de
|
clamp the overlap range
|
2020-07-19 10:16:30 -07:00 |
|
Yotam Mann
|
6337227155
|
updating example using Array instead of Float32Array
|
2020-07-19 10:12:39 -07:00 |
|
Yotam Mann
|
e40cb97e43
|
including MonoSynth in PolySynth types
|
2020-07-19 10:12:26 -07:00 |
|
Yotam Mann
|
5e3a76bb9d
|
print examples and then throw error if they didn't pass
|
2020-07-19 10:12:08 -07:00 |
|
Yotam Mann
|
919f116871
|
throw error if didn't pass all tests
|
2020-07-19 09:41:04 -07:00 |
|
Yotam Mann
|
94c3844fe2
|
fixing example
|
2020-07-18 21:13:41 -07:00 |
|
Yotam Mann
|
f05775b964
|
correcting example
|
2020-07-18 17:47:07 -07:00 |
|
Yotam Mann
|
a9f99e8fb3
|
corrected fft example
|
2020-07-18 17:21:24 -07:00 |
|
Yotam Mann
|
2036bca271
|
linting
|
2020-07-18 17:20:19 -07:00 |
|
Yotam Mann
|
742a965d33
|
fixing example
|
2020-07-18 10:41:36 -07:00 |
|
Yotam Mann
|
55b555d25c
|
moving writeFile into try/catch
|
2020-07-18 08:36:18 -07:00 |
|
Yotam Mann
|
50d03787de
|
correcting example
|
2020-07-18 08:30:00 -07:00 |
|
Yotam Mann
|
47f3ef5089
|
reverting part of it
|
2020-07-17 19:17:30 -07:00 |
|
Yotam Mann
|
4dd5166927
|
wasn't actually testing examples
😳
|
2020-07-17 19:10:47 -07:00 |
|
Yotam Mann
|
b6ba04102f
|
moved all of the example audio to a separate repo
https://github.com/Tonejs/audio
|
2020-07-17 18:40:50 -07:00 |
|
Yotam Mann
|
23f3fac71f
|
updated examples and example deps
|
2020-07-17 17:58:09 -07:00 |
|
Yotam Mann
|
383b6b4436
|
WIP updating examples for latest version
|
2020-07-17 17:36:42 -07:00 |
|
Yotam Mann
|
a4f5b39947
|
Merge pull request #698 from Tonejs/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.14 to 4.17.19
|
2020-07-16 21:14:41 -07:00 |
|
dependabot[bot]
|
691a0e657b
|
Bump lodash from 4.17.14 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-16 04:44:17 +00:00 |
|
Yotam Mann
|
007cdc5a66
|
fixing typos and adding examples
|
2020-06-25 08:26:50 -07:00 |
|
Yotam Mann
|
1b23c84e08
|
adding deprecated Destination name
will reduce errors in upgrading
|
2020-06-25 08:26:38 -07:00 |
|
Yotam Mann
|
3cdd43379c
|
updating changelog
|
2020-06-25 08:25:10 -07:00 |
|
Yotam Mann
|
4435329b03
|
feat: sampler no longer quantizes to nearest semitone but can work between pitches
fixes #447
|
2020-06-17 17:15:56 -04:00 |
|
Yotam Mann
|
de95b27af0
|
don't clear the activeVoices array when releasing all
actives voices will be cleared on it's own
fixes #676
|
2020-06-17 14:08:25 -04:00 |
|
Yotam Mann
|
127a62da5a
|
making example more descriptive
|
2020-06-17 10:31:26 -04:00 |
|
Yotam Mann
|
c7ac90f2f7
|
fixing test
|
2020-06-16 23:27:05 -04:00 |
|
Yotam Mann
|
dbed4d27fe
|
adding note recommending Reverb over FeedbackCombFilter-based classes
|
2020-06-16 23:15:06 -04:00 |
|
Yotam Mann
|
08aa0f5419
|
adding getters for global singletons
addresses #679
|
2020-06-16 23:14:34 -04:00 |
|
Yotam Mann
|
69bc2bbb57
|
linting
|
2020-06-16 23:14:19 -04:00 |
|
Yotam Mann
|
4d0403fbd0
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2020-06-14 22:14:31 -04:00 |
|
Yotam Mann
|
799db6d923
|
security patch
|
2020-06-14 22:14:29 -04:00 |
|
Yotam Mann
|
ccc4c9910b
|
Merge pull request #688 from JackCA/export-biquad-filter
export new BiquadFilter
|
2020-06-08 19:40:45 -04:00 |
|
Jack Anderson
|
73ba8c1138
|
export new BiquadFilter
|
2020-06-08 15:01:01 -07:00 |
|
Yotam Mann
|
50a888c8c0
|
start the source only if the transport is already past the given start time
fixes #525
|
2020-06-07 23:18:33 -04:00 |
|
Yotam Mann
|
22cecdc281
|
feat: adding ability to get the frequency at the FFT index
`getFrequencyOfIndex`
|
2020-06-07 20:46:01 -04:00 |
|
Yotam Mann
|
d72580cd48
|
removing unused variable
|
2020-06-07 20:42:34 -04:00 |
|