tomara-x / quartz

visual programming and dsp playground
https://codeberg.org/tomara-x/quartz
Apache License 2.0
77 stars 3 forks source link

different amara design #161

Closed tomara-x closed 4 months ago

tomara-x commented 4 months ago

everything happens on the visual side using an apply (or more). that's the notes, quantization, modulation, everything. the only thing that happens on audio is the triggering, and the seq (yeah, we'll need a seq for that)

but also mix a var with the triggering input (this way steps can be triggered with key presses or whatever)

tomara-x commented 4 months ago

select before the trig and counter to switch between sequence and key modes

tomara-x commented 4 months ago

what happened here? oh yeah, it's because we can't switch between nodes with 2 outs (really need to make select allow dynamic arity)

but i think we can just separate them. so the trigger is one impulse, and another impulse (at the same speed) runs the counter. they will stay in sync, this isn't like clock

and then have two separate selects.. oo this is gonna be awesome! cause you can switch off the counter and have the steady trigger triggering whatever step is selected with keys, OR switch off the trigger and have pressing keys do the triggering (and it switches to the next step) OR run them at different speeds for step repetitions

:red_circle: that's done

tomara-x commented 4 months ago

done f558c8e