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 23:32:36 +01:00
|
|
|
# -*- mode: snippet -*-
|
|
|
|
|
# name: p5bass2
|
|
|
|
|
# group: pistonlp
|
|
|
|
|
# key: p5bass2
|
|
|
|
|
# expand-env: (yas-indent-line fixed)
|
|
|
|
|
# --
|
|
|
|
|
-- @p5bass2
|
|
|
|
|
d'bz $
|
|
|
|
|
-- within (0, 0.5) rev $ -- (3)
|
|
|
|
|
-- whenmod 4 3 (density 1.8) $ -- (1)
|
|
|
|
|
chop 12 $ sound "[~ ~ [~ ${1:k:1}] !]/4"
|
|
|
|
|
# speed 0.9
|
|
|
|
|
-- # shape (scale 0 (1/3) $ density 3 sine1) -- (2)
|
|
|
|
|
{- -- (4)
|
|
|
|
|
# orbit 1
|
|
|
|
|
# delay 0.3
|
|
|
|
|
# delayfeedback 0.2
|
|
|
|
|
# delaytime 0.2875 --(138/60)/8
|
2017-06-21 23:56:24 +01:00
|
|
|
-- -}
|