hmm, yeah this would be possibleâŚ
theoretically its should be quite straightforward⌠and you can even do this with the built-in scaling.
basically you would need to multiply (aka scale) any pitch inputs from INP with 0.83333333 (1/1.2) and for any pitch going to the OUT, multiply (aka scale) by 1.2.
thats saidâŚ
you cannot âenterâ 0.8333333333 on the scaling (I think 0.833) is closest, but this should be close enough for the SHQ to latch on to the correct notes.
(*) as I mention in the notes⌠be aware that 0v = A4 (440hz) on the SSP, not C4 as is common. (not sure what the Buchla norm is) - but this is not really an issue, you can simply add an offset from the INP pitch output.
if you try this, and let me know⌠as basically this is all a SWAT algo would do, so it would be useful to know if this process âworksâ
logic functions, yeah these are fun⌠SWATs 2 op is a bit limited, but useful.
so, Iâm probably going to do a logic vst some time, that has up to 8 inputs, which is useful for more generative purposes. though, also for that Id want some more gate âgeneratorsâ.
in particular, things like : euclid, mi grids, clock dividers/multipliers (and another âsecretâ I have in mind ), these combined with logic can be a lot of fun.