Yotam Mann
|
e67c9e1724
|
simplifying FreqEnvelope API slightly
|
2019-10-29 17:49:22 -04:00 |
|
Yotam Mann
|
24f5cd0c95
|
Merge branch 'pr/559' into typescript
|
2019-10-28 12:20:17 -04:00 |
|
Yotam Mann
|
6c9d3d8294
|
baseFrequency is Hertz instead of Frequency
then casting to number (and potential errors that could cause) is avoided
|
2019-10-28 12:20:04 -04:00 |
|
Yotam Mann
|
d7194d05eb
|
using const over let
|
2019-10-28 12:19:33 -04:00 |
|
Yotam Mann
|
9591fdedf8
|
passing in arguments as labelled
|
2019-10-28 12:19:22 -04:00 |
|
Yotam Mann
|
3a63154b7c
|
using the unit name instead of the unit type as the Param generic
|
2019-10-28 11:37:53 -04:00 |
|
Filipe Herculano
|
4d93b6c1b0
|
remove redundant accessors
|
2019-10-27 17:45:21 -04:00 |
|
Filipe Herculano
|
efd114d2db
|
convert FrequencyEnvelope to Typescript
|
2019-10-26 11:43:00 -04:00 |
|
Yotam Mann
|
f7464e2a5f
|
Merge branch 'pr/557' into typescript
|
2019-10-25 17:03:03 -04:00 |
|
Yotam Mann
|
4bcde39fdc
|
linting / updating paths
|
2019-10-25 17:02:44 -04:00 |
|
Yotam Mann
|
b2a9c9a303
|
working on examples
|
2019-10-23 16:30:07 -04:00 |
|
Yotam Mann
|
cc7727a85c
|
updating docs
|
2019-10-22 23:39:35 -04:00 |
|
Yotam Mann
|
42cfbcd456
|
linting docs and examples
|
2019-10-22 23:04:52 -04:00 |
|
Filipe Herculano
|
9209bdfe07
|
convert ScaledEnvelope to Typescript
|
2019-10-19 18:26:37 -04:00 |
|
Yotam Mann
|
47642ba51d
|
using floating point comparison
|
2019-10-09 13:00:16 -04:00 |
|
Yotam Mann
|
0f9bac5101
|
making it possible to have a release of time 0
|
2019-10-09 12:54:14 -04:00 |
|
Yotam Mann
|
b3875697b6
|
fixing path
|
2019-10-09 12:46:00 -04:00 |
|
Yotam Mann
|
682d263819
|
Wrapping properties to be able to test range before assignment
throw errors at time of assignment
|
2019-10-09 12:41:51 -04:00 |
|
Yotam Mann
|
3323a7574e
|
using the sig output instead of the destination
since some envelopes are silent
|
2019-10-09 10:06:17 -04:00 |
|
Yotam Mann
|
fc5b6f7c46
|
feat: Render a segment of the envelope as an array
|
2019-10-08 19:23:21 -04:00 |
|
Yotam Mann
|
ed367e0f9b
|
adding nominal range to properties
|
2019-09-24 17:21:59 -04:00 |
|
Yotam Mann
|
401d278063
|
Adding categories to all the nodes
|
2019-09-16 10:15:23 -04:00 |
|
Yotam Mann
|
e8e785ffdd
|
linting
|
2019-09-15 23:32:40 -04:00 |
|
Yotam Mann
|
61c9f191b6
|
removing calls to tslint
getting rid of tslint from project and using eslint instead
|
2019-09-14 18:06:46 -04:00 |
|
Yotam Mann
|
261a5f4c3b
|
normalizing whitespace in comments
|
2019-09-14 16:39:18 -04:00 |
|
Yotam Mann
|
736106de5f
|
accidentally put extra tab before name
|
2019-09-04 19:18:44 -04:00 |
|
Yotam Mann
|
75a35108af
|
name is a readonly string
|
2019-09-04 18:38:04 -04:00 |
|
Yotam Mann
|
c9d757aaa6
|
removing references to "@private"
old jsdoc comments
|
2019-08-30 09:08:29 -07:00 |
|
Yotam Mann
|
3e2de8f259
|
fixing spacing
typedoc wants one space before the "@"
|
2019-08-30 09:06:38 -07:00 |
|
Yotam Mann
|
1dba46a822
|
removing converting files
|
2019-08-27 10:06:34 -07:00 |
|
Yotam Mann
|
230287f813
|
updating docs
|
2019-08-27 10:02:31 -07:00 |
|
Yotam Mann
|
78d546ea73
|
testing getting an array curve
|
2019-08-12 10:16:07 -04:00 |
|
Yotam Mann
|
ef66b85209
|
using assert instead of conditionals
|
2019-08-12 10:15:55 -04:00 |
|
Yotam Mann
|
2c2c71dd43
|
updating to new API
|
2019-08-06 22:54:58 -04:00 |
|
Yotam Mann
|
e852b99a43
|
adding ConnectTest to automatically test connections
|
2019-08-04 10:07:19 -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
|
1792ff1d05
|
merging functionality from 'dev'
changes were made to .js files which are no longer there. moving functionality to .ts files
|
2019-08-02 13:56:51 -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
|
a88e9b5a84
|
making time optional
|
2019-07-30 10:25:17 -04:00 |
|
Yotam Mann
|
84a8fb0255
|
updating docs
|
2019-07-26 11:56:33 -04:00 |
|
Yotam Mann
|
69c6238d4c
|
Adding some ASCII art
|
2019-07-25 15:14:54 -04:00 |
|
Yotam Mann
|
e3f5940afd
|
only relative imports
|
2019-07-25 13:32:34 -04:00 |
|
Yotam Mann
|
bfc3d7ed15
|
toMaster() -> toDestination()
more consistent with the Web Audio API
|
2019-07-25 11:32:56 -04:00 |
|
Yotam Mann
|
ffad8c1475
|
confirm that an instance was disposed
implement Tone.prototype.dispose which flips a boolean wasDisposed.
|
2019-07-23 12:11:57 -04:00 |
|
Yotam Mann
|
c39dacf22d
|
adding name prop
|
2019-07-18 14:06:32 -04:00 |
|
Yotam Mann
|
7f47b50917
|
converting AmplitudeEnvelope to ts
|
2019-07-18 11:24:32 -04:00 |
|
Yotam Mann
|
9d131effb1
|
converting Envelope to ts
|
2019-07-18 10:21:27 -04:00 |
|
tambien
|
730a818bcb
|
organizing into sub folders
|
2019-05-23 14:00:49 -04:00 |
|