the feed implementation of 5-8
each key in the 4x4 square of columns [5, 8] and rows [5, 8], toggles feedback between the corresponding pair of softcut voices [1, 4]. rows correspond to source voices, and columns to destination voices.
this line defines the “on” amount, which 0.125 (-18 dB), so pretty mild really. it could be changed or parameterized, or parameterized for each patch point. (this script kinda predates the parameter system.) IIRC i chose the level such that it would not definitely blow things up even with all the feedback points enabled.
[ https://github.com/catfact/zebra/blob/master/lib/grid_cut.lua#L54 ]
any of this could be broken.
holding down K1 puts you in pitch-grabbing mode. in this mode, selecting an oscillator with E2 will also assign the current input pitch to the fundamental frequency of that oscillator. (pitch ratio for that oscillator still applies.)
so you can (for example) hold down K1 and sort of scrub through all the oscs to make a strange kind of stereoized additive synth thing.
at least this is how i remember it working, don’t have norns in front of me atm.