eli.rosenkim
eli.rosenkim's code
digital lowercase from floating point errors
1https://scsynth.org/t/why-the-plot-result-of-summing-2-same-frequency-sinosc-with-phase-reversed-is-not-just-zeros/5805/6 quick proof of concept Results of a subtracting two identical out of phase signals from each-other, which should be silent but isn't because of the imprecision of floating point arithmetic... The quiet signals are then boosted to be audible, kind of like digital lowercase music
sloth canons
1routine that takes a seed and generates a self-similar sloth canon with it by adding each term to each term, better explained in this blog post: https://www.science20.com/robert_inventor039s_column/blog/self_similar_sloth_canon_number_sequences-113689
Monzo function
function takes in collection as argument, and returns the ratio from the resultant monzo
sieves
function for working with xenakis' sieves made of residual classes/modules function takes a set of arguments for modulus, shifter and number of digits to compute, and returns a set, which can be used to construct sieves
fraction2basimal
function that extracts repeating digits in "basimal" representations of ratios
mutronome (brownian motion of beats)
beat absolute locations rather than deltas meander randomly each cycle
Twin Peak Filters
1Ndefs inspired by rob hordijk's twin peak filters, which can accomplish some formant-y fun
eli.rosenkim's comments