This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2017-06-10 09:06:42 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: hbass
|
|
|
|
|
# group: haddeo
|
|
|
|
|
# key: hbass
|
2017-06-10 14:45:42 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
2017-06-10 09:06:42 +01:00
|
|
|
# --
|
|
|
|
|
-- @hbass
|
|
|
|
|
let s = striate 16
|
|
|
|
|
in d'bass $
|
|
|
|
|
slow 8 $ stack [
|
2017-06-10 17:12:31 +01:00
|
|
|
s $ sound "${1:bass}",
|
|
|
|
|
s $ sound "${2:sine}"
|
2017-06-10 09:06:42 +01:00
|
|
|
]
|
|
|
|
|
# gain 0.9
|