Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 546 Bytes

Crash

A simple random drum machine for Norns

Plays a drum sample from the 606 folder every 'event'

screenshot

Controls

ENC1 - Busyness:

Number of events per beat

ENC2 - Everything:

Chance of an event triggering a 'fill'

ENC3 - Nothing:

Chance of not playing a sample on an event

KEY3:

Start/Stop

Custom Samples

To use a different set of samples, change the following line to point to a different folder (up to 8 samples will be used):
local sample_path = _path.dust.."audio/common/606"