Yotam Mann
77a745e09e
FrequencyShifter Effect
...
thanks @Foaly
2019-08-20 21:57:45 -07:00
Yotam Mann
1439c988e8
Merge branch 'pr/521' into typescript
2019-08-19 19:02:07 -07:00
Maximilian Wagenbach
bb8296d890
Mention antialiasing of the FrequencyShifter in the documentation.
2019-08-19 17:18:27 -07:00
Yotam Mann
cf6a4a8e69
export reverb
2019-08-16 16:17:27 -04:00
Yotam Mann
56db8b3a7a
simplifying _internalChannels
...
channelCount/Mode/Interpretation check the input/output nodes, which removes the need for many classes to have _internalChannels
2019-08-03 12:00:14 -04:00
Yotam Mann
52bcac2599
setting name to readonly
2019-08-02 21:09:35 -04:00
Yotam Mann
0b6ae165e0
updating toDestination
2019-08-02 16:31:20 -04:00
Yotam Mann
b77f696412
converting Reverb to typescript
2019-08-02 16:29:09 -04:00
Yotam Mann
be4542b5b1
adding a name
2019-08-02 16:28:57 -04:00
Maximilian Wagenbach
b3392308aa
Improved documentation of FrequencyShifter and PhaseShiftAllpass.
...
Removed unneeded code.
2019-08-01 11:48:06 +02:00
Maximilian Wagenbach
7193f721b8
Added FrequencyShifter, a single side band modulation based frequency shifter.
2019-07-31 14:01:51 +02:00
Yotam Mann
6e5e8b3399
using specific types
...
importing them so there are not multiple import type errors
2019-07-30 15:35:27 -04:00
Yotam Mann
e3f5940afd
only relative imports
2019-07-25 13:32:34 -04:00
Yotam Mann
aaa0ba2b69
updating tests and thresholds
2019-07-25 13:17:21 -04:00
Yotam Mann
bfc3d7ed15
toMaster() -> toDestination()
...
more consistent with the Web Audio API
2019-07-25 11:32:56 -04:00
Yotam Mann
9a49c873df
exporting modules from main entry
2019-07-25 11:29:36 -04:00
Yotam Mann
4a93121e40
doc'ing
2019-07-25 11:19:53 -04:00
Yotam Mann
68b557f441
additional FeedbackDelay tests
2019-07-25 11:17:11 -04:00
Yotam Mann
c5505cb4dc
doc'ing
2019-07-25 10:46:34 -04:00
Yotam Mann
40727ee650
converting FeedbackDelay to ts
2019-07-25 10:46:28 -04:00
Yotam Mann
1874662060
converting Convolver to ts
2019-07-25 00:10:46 -04:00
tambien
34405caeb1
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
2019-03-08 11:36:29 -05:00
Stephan Lagerwaard
2f9d21006c
Removed linear ramp from the reverb pre-delay ( #454 )
...
fixes #450
2019-03-07 09:48:00 -05:00
tambien
0e94a0f046
correction in docs
2019-03-03 20:37:18 -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
2ca9d89424
using Tone.connect/disconnect everywhere
...
no more overwritten connect/disconnect
closes #421
2019-02-02 13:20:53 -05:00
tambien
2780cac504
using Tone.connect for connections with native nodes
...
addresses #421
2019-01-28 11:02:15 -05:00
tambien
ed71d8141b
amd to es6 import/export
...
no longer using AMD (require.js) style imports, and beginning to move to es6 "import/export" statements everywhere.
2019-01-27 13:05:20 -05:00
tambien
fd26f6a6b9
making field as private
...
[skip ci]
2019-01-09 00:02:27 -05:00
tambien
ec3362f89f
can pass in a loaded buffer, and also can set the buffer twice
...
fixes #392
2018-10-21 21:27:35 -04:00
tambien
8758678f20
exposing "normalize" from native convolver
2018-09-10 12:17:51 -04:00
tambien
3d1202043a
all modules are relative paths
...
simplifies deep references to individual files
2018-08-26 22:29:17 -04:00
Yotam Mann
5af549bb0e
linting
2018-08-06 23:46:41 -04:00
tambien
70c5c0e289
fixing docs
...
[skip ci]
2018-06-05 16:56:14 -04:00
Yotam Mann
a5503e02d2
linting
2018-03-05 12:25:33 -05:00
Yotam Mann
cd31c5b3e9
pass maxDelay in the options object
...
addresses #280
2018-02-15 11:42:59 -05:00
Yotam Mann
ea41ebb599
simple convolution-based reverb
2018-01-03 12:04:27 -05:00
Yotam Mann
dded291a25
linting
2018-01-02 10:37:27 -05:00
Yotam Mann
6b19803d5f
syncing tremolo frequency to Transport
2017-12-29 13:48:01 -05:00
Yotam Mann
b929b26ca4
can pass in an unloaded Tone.Buffer into Convolver constructor
...
fixes #277
2017-12-15 23:36:39 -05:00
Yotam Mann
4316530b16
linting
2017-10-26 16:03:00 -04:00
Yotam Mann
f446185eb7
removing Expr from StereoWidener
2017-10-26 13:51:51 -04:00
Yotam Mann
72200b530f
effect is no longer a feedback effect.
...
fixes #226
2017-10-25 23:30:07 -04:00
Yotam Mann
a82ab45132
linting
2017-10-25 17:57:52 -04:00
Yotam Mann
cb2a982c39
linting
2017-10-21 19:02:46 -04:00
Yotam Mann
1d18b1c53b
removing Tone.Expr from classes
2017-10-21 18:29:50 -04:00
Yotam Mann
e6faa39dba
classes which generate or process sound extend Tone.AudioNode
2017-08-27 17:50:31 -04:00
Yotam Mann
b849b68132
updating extends jsdoc to reflect inheritance
2017-08-27 16:30:26 -04:00
Alan Russell
bd0b36b9ab
Point links to Synth Secrets on archive.org ( #254 )
...
* point Cymbal Synthesis link to archive.org
* point to Synth Secrets Amplitude Modulation article on archive.org
* point to pair of Synth Secrets FM articles on archive.org
* point to Synth Secrets Reverb article on archive.org
* Revert "point Cymbal Synthesis link to archive.org"
This reverts commit f621d8ecec
.
* point to Synth Secrets Cymbal Synthesis article on archive.org
2017-08-15 01:02:00 -04:00
Yotam Mann
7159700f11
making connectSeries static
2017-05-01 14:06:36 -04:00