@modusynth/core
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

Modusynth

This library offers an API as simple as possible to build a modular synthetizer in a browser environment.

What is a modular synthetizer ?

A modular synthetizer (abbreviated MS) is a specific type of synthetizer that are represented by an audio graph going from one or several sources to an output, passing through nodes that transform the audio signal. An example of node can be the gain that allow the modification of the volume of the audio signal, making it louder or quieter as you change its value.

Agnostic ?

Yes, this library is made to be framework-agnostic. It is to say that except for the coordinates, width and height of a node, and generic 2D representation attributes like that, there won't be consideration about too much precise parameters that would tie it to a specific framework.

Package Sidebar

Install

npm i @modusynth/core

Weekly Downloads

1

Version

0.3.1

License

ISC

Unpacked Size

80.7 kB

Total Files

27

Last publish

Collaborators

  • modusynth