Archived
drop one of the basslines in outro, and use relative path for samples in superdirt
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ include("SuperDirt")
|
|||||||
Server.local.options.device = "Soundflower (2ch)";
|
Server.local.options.device = "Soundflower (2ch)";
|
||||||
SuperDirt.start
|
SuperDirt.start
|
||||||
|
|
||||||
~dirt.loadSoundFiles("~/Documents/Music/WIP/Haddeo Remix/samples/*")
|
~dirt.loadSoundFiles(thisProcess.nowExecutingPath.dirname +/+ "/samples/*")
|
||||||
|
|
||||||
~dirt.stop
|
~dirt.stop
|
||||||
|
|||||||
+2
-2
@@ -294,7 +294,7 @@ d'drum $ swing' $ stack [
|
|||||||
|
|
||||||
-- outro
|
-- outro
|
||||||
|
|
||||||
msil [d'nim, d'wax, d'fx2, d'fx3]
|
msil [d'nim, d'wax, d'bass2, d'fx2, d'fx3]
|
||||||
|
|
||||||
d'hi $
|
d'hi $
|
||||||
swing' $
|
swing' $
|
||||||
@@ -326,7 +326,7 @@ d'drum $ swing' $ stack [
|
|||||||
# gain "0.8"
|
# gain "0.8"
|
||||||
]
|
]
|
||||||
|
|
||||||
msil [d'bass, d'hi, d'bass2, d'fx1, d'fx3]
|
msil [d'bass, d'hi, d'fx1, d'fx3]
|
||||||
|
|
||||||
d'wax $ slow 16 . striate 256 $ s "icarus"
|
d'wax $ slow 16 . striate 256 $ s "icarus"
|
||||||
d'wax $ retrig $ slow 20 $ sound "icarus:1"
|
d'wax $ retrig $ slow 20 $ sound "icarus:1"
|
||||||
|
|||||||
Reference in New Issue
Block a user