Skip to content

A command line version of the TR-808 drum machine with some additional looping capabilities.

Notifications You must be signed in to change notification settings

wowhack/the-prompt-oh-prompter

Repository files navigation

the-chucklers

Usage

chuck --loop --caution-to-the-wind
./chuckler.sh setup
./chuckler.sh <drum or looper>

Live usage endpoints

echo <input> > live/<endpoint>

live/bpm

int: Beats per minute, set before setup.

live/drumname_vol

int: Volume for this drum, 0-100.

live/drumname_ptn

pattern: Pattern for the drum to play

"x": hit
".": pause
"|": new measure

example: xx.xx.xx.xx.|xx.xx....xxx
		 Gives a 2 measures long 12/8 pattern.

live/drumname_smp

filename: Filename for the drum sample.

example: "kick.wav"

live/loopname_vol

int: Volume for this loop/instrument, 0-100.

live/loopname_instr

string: Instrument to use, eg. Organ,Synth,Saxophone etc.

live/loopname_arm

bool: 0 or 1 whether the looper should listen to midi events

live/loopname_rec

int: Number of measures to record, starts recording on the next measure.

Reset when starting recording.

About

A command line version of the TR-808 drum machine with some additional looping capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages