kick_drum.modmark 744 B

12345678910111213141516171819202122232425262728
  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. Title: Kick Drum
  7. # By default "./modules" is included in the module path
  8. ModuleDir "/home/swatson/Repos/modmark/"
  9. import Module::BlueLantern::AsteroidOperatorVCF
  10. import Module::MakeNoise::Maths
  11. import Module::ALM::TangleQuartet
  12. set AsteroidOperatorVCF.PluckSwitch = on
  13. set AsteroidOperatorVCF.Filter.position = 7
  14. set Maths.Cycle1Button = on
  15. set Maths.Rise1.position = 7
  16. set Maths.Fall1.position = 1
  17. set Maths.LogExp.position = 5
  18. set TangleQuartet.Level1.position = 5
  19. connect Maths.1f AsteroidOperatorVCF.FMod
  20. connect Maths.1f TangleQuartet.Level1
  21. connect AsteroidOperatorVCF.LPOD TangleQuartet.VCA1