Syn Metron #1 Video
I've made a video on a music of mine -> Syn Metron #1 steps: foto shooting. hand positions of Primo (first player) and Secondo (second player) of some selected moments - mostly first beat of bars. foto mashing - combining pictures of Primo and Secondo transforming pictures into dots using StippleGen (-> TSP art ) and exporting them as .svg files in Processing saving .svg dots in arrays, which gives way to transform them programmatically implementing various functions in Processing to manipulate dot arrays preparing .midi file, which serves as a conductor of flow in Processing strategies to control the timing of triggering various dot transformation functions some midi notes below C1 / 24 are used to mark bar, quaver, semiquaver and page occurences. this allowed the script bookkeeping of each quaver and bar by counting them. so the midi sequencer functions as through composed switching tool. e.g. when quaver_number equals x, do this. ...