patches/kick_drum.modmark
1	#lang reader modmark_br.rkt
2 # Patch Spec
3 # Representing an approximation of
4 # a 909 kick. Module specs are imported
5 # but don't yet exist
6
7 Title: Kick Drum
8
9 # By default "./modules" is included in the module path
10 ModuleDir "/home/swatson/Repos/modmark/"
11
12 import Module::BlueLantern::AsteroidOperatorVCF
13 import Module::MakeNoise::Maths
14 import Module::ALM::TangleQuartet
15
16 set AsteroidOperatorVCF.PluckSwitch = on
17 set AsteroidOperatorVCF.Filter.position = 7
18
19 set Maths.Cycle1Button = on
20 set Maths.Rise1.position = 7
21 set Maths.Fall1.position = 1
22 set Maths.LogExp.position = 5
23
24 set TangleQuartet.Level1.position = 5
25
26 connect Maths.1f AsteroidOperatorVCF.FMod
27 connect Maths.1f TangleQuartet.Level1
28 connect AsteroidOperatorVCF.LPOD TangleQuartet.VCA1