fungus <steps> <division>
# eg: 16 steps with 4 steps to a beat
fungus 16 4
s
soft hitd
loud hitj, k
to go down / up a trackh, l
to go left / rightm
to toggle mute- '+' bpm++
- '-' bpm--
These apply to the current track:
c
to clear any beat on the current stepC
to clear the whole track
THIS ONLY WORKS ON armv7 PIs: 2/3/4/zero2 etc.
- build the container
docker build -t pi .
- run it, the --user stuff is so the binary isnt owned by root
docker run -v $PWD:/src --user $(id -u):$(id -g) --rm -ti pi cargo build --target=armv7-unknown-linux-gnueabihf
- your executable is in target/armv7-unknown-linux-gnueabihf/debug