Yotam Mann
|
3eec807aa3
|
fixing bit depth of pulseOsc sample
|
2019-07-15 15:36:49 -04:00 |
|
Yotam Mann
|
e9728e13e3
|
updating package
|
2019-07-15 15:36:09 -04:00 |
|
Yotam Mann
|
3ee452d63d
|
using 44100 as default rendering sample rate
|
2019-07-15 15:36:03 -04:00 |
|
Yotam Mann
|
d0b73ded77
|
WaveShaper doesn't need to use SignalOptions
uses ToneAudioNodeOptions instead
|
2019-07-15 15:10:11 -04:00 |
|
Yotam Mann
|
f553fc3b63
|
surrounding diagram with pre tags
|
2019-07-15 12:33:40 -04:00 |
|
Yotam Mann
|
7c2e675c52
|
fixing typo and allowing for extended oscillator types
|
2019-07-15 12:33:31 -04:00 |
|
Yotam Mann
|
3b22baea67
|
updating doc diagram
|
2019-07-15 12:32:48 -04:00 |
|
Yotam Mann
|
4fc334c9c7
|
converting PulseOscillator to typescript
|
2019-07-15 12:22:55 -04:00 |
|
Yotam Mann
|
ada1423bd4
|
Merge branch 'dev' into typescript
|
2019-07-15 09:46:22 -04:00 |
|
Yotam Mann
|
ab9b363965
|
converting AMOscillator to ts
|
2019-07-15 09:46:10 -04:00 |
|
Yotam Mann
|
b8f0d1d576
|
exporting OscillatorInterface
to make sure that all oscillators have the same interface
|
2019-07-15 09:45:56 -04:00 |
|
Yotam Mann
|
1ba36bde6a
|
connectSeries uses the ToneAudioNode's connect method
this is necessary when connecting from a signal since there is additional logic in it's connect method
|
2019-07-15 09:45:05 -04:00 |
|
Yotam Mann
|
80e5da5bd4
|
making paths relative
|
2019-07-11 17:33:04 -04:00 |
|
Yotam Mann
|
7388548e9d
|
also set signal value for AudioParamsq
accidentally removed this
|
2019-07-11 17:32:57 -04:00 |
|
Yotam Mann
|
e328619fb4
|
converting Abs to ts
|
2019-07-11 17:20:11 -04:00 |
|
Yotam Mann
|
95bc7bed7e
|
linting
|
2019-07-11 17:15:00 -04:00 |
|
Yotam Mann
|
71729c0827
|
Signal doesn't overwrite the output if not set to 'override'
|
2019-07-11 17:14:23 -04:00 |
|
Yotam Mann
|
d6143a0e60
|
adding new base class for some signals
replaces SignalBase
|
2019-07-11 17:13:58 -04:00 |
|
Yotam Mann
|
182d1040db
|
converting WaveShaper to ts
|
2019-07-11 17:13:43 -04:00 |
|
Yotam Mann
|
117b4667d4
|
fixing test
|
2019-07-11 17:13:11 -04:00 |
|
Yotam Mann
|
d5014d36a8
|
convert to ts
|
2019-07-11 17:11:29 -04:00 |
|
Yotam Mann
|
8e551ff755
|
convert to ts
|
2019-07-11 17:11:17 -04:00 |
|
Yotam Mann
|
8a9c8f2edf
|
convert to ts
|
2019-07-11 17:11:07 -04:00 |
|
Yotam Mann
|
70086527ea
|
changing OscillatorOptions -> ToneOscillatorOptions
to avoid any potential conflicts
|
2019-07-11 12:45:20 -04:00 |
|
Yotam Mann
|
b41646a0ee
|
elaborating on lookAhead
|
2019-07-11 11:13:23 -04:00 |
|
Yotam Mann
|
79acde0464
|
removing ts postfix
|
2019-07-11 11:05:10 -04:00 |
|
Yotam Mann
|
b58577ed5e
|
working on exported Tone object
for global build
|
2019-07-11 11:05:03 -04:00 |
|
Yotam Mann
|
219462fe9e
|
cleaning up circular deps
|
2019-07-11 09:57:06 -04:00 |
|
Yotam Mann
|
c658980915
|
removing circular dependencies in types
|
2019-07-11 09:21:12 -04:00 |
|
Yotam Mann
|
d866dfe66a
|
publishing typescript prerelease
for testing purposes
|
2019-07-11 00:54:34 -04:00 |
|
Yotam Mann
|
05b146abb7
|
using semver to increment patch
|
2019-07-11 00:54:11 -04:00 |
|
Yotam Mann
|
bf214dc106
|
removing call to super.dispose()
|
2019-07-11 00:37:25 -04:00 |
|
Yotam Mann
|
f48696a69e
|
Revert "every class calls super.dispose()"
This reverts commit 60a63cacf8 .
|
2019-07-11 00:36:16 -04:00 |
|
Yotam Mann
|
9039eb9d03
|
working on build process
|
2019-07-11 00:21:20 -04:00 |
|
Yotam Mann
|
a8e8f53aab
|
using relative paths
|
2019-07-11 00:14:53 -04:00 |
|
Yotam Mann
|
60a63cacf8
|
every class calls super.dispose()
makes sure that things don't get disposed twice, which seems to be a common source of issues
|
2019-07-10 23:35:29 -04:00 |
|
Yotam Mann
|
fde2ff65eb
|
testing TickSignal outputs a signal
|
2019-07-10 23:33:58 -04:00 |
|
Yotam Mann
|
ae2804fbc5
|
implement syncSignal
|
2019-07-10 23:33:36 -04:00 |
|
Yotam Mann
|
a94a99c94e
|
TickSignal outputs a signal
|
2019-07-10 23:33:12 -04:00 |
|
Jared Ellison
|
22258b41a4
|
Add tests for Event and Part loop behavior when loop is false, 0 or 1
|
2019-07-08 13:47:09 -04:00 |
|
Jared Ellison
|
6eaa8328cb
|
Update JSDoc for loop property of Tone.Part and Tone.Event
|
2019-07-08 13:43:04 -04:00 |
|
Jared Ellison
|
a3d4cd2007
|
Refactor _rescheduleEvents to prevent repeating events when loop = 1
|
2019-07-05 10:57:39 -04:00 |
|
Yotam Mann
|
305e716cde
|
Merge pull request #474 from colinmorris/examples-readme
README for examples directory
|
2019-06-25 10:05:44 -04:00 |
|
tambien
|
1c3461b924
|
fixing chain behavior
|
2019-06-24 14:35:32 -04:00 |
|
tambien
|
7687ae512e
|
moving some config into the constructor
since multiband split was not yet declared, some of the properties were undefined
|
2019-06-24 14:35:25 -04:00 |
|
tambien
|
96628e0984
|
ensuring context is passed to subclasses
|
2019-06-24 14:34:17 -04:00 |
|
tambien
|
2e177c4ed0
|
adding multiband split tests
|
2019-06-24 14:33:54 -04:00 |
|
tambien
|
db35b3ae3a
|
linting
|
2019-06-24 13:41:38 -04:00 |
|
Yotam Mann
|
725d4e5c99
|
Merge pull request #505 from garrensmith/fix-typescript-linting
Fix typescript linting
|
2019-06-24 13:33:28 -04:00 |
|
Yotam Mann
|
02cfefa7ef
|
Merge branch 'typescript' into fix-typescript-linting
|
2019-06-24 13:33:18 -04:00 |
|