Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.02 KB

readme.md

File metadata and controls

44 lines (27 loc) · 1.02 KB

ParseSeq

A drum sequencer for nerds

Drum sequencers are for nerds

ParseSeq in action

Demo

Sounds

The fundemental building blocks of a sequence

Character Sound
k 909 kick
h 909 hh
c 909 clap
o 909 hh open
1 G minor 7 chord
2 A minor 7 chord
3 D minor 7 chord
d D bass note

Functions (not yet implemented)

+ Make sound louder

- Make sound quieter

~n "Ratchet" (divide) a beat into n beats. Defaults to a triplet

Example: ~2h will play two hihat samples as 32nd notes on a step

< will nudge a beat back slightly

Example: <<<c nudges a clap behind the beat

> will nudge a beat forward slightly

(abc) group samples a, b, & c

Example: ++(kc) will make a kick and clap extra loud