update tune
This commit is contained in:
parent
18f1f7d83d
commit
774c02afab
3 changed files with 6 additions and 5 deletions
|
|
@ -7,6 +7,7 @@
|
||||||
"test": "npm run test --workspaces --if-present && cd repl && npm run test",
|
"test": "npm run test --workspaces --if-present && cd repl && npm run test",
|
||||||
"bootstrap": "lerna bootstrap",
|
"bootstrap": "lerna bootstrap",
|
||||||
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
"setup": "npm i && npm run bootstrap && cd repl && npm i && cd ../tutorial && npm i",
|
||||||
|
"snapshot": "cd repl && npm run snapshot",
|
||||||
"repl": "cd repl && npm run dev",
|
"repl": "cd repl && npm run dev",
|
||||||
"osc": "cd packages/osc && npm run server",
|
"osc": "cd packages/osc && npm run server",
|
||||||
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",
|
"build": "rm -rf out && cd repl && npm run build && cd ../tutorial && npm run build",
|
||||||
|
|
|
||||||
|
|
@ -867,12 +867,12 @@ export const bornagain = `stack(
|
||||||
.stack(s("bd(3,8),hh*4,~ sd").webdirt())`;
|
.stack(s("bd(3,8),hh*4,~ sd").webdirt())`;
|
||||||
|
|
||||||
export const meltingsubmarine = `samples({
|
export const meltingsubmarine = `samples({
|
||||||
clubkick: 'clubkick/2.wav',
|
bd: ['bd/BT0AADA.wav','bd/BT0AAD0.wav','bd/BT0A0DA.wav','bd/BT0A0D3.wav','bd/BT0A0D0.wav','bd/BT0A0A7.wav'],
|
||||||
sd: '808sd/SD0010.WAV',
|
sd: ['sd/rytm-01-classic.wav','sd/rytm-00-hard.wav'],
|
||||||
hh: 'hh/000_hh3closedhh.wav',
|
hh: ['hh27/000_hh27closedhh.wav','hh/000_hh3closedhh.wav'],
|
||||||
}, 'github:tidalcycles/Dirt-Samples/master/');
|
}, 'github:tidalcycles/Dirt-Samples/master/');
|
||||||
stack(
|
stack(
|
||||||
s("<clubkick*2>,[~ <sd!3 sd(3,4,2)>],hh(3,4)") // drums
|
s("bd,[~ <sd!3 sd(3,4,2)>],hh(3,4)") // drums
|
||||||
.speed(perlin.range(.7,.9)) // random sample speed variation
|
.speed(perlin.range(.7,.9)) // random sample speed variation
|
||||||
//.hush()
|
//.hush()
|
||||||
,"<a1 b1*2 a1(3,8) e2>" // bassline
|
,"<a1 b1*2 a1(3,8) e2>" // bassline
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue