Archived
create snippets for use in emacs-yasnippet
plus more cleanup of main tidal file, and updated readme
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: b1setup
|
||||
# group: battery123
|
||||
# key: b1setup
|
||||
# expand-env: (yas-indent-line 'fixed)
|
||||
# --
|
||||
let bpm b = cps (b/60)
|
||||
msil = mapM_ ($ silence)
|
||||
cf = slow 2
|
||||
every' n o f = when ((== (o-1)) . (`mod` n)) f
|
||||
d'drum = d1
|
||||
d'perc = d2
|
||||
d'bass = d3
|
||||
d'hand = d4
|
||||
d'warb = d5
|
||||
d'bass2 = d6
|
||||
d'arpy = d7
|
||||
d'tr = d8
|
||||
d'tac = d9
|
||||
Reference in New Issue
Block a user