kick_drum.modmark 805 B

1234567891011121314151617181920212223242526272829303132
  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 as VCF
  10. import Module::MakeNoise::Maths
  11. import Module::ALM::TangleQuartet as VCA
  12. import Module::Generic::Output
  13. set VCF.Pluck = on
  14. set VCF.Freq.position = 7
  15. set Maths.Cycle[1] = on
  16. set Maths.Rise[1].position = 7
  17. set Maths.Fall[1].position = 1
  18. set Maths.LogExp.position = 5
  19. set VCA.Input1.position = 5
  20. # Output of Maths env into VCF freq modulation
  21. connect Maths.1f VCF.PluckMod
  22. # Output of VCF into VCA
  23. connect VCF.Output.Overdrive VCA.Input1
  24. # VCA into soundcard/output
  25. connect VCA.Input1 Output.1