Skip to content

arngulator - a random granulator with step sequenciner

License

Notifications You must be signed in to change notification settings

fourhoarder/granchild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

granchild

quantized granulation

https://vimeo.com/514823601

granchild is a granular grandchild. this script was born out of and inspired by @cfd90's clever twine and @justmat's inspiring mangl, both themselves based on @artfwo's amazing glut script, which itself was inspired by @kasperskov's grainfields. i consider this script to be a grandchild of glut, and child of the other two - using some ideas from twine (randomization in parameters) and some code from mangl (lfos, greyhole integration) and the engine of glut, to make a granular sequencer to fit my personal musical journey.

their are a lot of granulation scripts based on glut, here's what's different about granchild:

  • "jitter" and "spread" of granulation always oscillate, with random frequencies
  • "size" and "density" of granulation are quantized, and easily accessed (see layout)
  • sequencer is quantized (using @tyleretters's lattice)
  • voices limited to only 4
  • samples mapped to 18 keys
  • can record live input
  • granulation can utilize stereo samples
  • each voice has two scenes that can be toggled between

reference in that demo video above - here are the four samples used. first two are things i recorded with mx.samples, the other two are samples @tehn included on the default norns:

Requirements

  • norns
  • grid optional

Documentation

here's how the buttons are laid out. use e2 and e3 on the norns to move around and k2/k3 to toggle things. the grid just mirrors the norns screen, so this script works just fine without a grid. grid 64 users: hold k1 to switch between the the first and second pair of voices.

granchild_grid-01

note: when you use the record button for live input, all recordings are automatically saved permanently in ~/dust/audio/granchild.

Old versions

image

Install

from maiden:

;install https://github.com/schollz/granchild

About

arngulator - a random granulator with step sequenciner

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 79.3%
  • SuperCollider 20.7%