Yotam Mann
56fea7cb70
Refactor options before super
( #1244 )
2024-05-06 10:55:55 -04:00
Yotam Mann
aaf880c925
Using web-test-runner for tests, updating import paths ( #1242 )
...
* WIP moving tests to web-test-runner
* updating thresholds
* Adding file extensions
* Testing integrations
* linting
* fixing dep
* moving back to root dir
* prettier all of the files
* updating eslint rules to use with prettier
* remove import package
* moving tsignore around
* removing unneeded ignores
* all tests run on puppeteer, no need for testing guards
* linting
* import type syntax
* cleaning up
* Update package.json
2024-05-03 14:31:14 -04:00
Yotam Mann
57eacfa13b
Updating link syntax ( #1236 )
2024-04-29 10:48:37 -04:00
Yotam Mann
a256ae2e6c
Working on getting github actions to run ( #1231 )
...
* working on getting actions to run
* running all tests
* run on CHROME only
* Update test.yml
* ignoring node_modules
* updating typedocs
* trying to ignore compiler errors
* Update tsconfig.json
* running doc tests in parallel
* speeding up docs example tests
* Update test.yml
* testing README
* 2 spaces instead of 4
* codecov
* remove travis ci
* adding token
* updating codecov
2024-04-25 14:06:55 -04:00
Lukas
4d9b3d0bb8
fix typo paramter
-> parameter
2022-04-16 17:58:41 +02:00
Yotam Mann
364040cefe
removing Sound On Sound link
...
fixes #1016
2022-01-21 14:57:04 -05:00
Yotam Mann
69ab1b91c6
Adding triggerAttackRelease example
...
addresses #989
2021-12-18 17:31:00 -05:00
Yotam Mann
954a4fce37
Allow instrument and PolySynth to be scheduled to the transport stop/loop events
...
addresses #924
2021-10-13 19:27:34 -04:00
Yotam Mann
10c27a99e1
linting
2021-10-13 18:38:30 -04:00
Yotam Mann
4f5353e7f0
throws error when polysynth is used with a non monophonic class
...
fixes #939
2021-10-13 15:29:23 -04:00
Yotam Mann
e055c0b47e
correcting typescript issues
2021-10-13 13:32:29 -04:00
SkyezerFox
f4474ffd63
allow PolySynth voice constructors to extend Monophonic
2021-08-13 12:11:57 +01:00
Tony Atkins
be22ab8a24
GH-894: Correct 'Karplus-String' typo ( fixes #894 ).
2021-05-11 20:09:05 +02:00
David
25082eb396
fixed triggerAttack doc typos
2021-04-24 21:51:03 -07:00
Ron Yeh
59e484db83
Fix typos and improve comments.
...
"scaler" should be "scalar" but a shorter comment is clearer.
"immediatly" was missing a letter.
2021-03-30 16:46:02 -07:00
Stuart Keith
e3a611ffaa
polysynth does not reschedule event if disposed
2021-03-21 21:00:03 +11:00
Stuart Keith
0346ca0c09
remove unnecessary whitespace after comment
2021-03-21 20:38:53 +11:00
Astray-git
75f591a40a
fix: should set _sync in this.sync
2020-08-26 16:58:14 +08:00
Yotam Mann
ed8bb4ddcf
updating omnioscillator options
2020-08-06 12:58:02 -07:00
Yotam Mann
e673387cbb
fixing example links
2020-07-20 11:11:00 -07:00
Yotam Mann
e40cb97e43
including MonoSynth in PolySynth types
2020-07-19 10:12:26 -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
69bc2bbb57
linting
2020-06-16 23:14:19 -04:00
Yotam Mann
23af858ef2
updating doc links
2020-05-18 21:13:22 -04:00
Yotam Mann
510a08df4e
Revert "feat: Sampler can be loaded with ToneAudioBuffers"
...
This reverts commit 368a7f43cb
.
2020-05-12 22:57:13 -04:00
Yotam Mann
368a7f43cb
feat: Sampler can be loaded with ToneAudioBuffers
2020-05-11 15:37:14 -04:00
Yotam Mann
f17249691d
feat: updating all examples
...
now in the form Tone.Something instead of using `import { Something } from "tone"`. It makes the example runner on the docs page work much faster
2020-04-16 22:24:18 -04:00
Yotam Mann
7236600182
feat: adding onerror to Sampler
...
fixes #605
2020-01-30 16:42:32 -05:00
Yotam Mann
0bc28e742a
using url
instead of buffer
makes it more consistent with other url loading APIs
...
feat: adding onerror to ToneBufferSource and Player
2020-01-29 23:34:05 -05:00
Yotam Mann
7eb1eaf625
setting range limits
2019-12-30 18:49:55 -05:00
Yotam Mann
d22747cc69
Adding more range guards
2019-12-17 12:42:40 -05:00
Yotam Mann
abcb3bec5c
removing out of range value
2019-12-17 11:38:43 -05:00
Yotam Mann
48284d78fb
adding decorators which validate the input value range
2019-12-16 17:13:03 -05:00
Yotam Mann
389ccf8722
using assert instead of this.assert
...
removing this.assert from Tone.js classes
2019-12-16 15:58:31 -05:00
Yotam Mann
ed93e677a9
setting minValue for harmonicity
2019-12-15 02:19:25 -05:00
Yotam Mann
fef7bde5a5
rounding up the number of voices it keeps
2019-11-22 11:19:03 -05:00
Yotam Mann
09dc29191b
linting
2019-11-17 13:09:19 -05:00
Yotam Mann
3fb5ca8727
toMaster() -> toDestination()
2019-11-14 12:29:53 -05:00
Yotam Mann
e24f12c4a9
updating typing
2019-11-07 12:04:10 -05:00
Yotam Mann
c9f7ac47b1
adding categories
2019-11-04 22:29:14 -05:00
Yotam Mann
ae2ec70d23
updating example
2019-11-03 22:23:56 -05:00
Yotam Mann
f4e66ce5c2
removing unused import
2019-11-03 18:10:30 -05:00
Yotam Mann
e3910e7978
removing unused import
2019-11-03 18:09:57 -05:00
Yotam Mann
ea2c1a4111
using MonoSynthOptions in constructor
2019-11-03 18:09:39 -05:00
Yotam Mann
de1f433c29
removing unused import
2019-11-03 18:08:31 -05:00
Yotam Mann
9d7937bbab
updating test threshold
2019-11-03 18:08:24 -05:00
Yotam Mann
5552c16a05
removing old js files
2019-11-03 18:07:21 -05:00
Yotam Mann
252ae7b3e4
linking to monosynth
2019-11-03 18:07:13 -05:00
Yotam Mann
e437ebd846
updating DuoSynth so it passes tests
...
thanks @this-fifo!
2019-11-03 17:45:50 -05:00