Yotam Mann
|
3b10b93eca
|
Merge pull request #39 from indefinit/unicode-fix
Unicode fix
|
2014-10-22 21:55:21 -04:00 |
|
Kevin Siwoff
|
fda6b10dce
|
adds doctype html and utf-8 encoding on all examples
|
2014-10-22 18:49:42 -04:00 |
|
Kevin Siwoff
|
054d5ff2e8
|
fixes buffer initialization in Player.js
|
2014-10-22 18:24:58 -04:00 |
|
Kevin Siwoff
|
1422a544f9
|
adds Convolver class, IR, and convolver example
|
2014-10-22 17:58:03 -04:00 |
|
Kevin Siwoff
|
b45c983152
|
updates player class and build for Buffer
|
2014-10-21 14:55:29 -04:00 |
|
Kevin Siwoff
|
d71f83c8fd
|
adds new Buffer class to core
|
2014-10-21 14:44:02 -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 |
|
Kevin Siwoff
|
f784f5585f
|
adds Buffer class, refactors Player class to use new Buffer member
|
2014-10-16 14:48:23 -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 |
|
Yotam Mann
|
ce92990e3f
|
testing if sources output audio
|
2014-10-13 16:31:51 -04:00 |
|
Yotam Mann
|
29506b7bc8
|
testing MultibandSplit and input/output tests
|
2014-10-13 15:59:04 -04:00 |
|
Yotam Mann
|
4f9850d315
|
disconnect method handles output arrays
|
2014-10-13 15:58:21 -04:00 |
|
Yotam Mann
|
05b2415fa6
|
wrote EQ in terms of MutibandSplit
|
2014-10-13 15:58:06 -04:00 |
|
Yotam Mann
|
757c114ede
|
new class MultibandSplit
splits incoming signal into low/mid/high frequency bands
|
2014-10-13 15:57:53 -04:00 |
|
Yotam Mann
|
a4cc79cfde
|
stopped state doesn't wait for on ended event
the oneneded event is inconsistent when the source is not connected
directly to Master (such as in the case of an LFO).
Fixes #34
|
2014-10-08 11:59:31 -04:00 |
|
Yotam Mann
|
a00cfc793f
|
testing new classes
|
2014-10-03 17:24:02 -04:00 |
|
Yotam Mann
|
2e428fa282
|
noting changes
|
2014-10-03 17:23:40 -04:00 |
|
Yotam Mann
|
231d803848
|
IfThenElse class
convenience on using the selector for signal switching logic.
|
2014-10-03 17:20:35 -04:00 |
|
Yotam Mann
|
fe96656d2a
|
AND and OR classes
Fixes #22
|
2014-10-03 17:20:00 -04:00 |
|
Yotam Mann
|
7972f0db34
|
Pulse, PWM, and Omni extend Oscillator
|
2014-10-03 16:07:30 -04:00 |
|
Yotam Mann
|
a8e156fcaf
|
made Oscillator.oscillator _private
|
2014-10-03 16:06:42 -04:00 |
|
Yotam Mann
|
4eaa4f75df
|
es5 getter/setter on Tone.Signal value
#33
|
2014-10-03 15:50:21 -04:00 |
|
Yotam Mann
|
22eb5b352d
|
options object tests
|
2014-10-03 15:16:48 -04:00 |
|