added EMuSP12 samples to prebake
This commit is contained in:
parent
8a1cd32d50
commit
611d216bb0
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { Pattern, toMidi } from '@strudel.cycles/core';
|
||||
import { samples } from '@strudel.cycles/webaudio';
|
||||
import EmuSP12 from '../public/EmuSP12.json';
|
||||
|
||||
export function prebake() {
|
||||
samples(
|
||||
|
|
@ -41,6 +42,7 @@ export function prebake() {
|
|||
// License: CC-by http://creativecommons.org/licenses/by/3.0/ Author: Alexander Holm
|
||||
'./piano/',
|
||||
);
|
||||
samples(EmuSP12, './EmuSP12/');
|
||||
}
|
||||
|
||||
const maxPan = toMidi('C8');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue