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

@ -1,7 +1,7 @@
import * as strudel from '@strudel.cycles/core';
const { Pattern } = strudel;
import * as WebDirt from 'WebDirt';
import { getLoadedSamples, loadBuffer, getLoadedBuffer } from './sampler.mjs';
import { getLoadedSamples, loadBuffer, getLoadedBuffer } from '@strudel.cycles/webaudio';
let webDirt;