@ondas/rhodes
v0.1.1
Published
Sampled rhodes
Downloads
3
Readme
Rhodes
A self-container mono-sample piano
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