Yotam Mann
|
79e0383ad6
|
connectSeries -> chain
|
2015-08-16 15:18:48 -04:00 |
|
Yotam Mann
|
6a5be56c4f
|
input/output test uses Tone context
|
2015-08-16 15:18:10 -04:00 |
|
Yotam Mann
|
66a9991ede
|
Envelope uses new SchedulableSignal
|
2015-08-16 15:17:35 -04:00 |
|
Yotam Mann
|
5c99025e25
|
release all the currently played notes
boolean to steal voices or not
|
2015-08-16 15:17:20 -04:00 |
|
Yotam Mann
|
21391f2a9d
|
Source is schedulable state
|
2015-08-16 15:16:36 -04:00 |
|
Yotam Mann
|
50d34c0ade
|
using Error instead of TypeError
|
2015-08-16 15:16:26 -04:00 |
|
Yotam Mann
|
b74b8a781d
|
using minOutput throughout
|
2015-08-16 15:16:07 -04:00 |
|
Yotam Mann
|
d56f4c196e
|
schedulable signal class
Allows state in the future to be queried
|
2015-08-16 15:15:54 -04:00 |
|
Yotam Mann
|
77973f64ab
|
Schedulable state
|
2015-08-16 15:15:32 -04:00 |
|
Yotam Mann
|
47dd0e2f45
|
amplitude envelope uses new Gain
|
2015-08-16 15:15:10 -04:00 |
|
Yotam Mann
|
0779d063b8
|
updated p5.js
|
2015-08-16 15:14:34 -04:00 |
|
Yotam Mann
|
38458dc5eb
|
more envelope tests
|
2015-08-16 15:14:06 -04:00 |
|
Yotam Mann
|
771a1a8f63
|
adding gulp task for running tests
|
2015-08-16 14:58:25 -04:00 |
|
Yotam Mann
|
7272269964
|
started test refactor
|
2015-08-16 14:23:40 -04:00 |
|
Yotam Mann
|
8047294b32
|
test if signal exists before checking instanceof
|
2015-08-16 14:23:30 -04:00 |
|
Yotam Mann
|
cb963405ed
|
master gets dispose method
|
2015-08-16 14:23:14 -04:00 |
|
Yotam Mann
|
1decb210f3
|
Gain takes options object
|
2015-08-16 14:23:01 -04:00 |
|
Yotam Mann
|
eb367b1f98
|
moved deps and audio
|
2015-08-16 13:01:19 -04:00 |
|
Yotam Mann
|
bc44a2ff99
|
wrapping GainNode in Tone class
|
2015-08-15 19:30:43 -04:00 |
|
Yotam Mann
|
f2bae50952
|
wrapping DelayNode into Tone class
|
2015-08-15 19:30:33 -04:00 |
|
Yotam Mann
|
1953309e2f
|
Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev
|
2015-08-15 18:49:16 -04:00 |
|
Yotam Mann
|
dba9ebcb1d
|
added another demo
|
2015-08-15 17:26:32 -04:00 |
|
Yotam Mann
|
879b01f171
|
rolloff and type tests
|
2015-08-12 13:13:13 -04:00 |
|
Yotam Mann
|
d36af98c46
|
filter rolloff goes up to -96 now
because why not? Also accepts a string as the type. fixes #84.
|
2015-08-12 13:13:04 -04:00 |
|
Yotam Mann
|
8ff4ac51d4
|
updated URL
|
2015-08-10 14:41:39 -04:00 |
|
Yotam Mann
|
37cd7462a4
|
analysis example
|
2015-08-10 14:41:23 -04:00 |
|
Yotam Mann
|
f06899d95a
|
Analyses tests
|
2015-08-10 14:40:26 -04:00 |
|
Yotam Mann
|
5773944f88
|
fft and waveform analyser
|
2015-08-10 14:40:20 -04:00 |
|
Yotam Mann
|
a5820e406e
|
updated link
|
2015-08-10 14:40:03 -04:00 |
|
Yotam Mann
|
05ae3480b9
|
F had the wrong index
|
2015-08-07 13:25:52 -04:00 |
|
Yotam Mann
|
dd16166f37
|
Merge pull request #83 from mjhasbach/Tone.Note.dispose
Fixed Tone.Note.dispose
|
2015-08-05 16:20:51 -04:00 |
|
Matthew Hasbach
|
73528051ec
|
Fix typo "Tranport"
|
2015-08-04 19:34:28 -04:00 |
|
Yotam Mann
|
f9dadbf320
|
Exposed concert pitch in frequency conversions
now accommodates global detune
|
2015-08-01 01:25:10 -04:00 |
|
Yotam Mann
|
b71e577d4a
|
removing old note dependency
|
2015-08-01 00:59:30 -04:00 |
|
Yotam Mann
|
e1c8fdaec5
|
Double accidental support
Fixes #81
|
2015-08-01 00:58:49 -04:00 |
|
Yotam Mann
|
f5596af6e1
|
negative octave tests
|
2015-07-24 23:16:09 -04:00 |
|
Yotam Mann
|
c3f41e8424
|
Handles negative octaves
|
2015-07-24 23:16:00 -04:00 |
|
Yotam Mann
|
703a92914a
|
Updating links to new organization
|
2015-07-24 09:43:44 -04:00 |
|
Yotam Mann
|
025a009d5b
|
convert a Time value to Notation
|
2015-07-21 13:30:20 -04:00 |
|
Yotam Mann
|
17f5e8bb8e
|
delays are offset only 1 block now.
|
2015-07-21 11:22:36 -04:00 |
|
Yotam Mann
|
1d8726c614
|
Tone.PitchShift
real time pitch shifting using sawtooth waves connected to DelayNodes.
Addresses #56. Ask and you shall receive.
|
2015-07-21 11:21:48 -04:00 |
|
Yotam Mann
|
24f1ddf4b9
|
Offset 'now' one block (128 samples) when triggering attack/release
Fixes #79
|
2015-07-21 10:31:37 -04:00 |
|
Yotam Mann
|
7eead0913b
|
ramp to a smaller value
addresses #79
|
2015-07-20 10:47:52 -04:00 |
|
Yotam Mann
|
8076facd88
|
removing old API test
|
2015-07-18 14:59:30 -04:00 |
|
Yotam Mann
|
01060f13db
|
removing old API test
|
2015-07-18 14:59:18 -04:00 |
|
Yotam Mann
|
7608371843
|
exposing toTicks and ticksToSeconds
|
2015-07-13 21:58:20 -04:00 |
|
Yotam Mann
|
5629ecd360
|
starting r6-dev
|
2015-07-11 14:55:48 -04:00 |
|
Yotam Mann
|
2cac5d02f7
|
noting changes
|
2015-07-04 16:45:05 -04:00 |
|
Yotam Mann
|
adc9873d4c
|
min build
|
2015-07-04 16:36:45 -04:00 |
|
Yotam Mann
|
4ba1975d82
|
r5 build
|
2015-07-04 16:36:36 -04:00 |
|