Skip to content

Instantly share code, notes, and snippets.

View cleary's full-sized avatar

Bernard Gray cleary

View GitHub Profile
@cleary
cleary / tidal_sample_reference
Last active September 30, 2020 09:59
tidal sample descriptions
-- Dirt-Samples
d1 $ slow 2 $ s "bass3" <| n (run 10) -- softer synth bass, 0 = A2, 1-4 = C#2, 5 = G#2, 6-7 = D3, 8 = C2 9-10 = B2(woah)
d1 $ slow 2 $ s "pluck" <| n (run 16) -- double bass, pitch in filename, 9 = E1, vscode swaps # compared to superdirt
-- n (toScale [5,6,10,12,15,2,4] (run7)) -- pluck C major scale-ish
d1 $ slow 2 $ s "sax" <| n (run 21) -- sax long notes, pitch in filename, 5 = C2
-- jamie-lidell-iso
d1 $ slow 2 $ s "lidellvox" <| n (run 23) -- CMaj scale 3+ octaves from C4, # legato
@cleary
cleary / tmux-cheatsheet.markdown
Last active May 11, 2020 22:55 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@cleary
cleary / vscode_shortcuts.md
Last active December 18, 2024 09:23 — forked from bradtraversy/vscode_shortcuts.md
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

  • For mac, replace "Ctrl" with "cmd" and "Alt" with "option"

Official List of all commands

@cleary
cleary / darktable-shortcuts.md
Last active February 19, 2018 03:21
Darktable Workflow Keyboard Shortcuts
@cleary
cleary / .tmux.conf
Last active September 15, 2020 01:51
set -g window-style 'fg=colour241,bg=default'
set -g window-active-style 'fg=white,bright,nodim,bg=default'
set -g history-limit 7000
set-window-option -g mode-keys vi
set-window-option -g xterm-keys on
set -sg escape-time 0