Simple v/oct output on lich

Hi there! :raising_hand_woman:
Looking to convert midi input to v/oct on a gen patch im writing. I only saw an example in cpp to copy from which I don’t know enough about to use with codebox, so im looking for something else that would be easy enough for me to disect and implement on my gen~ patch.
Thanks in advance :love_letter:

Hi @jull
I’m not sure if we have a good example of this, but I’ve explained how to do the same with PD and looks like it worked eventually.

You can get exact output offset / scalar values as part of calibration procedure. Unfortunately there’s no way to read it in gen~ patches automatically, so currently they would have to use hardcoded calibration settings. This is something that might be improved later.

1 Like