Skip to content

Instantly share code, notes, and snippets.

View danielmkarlsson's full-sized avatar

Daniel M Karlsson danielmkarlsson

View GitHub Profile
(
Pdef(0,
Pseed(45,
Pbind(*[
type: \cln,
snd: \fmx,
seg: Pdup(24, Pexprand(39, 299)),
dur: Pseg(Pexprand(1/22, 1/10), Pkey(\seg), \exp, inf),
hr1: Pseg(Pexprand(1.0, 4.0), Pkey(\seg), \exp, inf),
hr2: Pseg(Pexprand(1.0, 4.0), Pkey(\seg), \exp, inf),
@danielmkarlsson
danielmkarlsson / tmux.conf
Created August 6, 2024 19:54
Black out tmux workaround
set -g status off
set -g default-terminal "screen-256color"
set -ag terminal-overrides ",xterm-256color:Tc"
set -g pane-border-style fg=black
set -g pane-active-border-style fg=black
set -g status-style bg=black,fg=black
set -g window-status-style fg=black
set -g message-style bg=black,fg=black
set -g pane-border-style fg=black
@danielmkarlsson
danielmkarlsson / snip.scd
Created August 26, 2021 08:56
An error has occured.
// I ran this which yielded the below error.
(
Pdef(0,
Pbind(*[
type: \cln,
snd: \mmd,
])
).play
)