Yotam Mann
|
68d650862d
|
MembraneSynth extends Synth
addresses #486
Saves some code and enables use in PolySynth
|
2019-08-16 15:15:14 -04:00 |
|
Yotam Mann
|
77806402b6
|
omiting synth options on each individual options object
instead of on the entire object which caused some issues
|
2019-08-14 13:16:23 -04:00 |
|
Yotam Mann
|
8dc8c652fa
|
velocity and time should already be computed by parent class
|
2019-08-14 10:53:48 -04:00 |
|
Yotam Mann
|
72e877ff67
|
hooking up onsilence
|
2019-08-12 00:13:52 -04:00 |
|
Yotam Mann
|
b94be3cdc4
|
moving object creation to constructor body
more consistent style
|
2019-08-09 23:06:30 -04:00 |
|
Yotam Mann
|
38d6f9d242
|
optimization by moving child objects into constructor
means that in many cases the param won't be assigned twice
|
2019-08-08 14:15:56 -04:00 |
|
Yotam Mann
|
56db8b3a7a
|
simplifying _internalChannels
channelCount/Mode/Interpretation check the input/output nodes, which removes the need for many classes to have _internalChannels
|
2019-08-03 12:00:14 -04:00 |
|
Yotam Mann
|
52bcac2599
|
setting name to readonly
|
2019-08-02 21:09:35 -04:00 |
|
Yotam Mann
|
6e5e8b3399
|
using specific types
importing them so there are not multiple import type errors
|
2019-07-30 15:35:27 -04:00 |
|
Yotam Mann
|
bfc3d7ed15
|
toMaster() -> toDestination()
more consistent with the Web Audio API
|
2019-07-25 11:32:56 -04:00 |
|
Yotam Mann
|
9f14b53d26
|
moving input definition to Instrument
|
2019-07-22 16:16:13 -04:00 |
|
Yotam Mann
|
cd0ab3ae10
|
only relative paths
|
2019-07-19 13:26:38 -04:00 |
|
Yotam Mann
|
45622f1418
|
omit context from child classes
|
2019-07-19 13:21:02 -04:00 |
|
Yotam Mann
|
b9dd8440b7
|
using OscillatorInterface to define all the oscilator properties
|
2019-07-19 12:32:17 -04:00 |
|
Yotam Mann
|
f69666fe07
|
converting Synth to typescript
|
2019-07-18 14:07:25 -04:00 |
|