move sampler to webaudio

+ add basic sample playback to .out
This commit is contained in:
Felix Roos 2022-06-18 13:11:25 +02:00
parent 44574af3eb
commit d532f8007e
6 changed files with 51 additions and 24 deletions

View file

@ -7,3 +7,4 @@ This program is free software: you can redistribute it and/or modify it under th
export * from './clockworker.mjs';
export * from './scheduler.mjs';
export * from './webaudio.mjs';
export * from './sampler.mjs';