Yotam Mann
|
bc08a1aea9
|
docs: adding more elaborate examples and explainations
|
2019-10-29 14:51:29 -04:00 |
|
Yotam Mann
|
559cdae1fb
|
added immediate method
|
2019-10-29 14:29:52 -04:00 |
|
Yotam Mann
|
5baeddf451
|
updating examples
|
2019-10-28 21:28:53 -04:00 |
|
Yotam Mann
|
304802d515
|
using different cancel methods depending on what is scheduled
|
2019-10-28 16:41:01 -04:00 |
|
Yotam Mann
|
fbd1e3c450
|
using floating point comparisons
|
2019-10-28 16:40:30 -04:00 |
|
Yotam Mann
|
cd37884156
|
removing unused deps
|
2019-10-28 15:11:42 -04:00 |
|
Yotam Mann
|
1134ce4c69
|
making sure that the attack is not canceled if the release is scheduled once it ends
fixes #560
|
2019-10-28 14:22:10 -04:00 |
|
Yotam Mann
|
f4dcc08ed2
|
create a global Draw object (linked to the Context)
|
2019-10-28 12:12:27 -04:00 |
|
Yotam Mann
|
b1351af339
|
fixing example
|
2019-10-28 11:50:32 -04:00 |
|
Yotam Mann
|
49dfe371a3
|
exporting all core classes
also exporting ftom and mtof
|
2019-10-28 11:50:13 -04:00 |
|
Yotam Mann
|
7d23ae7bad
|
removing unused types
|
2019-10-28 11:40:09 -04:00 |
|
Yotam Mann
|
87ae677a59
|
linting
|
2019-10-28 11:38:17 -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 |
|
Yotam Mann
|
d2b064f41e
|
docs: working on code examples
|
2019-10-25 16:54:33 -04:00 |
|
Yotam Mann
|
4266d2b93c
|
updating examples
|
2019-10-24 18:01:27 -04:00 |
|
Yotam Mann
|
b2a9c9a303
|
working on examples
|
2019-10-23 16:30:07 -04:00 |
|
Yotam Mann
|
42cfbcd456
|
linting docs and examples
|
2019-10-22 23:04:52 -04:00 |
|
Yotam Mann
|
ba2af1fb03
|
creates a new AudioContext when Context is created
used to reuse same context.
|
2019-10-13 23:20:42 -04:00 |
|
Yotam Mann
|
f753aef015
|
Adding range test
|
2019-10-09 12:38:10 -04:00 |
|
Yotam Mann
|
467cc48c8c
|
adding isOffline flag
helpful for some behaviors which only occur in the online AudioContext
|
2019-10-04 11:51:52 -04:00 |
|
Yotam Mann
|
889dafa45e
|
feat: OfflineContext returns a ToneAudioBuffer
instead of an AudioBuffer
|
2019-10-03 18:03:21 -04:00 |
|
Yotam Mann
|
81887b91a3
|
refactor: initialize Context when getting destination or transport
|
2019-10-03 17:33:39 -04:00 |
|
Yotam Mann
|
11544708fc
|
feat: OfflineContext yields thread every second of audio rendered
so that it doesn't block the thread.
fixes #436
|
2019-10-03 17:29:30 -04:00 |
|
Yotam Mann
|
a2153571c2
|
types: correcting typing
|
2019-09-29 17:25:55 -04:00 |
|
Yotam Mann
|
c155d716ac
|
removing logging
|
2019-09-29 13:05:25 -04:00 |
|
Yotam Mann
|
1a2d82f33b
|
only mark certain Params as swappable
|
2019-09-29 12:20:54 -04:00 |
|
Yotam Mann
|
eb7b14fdc8
|
fixing docs
|
2019-09-29 10:19:08 -04:00 |
|
Yotam Mann
|
2ee8cb1a52
|
feat: Wrapper around the AudioWorkletNode
|
2019-09-27 17:55:09 -04:00 |
|
Yotam Mann
|
23ca0f9688
|
feat: Can set the parameter after constructing Param
used in the new ToneAudioWorklet node
|
2019-09-27 17:53:42 -04:00 |
|
Yotam Mann
|
f7bdd7528f
|
feat: adding AudioWorkletNode constructors to Context
|
2019-09-27 17:52:37 -04:00 |
|
Yotam Mann
|
9eb395509c
|
style: using javascript string template interpreter for vscode
|
2019-09-27 17:50:49 -04:00 |
|
Yotam Mann
|
732efd563f
|
can pass in min and max values into constructor
|
2019-09-24 17:12:12 -04:00 |
|
Yotam Mann
|
a08af1a39c
|
createIIR takes either number[] of float32array
|
2019-09-23 10:00:43 -04:00 |
|
Yotam Mann
|
ec3c1381c5
|
removing unused stuff
|
2019-09-20 20:04:45 -04:00 |
|
Yotam Mann
|
a68dea0a02
|
adding createMediaStreamSource
should create BaseContext class to better handle this case
|
2019-09-20 18:50:22 -04:00 |
|
Yotam Mann
|
dd22e298e5
|
exporting debug
|
2019-09-20 17:49:54 -04:00 |
|
Yotam Mann
|
c35666c6fa
|
moving epsilon comparisons to it's own file
|
2019-09-20 17:44:55 -04:00 |
|
Yotam Mann
|
be634eb093
|
running all logging and warning through Logger object
makes it possible to implement a Logger interface to visualize logging.
|
2019-09-20 00:31:43 -04:00 |
|
Yotam Mann
|
4be7043bea
|
testing matching within small epsilon
|
2019-09-20 00:19:38 -04:00 |
|
Yotam Mann
|
f1a0990ee9
|
comparisons all done within some small epsilon
fixes floating point errors
fixes #422
|
2019-09-20 00:19:19 -04:00 |
|
Yotam Mann
|
315070afca
|
implemented the TODO feature
removing comment
|
2019-09-20 00:18:02 -04:00 |
|
Yotam Mann
|
be4bf84369
|
inforce increase in time
|
2019-09-19 16:56:48 -04:00 |
|
Yotam Mann
|
ace049a9a2
|
render just the clock portion without the audio
|
2019-09-19 16:55:09 -04:00 |
|
Yotam Mann
|
7a85c4b68a
|
some debugging
|
2019-09-19 16:53:53 -04:00 |
|
Yotam Mann
|
38ef65fcb2
|
TimelineValue holds a single schedulable value
get/set based on time.
|
2019-09-18 11:15:10 -04:00 |
|
Yotam Mann
|
cf957ff37e
|
Looping is a schedulable parameter
fixes #448
|
2019-09-17 19:33:41 -04:00 |
|
Yotam Mann
|
e44005138d
|
quote props only when needed
|
2019-09-17 14:46:26 -04:00 |
|
Yotam Mann
|
1709f46d83
|
testing progress when not looping
|
2019-09-17 14:18:05 -04:00 |
|
Yotam Mann
|
142e169e74
|
initialize the context before closing it
|
2019-09-17 14:07:34 -04:00 |
|
Yotam Mann
|
44cbe181df
|
removing props which are not in the default obj
|
2019-09-17 12:20:37 -04:00 |
|