UNPKG
mosfez-synth
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
A microtonal-aware synth engine library for web.
github.com/dxinteractive/mosfez-synth
mosfez-synth
/
params.d.ts
5 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
declare
type
ParamValue
=
number
|
string
;
declare
type
ParamValueObject
=
Record
<
string
,
ParamValue
>;
export
{
ParamValue
,
ParamValueObject
};