move sampler to webaudio
+ add basic sample playback to .out
This commit is contained in:
parent
44574af3eb
commit
d532f8007e
6 changed files with 51 additions and 24 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue