Created
November 13, 2014 22:59
-
-
Save lennart/8b811cd4f568f7d7100e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ | |
"caption": "SublimeREPL: Tidal", | |
"command": "run_existing_window_command", "args": | |
{ | |
"id": "repl_tidal", | |
"file": "config/Tidal/Main.sublime-menu" | |
} | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Sound.Tidal.Context | |
d1 <- dirtStream | |
d2 <- dirtStream | |
d3 <- dirtStream | |
d4 <- dirtStream | |
d5 <- dirtStream | |
d6 <- dirtStream | |
d7 <- dirtStream | |
d8 <- dirtStream | |
d9 <- dirtStream | |
(cps, getNow) <- bpsUtils | |
let bps x = cps (x/2) | |
let hush = mapM_ ($ silence) [d1,d2,d3,d4,d5,d6,d7,d8,d9] | |
let solo = (>>) hush | |
:set prompt "tidal> " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment