Yotam Mann
|
05f83239d2
|
removing old js file
|
2019-09-09 23:51:44 -04:00 |
|
Yotam Mann
|
009d92909e
|
simplifying the add method
doesn't need to test at both if statements assuming that the API is followed
|
2019-09-09 23:51:31 -04:00 |
|
Yotam Mann
|
4ae119eb77
|
testing that the underlying buffer is the same
not necessarily the same ToneAudioBuffer obj
|
2019-09-09 23:51:09 -04:00 |
|
Yotam Mann
|
2fb44774c7
|
removing unused import
|
2019-09-09 23:50:53 -04:00 |
|
Yotam Mann
|
4453025efc
|
testing that it can be constructed with an AudioBuffer
|
2019-09-09 23:42:04 -04:00 |
|
Yotam Mann
|
1152ee1ad6
|
converting Players to typescript
|
2019-09-09 23:39:32 -04:00 |
|
Yotam Mann
|
481fde2757
|
allows ToneAudioBuffers to add a buffer which is not loaded
also simplifies code a little
|
2019-09-09 23:39:00 -04:00 |
|
Yotam Mann
|
7be307926f
|
test that a warning is fired
|
2019-09-09 23:38:34 -04:00 |
|
Yotam Mann
|
2aa03e5805
|
removing old classes
|
2019-09-09 23:20:54 -04:00 |
|
Yotam Mann
|
e970d59c98
|
adding DCMeter which tests a signal output instead of returning a decibel or waveform value
replaces getValue method of Meter
|
2019-09-09 19:28:39 -04:00 |
|
Yotam Mann
|
f2f1530ad1
|
Adding MeterBase class to reuse some code
|
2019-09-09 19:27:45 -04:00 |
|
Yotam Mann
|
bf84a38c19
|
add function to test if method returns warning
|
2019-09-09 19:27:14 -04:00 |
|
Yotam Mann
|
51f714e505
|
adding the ability to convert the output to normalRange instead of decibel
|
2019-09-09 18:30:53 -04:00 |
|
Yotam Mann
|
52a5417ff9
|
converting FFT to typescript
|
2019-09-09 18:24:07 -04:00 |
|
Yotam Mann
|
3b52805812
|
making constructor arg optional
|
2019-09-09 18:23:48 -04:00 |
|
Yotam Mann
|
a37f5b919b
|
converting Meter to ts
|
2019-09-09 17:53:39 -04:00 |
|
Yotam Mann
|
08d5170501
|
converting Panner3D to typescript
|
2019-09-08 15:17:20 -04:00 |
|
Yotam Mann
|
fd35fa6383
|
removing test code
|
2019-09-08 14:38:17 -04:00 |
|
Yotam Mann
|
c05fd4b3e2
|
pointing at correct output
|
2019-09-08 14:12:01 -04:00 |
|
Yotam Mann
|
93b5e1bcf5
|
removing unneeded comment
|
2019-09-08 14:08:33 -04:00 |
|
Yotam Mann
|
58a7d090a7
|
using updated param generic
|
2019-09-08 14:08:25 -04:00 |
|
Yotam Mann
|
f96f5ff892
|
pointing to updated param as input
|
2019-09-08 14:08:18 -04:00 |
|
Yotam Mann
|
8669f2b28e
|
specifying type in Param generic
|
2019-09-08 14:07:58 -04:00 |
|
Yotam Mann
|
a7d5bdbabf
|
updating types
|
2019-09-08 13:49:28 -04:00 |
|
Yotam Mann
|
62d3783ba5
|
removing unused params
|
2019-09-08 13:49:19 -04:00 |
|
Yotam Mann
|
1c809914d8
|
fixing typos
|
2019-09-08 13:48:31 -04:00 |
|
Yotam Mann
|
5904a151f5
|
updating docs and types
|
2019-09-08 13:39:56 -04:00 |
|
Yotam Mann
|
94cc15c46e
|
should pass in context to param test
|
2019-09-07 19:16:27 -04:00 |
|
Yotam Mann
|
daf97ae603
|
adding TickParam class
used by TickSignal and TickSource
|
2019-09-07 19:16:04 -04:00 |
|
Yotam Mann
|
22c95e21bc
|
removing unused import
|
2019-09-07 17:57:45 -04:00 |
|
Yotam Mann
|
eb2c352187
|
adding defaultValue test
|
2019-09-06 17:16:54 -04:00 |
|
Yotam Mann
|
2f55cc2ec2
|
wrap the native ConstantSourceNode into ToneConstantSource
gets more consistent onended callback and other syntactic sugar
|
2019-09-06 17:10:32 -04:00 |
|
Yotam Mann
|
66d08cbdcb
|
fixing typos in comments
|
2019-09-06 16:20:23 -04:00 |
|
Yotam Mann
|
fa7c984729
|
'apply' sets the full automation curve from one param to another
|
2019-09-06 16:18:32 -04:00 |
|
Yotam Mann
|
83e27282d0
|
changing names to the full name of the event
|
2019-09-06 16:17:49 -04:00 |
|
Yotam Mann
|
e60d7ffdb1
|
fixing typedefs
|
2019-09-06 14:59:21 -04:00 |
|
Yotam Mann
|
336d1b71db
|
PolySynth uses new context.setInterval
|
2019-09-06 14:55:20 -04:00 |
|
Yotam Mann
|
294ebeefe7
|
adding setInterval
similar to setTimeout, but the event repeats
|
2019-09-06 14:46:44 -04:00 |
|
Yotam Mann
|
910d38c3c8
|
separating the constructor onto two lines
makes the documentation more readable
|
2019-09-06 01:39:56 -04:00 |
|
Yotam Mann
|
651dd956e0
|
CtrlPattern -> PatternGenerator
CtrlPattern is now a generator that iterates over the given array in a pattern
|
2019-09-05 23:54:26 -04:00 |
|
Yotam Mann
|
c223d0c9b1
|
adding full support for generators
|
2019-09-05 23:53:53 -04:00 |
|
Yotam Mann
|
81d53ac6e6
|
remove old js files
|
2019-09-05 23:53:34 -04:00 |
|
Yotam Mann
|
c27a426daf
|
converting distortion to typescript
|
2019-09-05 22:11:02 -04:00 |
|
Yotam Mann
|
95c45a5b7a
|
adding more documentation to Tone.start
|
2019-09-05 14:46:26 -04:00 |
|
Yotam Mann
|
1e37601d5d
|
converting LFO to typescript
|
2019-09-04 22:57:27 -04:00 |
|
Yotam Mann
|
b2b8a32c91
|
expose getInitialValue
returns the value of the oscillator before it's started
|
2019-09-04 20:01:16 -04:00 |
|
Yotam Mann
|
736106de5f
|
accidentally put extra tab before name
|
2019-09-04 19:18:44 -04:00 |
|
Yotam Mann
|
2289f3c67f
|
renaming OscillatorNode file to ToneAudioNode
|
2019-09-04 18:40:28 -04:00 |
|
Yotam Mann
|
51291538a8
|
renaming file to match class name
|
2019-09-04 18:39:28 -04:00 |
|
Yotam Mann
|
75a35108af
|
name is a readonly string
|
2019-09-04 18:38:04 -04:00 |
|