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: hnim2
|
|
|
|
|
# group: haddeo
|
|
|
|
|
# key: hnim2
|
2017-06-10 14:45:42 +01:00
|
|
|
# expand-env: (yas-indent-line fixed)
|
2017-06-10 09:06:42 +01:00
|
|
|
# --
|
|
|
|
|
-- @hnim2
|
|
|
|
|
d'nim $
|
|
|
|
|
{- -- (4)
|
|
|
|
|
superimpose (iter 4 .
|
|
|
|
|
(# speed (scale 0.8 (0.8+(2/3)) $ slow 2.5 sine1)) .
|
|
|
|
|
(# nudge 0)) $ -- -}
|
|
|
|
|
mt $
|
|
|
|
|
-- every 3 (density 2) $ -- (3)
|
|
|
|
|
-- every' 2 2 (within (0, 0.5) (const silence)) $ -- (2)
|
|
|
|
|
-- whenmod 5 3 rev $ -- (1)
|
|
|
|
|
slow 16 . striate 256 $ n "[0 1]/2" # s "nimble"
|