use nanostore for soundmap
+ rename tab samples to sounds + listed sounds are now reactive
This commit is contained in:
parent
6059c69995
commit
b08a0b8102
8 changed files with 34 additions and 31 deletions
|
|
@ -179,11 +179,6 @@ export async function onTriggerSample(options, bank) {
|
|||
// no playback
|
||||
return;
|
||||
}
|
||||
if (!s) {
|
||||
// is this check really needed?
|
||||
console.warn('no sample specified');
|
||||
return;
|
||||
}
|
||||
//const soundfont = getSoundfontKey(s);
|
||||
let bufferSource;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue