You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the correct Patch SM CV channel is extrapolated from a component name in the board description JSON. This is not good practice. Instead, the pin field you'd use for a seed-based component should be replaced with the desired channel enum (e.g. CV_1) for all AnalogControl-type components.
The text was updated successfully, but these errors were encountered:
Currently, the correct Patch SM CV channel is extrapolated from a component name in the board description JSON. This is not good practice. Instead, the
pin
field you'd use for a seed-based component should be replaced with the desired channel enum (e.g.CV_1
) for all AnalogControl-type components.The text was updated successfully, but these errors were encountered: