Commit graph

749 commits

Author SHA1 Message Date
Yotam Mann
7f4b873aa8 Follower uses subtract 2014-10-30 19:44:05 -04:00
Yotam Mann
bcd1f5aa03 using Chebyshev instead of phaser
phaser didn’t work well for this example
2014-10-30 19:43:00 -04:00
Yotam Mann
9784e4d377 noting Expr changes 2014-10-30 18:06:33 -04:00
Yotam Mann
2a65eb3ce7 rewrote floor in BitCrusher with Expr 2014-10-30 18:06:13 -04:00
Yotam Mann
b19ae0e017 added Expr tests to list 2014-10-30 17:13:10 -04:00
Yotam Mann
51ce7fc035 more Expr tests 2014-10-30 17:04:24 -04:00
Yotam Mann
79e4c1c9fc refactored Expr
put regexp all in one place and function callbacks all in one place
2014-10-30 17:04:15 -04:00
Yotam Mann
012ee9d735 testing OR multiple inputs 2014-10-30 01:05:37 -04:00
Yotam Mann
17885a9695 Expr testing 2014-10-30 01:05:25 -04:00
Yotam Mann
9d41f7aa3d handles multiple inputs 2014-10-30 01:05:17 -04:00
Yotam Mann
47a5e2d962 bug fixes 2014-10-30 01:04:49 -04:00
Yotam Mann
e19e0cea30 first Expr version
aggregate signal processing expression
2014-10-29 23:56:08 -04:00
Yotam Mann
0fce1bf624 Modulo small doc changes. 2014-10-22 21:52:42 -04:00
Yotam Mann
604faee7e3 testing second signal inputs 2014-10-22 21:49:34 -04:00
Yotam Mann
7ae56f179c Equal accepts two signals. 2014-10-22 21:26:10 -04:00
Yotam Mann
0a68826768 LessThan accepts two signals 2014-10-22 21:25:28 -04:00
Yotam Mann
8b58bd0a9b Greater than compares two signals 2014-10-22 21:24:40 -04:00
Yotam Mann
de194f24c3 min and max accept two signals 2014-10-22 21:23:47 -04:00
Yotam Mann
fcba9bd62a multiply handles two signals 2014-10-22 21:20:43 -04:00
Yotam Mann
23eaf83935 handles summing two signals
or a signal and a number.
2014-10-22 21:19:04 -04:00
Yotam Mann
7f7e093a4b Subtract class
subtract a signal and a number or a signal and a signal
2014-10-22 21:17:29 -04:00
Yotam Mann
d2d57a3f37 noting changes 2014-10-19 22:08:15 -04:00
Yotam Mann
3a405416c5 Compressor and MultibandCompressor tests 2014-10-19 22:08:04 -04:00
Yotam Mann
167d989828 using bufferTime in Follower 2014-10-19 22:07:18 -04:00
Yotam Mann
68dea5880a 3 band compressor 2014-10-19 21:55:55 -04:00
Yotam Mann
fdae3c0b5b thin DynamicsCompressorNode wrapper 2014-10-19 21:55:18 -04:00
Yotam Mann
4e3ebc71e3 Chebyshev tests 2014-10-19 19:39:59 -04:00
Yotam Mann
425bca36ad Chebyshev effect
applies Chebyshev wave shaper to incoming signal.
2014-10-19 19:39:50 -04:00
Yotam Mann
918be69c6c connectEffect switched to internal 2014-10-19 17:56:41 -04:00
Yotam Mann
a3f2ce2b02 testing distortion effect 2014-10-19 17:54:52 -04:00
Yotam Mann
6317e02a67 Distortion effect 2014-10-19 17:54:30 -04:00
Yotam Mann
e28f77a683 PolySynth accepts an array of notes for attack/release 2014-10-19 16:17:40 -04:00
Yotam Mann
4a4da6c85b use MasterConstructor on init 2014-10-19 16:08:40 -04:00
Yotam Mann
564e99330d prefixed Tone for sources to match rest of readme 2014-10-16 14:52:27 -04:00
Yotam Mann
9f827a8dad short delay to avoid clicks on change OmniOsc type 2014-10-16 14:52:08 -04:00
Yotam Mann
f913c50241 precompute the bufferTime for a single frame
still need to figure out how to find the frame size
2014-10-16 14:51:25 -04:00
Yotam Mann
3eba6e58a4 optimizing initial script loading 2014-10-16 00:49:31 -04:00
Yotam Mann
eb07e84a6e simplified internals of IfElseThen
changes API slightly because false is 0 and not != 1
2014-10-13 19:24:06 -04:00
Yotam Mann
7277a7eb68 wrote Min and Max with IfThenElse
makes the internals much more readable
2014-10-13 19:22:11 -04:00
Yotam Mann
baf1f0162a enforce min time on Tone.Follower 2014-10-13 19:21:34 -04:00
Yotam Mann
d1cf785350 some jsdoc notes on Meter and Recorder 2014-10-13 17:31:07 -04:00
Yotam Mann
4ffb83bd9c include new test files 2014-10-13 17:20:32 -04:00
Yotam Mann
72da64b460 ignore presets in 'wasDisposed' test 2014-10-13 17:20:13 -04:00
Yotam Mann
e25cd4f6fc preset setting tests 2014-10-13 17:16:22 -04:00
Yotam Mann
4ccc0e08e7 ability to set rolloff of autowah 2014-10-13 17:16:10 -04:00
Yotam Mann
739d028a19 instrument output tests 2014-10-13 17:15:58 -04:00
Yotam Mann
9c051308c9 added signal dependency in Common tests 2014-10-13 17:15:45 -04:00
Yotam Mann
d10ccb1f92 phaser tests 2014-10-13 16:48:54 -04:00
Yotam Mann
441d14c879 testing if effects pass audio through 2014-10-13 16:47:06 -04:00
Yotam Mann
0430b0674b testing components pass through audio 2014-10-13 16:32:04 -04:00