Sample and Hold for synth knobs
Posted: Mon Aug 12, 2024 12:27 pm
This is a lovely feature that any and all synths should have in my opinion.
My implementation involves unnecessary steps. For one... some DSP/ASM boxes can be made into single ASMs and the gate/trigger logic can probably be derived from "V to P" with less steps. But for clarity I guess this works as crude example though. Thanks to MV for the S&H ASMs...
My S&H logic here does however have some wierd bug behaviour sometimes, freaking out when switching modes. Maybe just on my system though.
For newbies or anyone else that might want this feature...
My implementation involves unnecessary steps. For one... some DSP/ASM boxes can be made into single ASMs and the gate/trigger logic can probably be derived from "V to P" with less steps. But for clarity I guess this works as crude example though. Thanks to MV for the S&H ASMs...
My S&H logic here does however have some wierd bug behaviour sometimes, freaking out when switching modes. Maybe just on my system though.
For newbies or anyone else that might want this feature...