Post A8dHd5mcHt9yWJkonQ by weirdconstructor@mastodon.online
 (DIR) More posts by weirdconstructor@mastodon.online
 (DIR) Post #A8c1IVhUwHxeObZ1Y8 by paul@post.lurk.org
       2021-06-24T13:32:39Z
       
       1 likes, 0 repeats
       
       Finally wrote down some of the concepts I have in mind for my gesture sequencer. These have been rattling around in my brain for quite a while now.Concepts aren't any fun without defining core terminology: Conductor signals, Phrases, Monoramps, Polyramps, Ramp Trees, Targets, and Behaviors.https://pbat.ch/wiki/gest/
       
 (DIR) Post #A8dHd5JC3Hcl33zJw0 by weirdconstructor@mastodon.online
       2021-06-24T17:13:06Z
       
       0 likes, 0 repeats
       
       @paul sounds exciting!
       
 (DIR) Post #A8dHd5mcHt9yWJkonQ by weirdconstructor@mastodon.online
       2021-06-24T17:17:01Z
       
       0 likes, 0 repeats
       
       @paul sounds mostly like a clock divider and multiplicator, thats used in euroracks. There most signals are triggers though. But in HexoSynth I often detect triggers and convert it to a 0 to 1 phase internally.
       
 (DIR) Post #A8dHd6DCh2QXqmC3Em by paul@post.lurk.org
       2021-06-24T17:42:06Z
       
       1 likes, 0 repeats
       
       @weirdconstructor For a while, I was just going to have it be clocked by a tick signal, but having it explicitly be a phasor signal simplifies things.the rhythmic concepts actually come from a very old project of mine called "prop", a proportional rhythmic notation language: https://pbat.ch/proj/prop.htmlThe original implementation didn't use an external clock, so it inevitably would fall out of sync with other things playing at the same tempo.The main concept is really about building synchronized line segments. I had another project that tried to do this called libline. It too had the same synchronization concerns: https://pbat.ch/proj/libline/Among many things, I'm hoping to build a sort of articulation engine for some the voice synthesizers I've built, and any other virtual instruments suitable for lyrical expression: https://pbat.ch/proj/voc/So, you could say this project is trying to tie together some previous ideas I've had.