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
version: '3.2' | |
services: | |
bastion: | |
image: christophermaier/test-probe:0.1.0-20180509175222 | |
command: | |
- "run" | |
- "--listen-ctl=0.0.0.0:9632" | |
- "--permanent-peer" | |
hostname: bastion | |
domainname: habitat.dev |
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
use_bpm 110 | |
live_loop :synth do | |
roots = (stretch [:e, :c], 4) | |
root = roots.tick | |
with_fx :flanger do | |
with_fx :reverb do | |
min = (note root, octave: 2) | |
max = (note root, octave: 6) |
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
KERL_DOWNLOAD_DIR=$KERL_BASE_DIR/archives | |
KERL_BUILD_DIR=$KERL_BASE_DIR/builds | |
KERL_DEFAULT_INSTALL_DIR=$KERL_BASE_DIR/installs | |
KERL_INSTALL_MANPAGES=1 | |
KERL_INSTALL_HTMLDOCS=1 | |
KERL_ENABLE_PROMPT= |
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
{deps, [ | |
{gproc, ".*", | |
{git, "https://github.com/uwiger/gproc.git", {tag, "0.3.1"}}} | |
]}. |