Yotam Mann
|
230287f813
|
updating docs
|
2019-08-27 10:02:31 -07:00 |
|
Yotam Mann
|
b018cac113
|
adding categories
|
2019-08-21 13:01:12 -07:00 |
|
Yotam Mann
|
560ac489af
|
moving tests to AdvancedTypeCheck
|
2019-08-19 10:01:37 -07:00 |
|
Yotam Mann
|
d1c281c810
|
using isAudioParam and isAudioNode to test instanceof
will make migrating to standardized-audio-context easier
|
2019-08-16 12:49:04 -04:00 |
|
Yotam Mann
|
9bd9feb7fb
|
removing unused import
|
2019-08-12 10:14:55 -04:00 |
|
Yotam Mann
|
e3d8598533
|
small optimization which avoids setting the same value
|
2019-08-08 14:21:20 -04:00 |
|
Yotam Mann
|
6f4ad826a0
|
Revert "small optimization to avoid setting the same value twice"
This reverts commit 3208497102 .
|
2019-08-07 11:38:31 -04:00 |
|
Yotam Mann
|
3208497102
|
small optimization to avoid setting the same value twice
happens sometimes on initialization
|
2019-08-07 00:53:07 -04:00 |
|
Yotam Mann
|
5dbd58e700
|
moving assertions first
|
2019-08-06 23:19:03 -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
|
4858251ba6
|
Revert "small optimization reducing the number of cancelScheduledValues calls"
This reverts commit 37a62137fa .
|
2019-07-24 19:54:50 -04:00 |
|
Yotam Mann
|
37a62137fa
|
small optimization reducing the number of cancelScheduledValues calls
first check if there are any more values which are scheduled
|
2019-07-24 19:50:49 -04:00 |
|
Yotam Mann
|
934ab5d77f
|
clearer error messages
catch the error before it becomes "the value is non-finite". show the original value
|
2019-07-24 09:30:58 -04:00 |
|
Yotam Mann
|
6362f00e58
|
checking both time and value arguments
|
2019-07-23 17:46:13 -04:00 |
|
Yotam Mann
|
3c0953b3a4
|
adding more detailed error handling
addresses #515
|
2019-07-23 17:08:48 -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
|
990c0f56ed
|
using type instead of string types
|
2019-07-15 15: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
|
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 |
|
tambien
|
93bcfdca41
|
using separate time var
|
2019-06-17 21:51:22 -04:00 |
|
tambien
|
730a818bcb
|
organizing into sub folders
|
2019-05-23 14:00:49 -04:00 |
|