0.1.1 • Published 1 year ago

@ondas/rhodes v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Rhodes

A self-container mono-sample piano

npm version npm version

A Rhodes electric piano. Currently there's one instrument using jlearman.jRhodes3d

import Rhodes from "@ondas/rhodes";

const rhodes = new Rhodes(new AudioContext());

// Wait until the audio is loaded
await rhodes.ready();

// Start and stop
rhodes.start("C4");

Install

npm i @ondas/rhodes