Andrew Garrett Wright
Andrew Garrett Wright
In FoxDot there is a function called PDur that sequences note duration using euclidean patterns. Here is how it's defined with some examples: PDur(n, k, start=0, dur=0.25) Returns the output...
**Describe the bug** select and selectF doesn't split the index equally. **To Reproduce** do let test = [ struct "t(16,16)" $ sound "bd" , struct "t(16,16)" $ sound "sn" ,...
Trying to get the trigger function to work inside of shared variables. ```haskell --This works: do let var = (trigger 1 $ slow 2 envL) d1 $ sound "9b*2 9cp:4(5,8,)"...
How do you check the version of SuperDirt quark installed?
So I'm trying out some chord progression stuff with: ```haskell d1 $ struct "t(8,16)" $ n ("c3 d3 e3" |+ "") # "midi" # chan 2 ``` and that's what...
How do I start tidalvim in a pre-existing tmux session? Whenever I launch it via tidalvim, it always creates a session for me. Otherwise I get an error like this:...
Have this on NixOS, is there a configuration to show basenames instead of full paths?
Outside of tmux it works as hush but inside tmux it's just backspace. however works to evaluate in either case. I've tried fixing it with various tmux and xterm configurations...
I see a thin vertical red line running down the center of the screen with this filter. Is that part of the CRT emulation?
* 86_64-linux * GHC 9.4.8 * Haskell.nix commit 12913adbe6ea1d3045522cc15729e675efaaab98 My configuration flake contains: nix.settings.substituters = [ "https://cache.iog.io" ]; nix.settings.trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ]; The Haskell flake: nixConfig = { extra-substituters...