Commit graph

2940 commits

Author SHA1 Message Date
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
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
742a965d33 fixing example 2020-07-18 10:41:36 -07:00
Yotam Mann
50d03787de correcting example 2020-07-18 08:30:00 -07: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
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
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
Yotam Mann
75617d341f feat: adding BiquadFilter
Simplified Filter class without the "rolloff" param

closes #686
2020-06-07 20:17:18 -04:00
Yotam Mann
fdb306bfce changed sound url 2020-06-07 20:14:58 -04:00
Yotam Mann
6ed48a9f96 updating examples 2020-06-07 20:14:48 -04:00
Yotam Mann
353ed3f28c adding more docs and examples 2020-05-26 21:09:32 -04:00
Yotam Mann
9d8bc5fe06 setting params as k-rate
gives much better performance

addresses #672
2020-05-26 21:09:10 -04:00
Yotam Mann
dd10bfa4b5 trying out 'as const' 2020-05-18 21:13:44 -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
ba8e82b1ca feat: latencyHint is now set in constructor
BREAK: the latencyHint can only be set in the constructor, no longer settable after construction

addresses #658
2020-05-12 12:31:17 -04:00
Yotam Mann
368a7f43cb feat: Sampler can be loaded with ToneAudioBuffers 2020-05-11 15:37:14 -04:00
Yotam Mann
51106320b5 converting worklets back into strings
fixes #663
2020-05-07 09:23:48 -04:00
Yotam Mann
f0926193c4 render the amplitude offline 2020-05-06 22:11:07 -04:00
Yotam Mann
9864a79a25 start the gain 2020-05-06 22:10:35 -04:00
Yotam Mann
c4e4b61d93 grainSize should be grainSize property not the elapsed time
fixes #665
2020-05-03 12:13:11 -04:00
Yotam Mann
72857fbbcc don't warn on sync'ed start 2020-05-01 17:58:23 -04:00
Yotam Mann
8656f37eff updating Envelope examples 2020-04-29 23:44:01 -04:00
Yotam Mann
12f0d5b332 adding some more examples 2020-04-29 23:34:01 -04:00
Yotam Mann
4ac5c22220 more examples 2020-04-29 18:12:52 -04:00
Yotam Mann
13de3a0ac1 more examples 2020-04-29 17:15:12 -04:00
Yotam Mann
c419a4c1ac moving ToneAudioWorklet to 'worklet' folder
removing tests. typescript + testing elsewhere provides better coverage
2020-04-29 16:59:26 -04:00
Yotam Mann
c2d6eb4a7f fixing tests
everything is delayed by 1 more sample
2020-04-29 16:55:09 -04:00
Yotam Mann
8bc4deec2b feat: updating the way that AudioWorkletProcessors are handled
They each get their own .worklet.ts file which enables some typescript checking
2020-04-29 16:38:58 -04:00
Yotam Mann
e5c6d606c6 some more examples 2020-04-29 14:54:35 -04:00
Yotam Mann
dffe6ac151 showing more of the waveform 2020-04-29 14:41:09 -04:00
Yotam Mann
cde3e53761 updating examples 2020-04-29 14:40:59 -04:00
Yotam Mann
bebdfac5cf filling out some more examples 2020-04-29 10:06:18 -04:00
Yotam Mann
bcf7547808 better pan example 2020-04-27 00:35:46 -04:00
Yotam Mann
7429604d3d ability to pass in channelCount
addresses #609
2020-04-26 18:07:31 -04:00
Yotam Mann
1686236d3f offline example 2020-04-26 18:04:51 -04:00