@synthlet/clock
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@synthlet/clock

A clock synth module implemented as audio worklet

Part of synthlet modular synthesis.

import { registerClockWorklet, createClock } from "synthlet"; // or "@synthlet/clock";

const audioContext = new AudioContext();

await registerClockWorklet(audioContext);
const clock = createClock(audioContext, { bpm: 80 });

Package Sidebar

Install

npm i @synthlet/clock

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

24.1 kB

Total Files

8

Last publish

Collaborators

  • danigb