Anitya :: an echo sequencer
Posted: Fri Feb 20, 2009 6:37 pm
I was going to build a little sequencer to make some array data for music to use in the tube shooter,. however I got happily side-tracked into this,. it is an ambiant 'echo' based squencer. I belive it is somewhat like Bloom an i-phone app eno designed,. however I have not had a chance to use that one so this well have to be a bit different,.
I was starting to add some controles to the basic note drawing setup however there is a rounding error coming in,. Up/down arrow keys let you adjust the echo rate,. see the rounding error? the keys do echo+=0.1; echo-=0.1; should i use integers and then multiply?
anyway, I find this to be a nice way to compose music that just eats iteslf after a few seconds,. so 'Anitya' or impermanence is the name,. .
CONTROLES;
LMB makes regular notes
RMB notes are 5X as long
the higher on the screen the higher the pitch,. the closer to the center of the screen the longer the notes persist, and this also effects the PW of osc1,. I am still working out how the sounds will be controled/edited and what should be adjustable., as once you start with this type of thing you soon realize the possibilities are multitudinous,. so I will just provide a 'nice range' of settings and leave it at that,. . enjoy.
I was starting to add some controles to the basic note drawing setup however there is a rounding error coming in,. Up/down arrow keys let you adjust the echo rate,. see the rounding error? the keys do echo+=0.1; echo-=0.1; should i use integers and then multiply?
anyway, I find this to be a nice way to compose music that just eats iteslf after a few seconds,. so 'Anitya' or impermanence is the name,. .
CONTROLES;
LMB makes regular notes
RMB notes are 5X as long
the higher on the screen the higher the pitch,. the closer to the center of the screen the longer the notes persist, and this also effects the PW of osc1,. I am still working out how the sounds will be controled/edited and what should be adjustable., as once you start with this type of thing you soon realize the possibilities are multitudinous,. so I will just provide a 'nice range' of settings and leave it at that,. . enjoy.