Samthree
a minimalist looper with three voices.
Video: Samthree demo - YouTube
Note: original code forked from GitHub - 21echoes/samsara: a minimalist looper for norns that eventually reaches nirvana - I have retained the bits of doc that are still relevant.
The original samsara code is a clock synced looper for Norns. I have heavily adapted it to use three voices that playback the original recorded and sync’ed loop. The result lets you make some complex sounds with very simple loops.
- Voice 1+2: Original 1x (stereo) loop
- Voice 3: 1/2 speed reversed (mono) loop
- Voice 4: 2x speed shuffled (mono) loop
I have added a new UI and controls for these three voices. These use Encoder 1 to switch between parameters:
- E1: Move tab in menu
-
play
tab:- E2: Number of Beats (identical to Samsara)
- E3: Pre Level (identical to Samsara)
-
vol
tab:- E2: Low loop volume (0-1.0)
- E3: High loop volume (0-1.0)
-
div
tab:- E2: 1x loop clock divisor (1-8)
- E3: 2x loop clock divisor (1-8)
-
shuf
tab:- E2: Shuffle 1x loop (1 normal, 2 = play slices in random order)
- E3: Shuffle 2x loop (1 normal, 2 = play slices in random order)
Note: I have retained all of the key combos from Samsara. I only changed the encoder settings (see above)
- K2: Start/pause playback
- K3: Arm/disarm recording
- Hold K2+tap K3: Tap tempo
- Hold K1+tap K2: Double buffer
- Hold K1+tap K3: Clear buffer
Thank you very much to 21echoes for their Samsara code. This was an excellent base to learn softcut and to learn the ui and params modules.
Requirements
Norns or norns shield.
Install
Should be available from maiden community soon.
You can also install by putting the following command into matron:
;install https://github.com/laderast/samthree
Download
v0.0.1 - https://github.com/laderast/samthree/archive/refs/tags/v0.0.1.zip
GitHub repository: GitHub - laderast/samthree: a minimalist looper with three voices