Skip to content

Commit

Permalink
add mridangam samples
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Feb 2, 2025
1 parent 6c8f09c commit a40811d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repl/prebake.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function prebake() {
samples(`${ds}/EmuSP12.json`),
samples(`${ds}/vcsl.json`),
// samples(`${ds}/mridangam.json`),
samples(`https://raw.githubusercontent.com/yaxu/mrid/main/strudel.json`),
samples(`https://raw.githubusercontent.com/yaxu/mrid/main/mridangam.json`),
]);

aliasBank(`${ts}/tidal-drum-machines-alias.json`);
Expand Down
5 changes: 5 additions & 0 deletions website/src/repl/prebake.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ export async function prebake() {
tag: 'drum-machines',
}),
samples(`${baseNoTrailing}/EmuSP12.json`, undefined, { prebake: true, tag: 'drum-machines' }),
// samples(`${baseNoTrailing}/mridangam.json`, undefined, { prebake: true, tag: 'drum-machines' }),
samples(`https://raw.githubusercontent.com/yaxu/mrid/main/mridangam.json`, undefined, {
prebake: true,
tag: 'drum-machines',
}),
samples(
{
casio: ['casio/high.wav', 'casio/low.wav', 'casio/noise.wav'],
Expand Down

0 comments on commit a40811d

Please sign in to comment.