mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-14 07:08:34 +00:00
added EMuSP12 samples to prebake
This commit is contained in:
parent
8a1cd32d50
commit
611d216bb0
@ -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…
x
Reference in New Issue
Block a user