initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
// Triplet Bass - Psytrance
|
||||
setcpm(138/4)
|
||||
|
||||
// Sample import
|
||||
samples({
|
||||
// Drums
|
||||
kick: 'Drums/Kicks/Kick - Crrisis.wav',
|
||||
closedHat: 'Drums/closedHiHats/Ghosthack CH 4.wav',
|
||||
snare: 'Drums/Snares/BK-72 - 909 ish.wav',
|
||||
// Basses
|
||||
bass: 'Bass/Phull On Bass/Phull On Bass F.wav'
|
||||
}, 'https://cdn.lupinexmedia.de/samples/')
|
||||
|
||||
// Melodies
|
||||
|
||||
// player
|
||||
stack(
|
||||
// main base
|
||||
s("kick").fast(4).cutoff(rand.range(500,650)).velocity(.7),
|
||||
s("bass").late(2).fast(4).every(12,x=>x.fast(2)).cutoff(rand.range(600,800)).velocity(rand.range(.3,.5)).every(1,x=>x.fast(3)),
|
||||
// s("closedHat").late(1.5).fast(4).cutoff(3000),
|
||||
// s("snare").late(1.5).fast(2).cutoff(1400)
|
||||
)
|
||||
Reference in New Issue
Block a user