stoermelder / vcvrack-packone

Modules for VCV Rack
GNU General Public License v3.0
173 stars 38 forks source link

Allow feed back for snap knobs if the value goes too far #374

Open jvictor0 opened 8 months ago

jvictor0 commented 8 months ago

This provides a middle ground for the issue discussed in https://community.vcvrack.com/t/midi-feedback-with-midi-cat-for-buttons-and-switches/20637/8?u=joyofresh.

stoermelder commented 2 months ago

Thanks for reporting, MIDI-feedback on snapped parameters was indeed not working as expected. I think your approach is more complicated as it needs to be: While the value returned by ParamQuantity of a snapped parameter can't be trusted, the actual parameter's value is reliable. Can you verify the latest build is working as expected?