electro-smith / json2daisy

Utility for converting JSON board definitions into valid, libDaisy compatible C++ board support files
MIT License
6 stars 1 forks source link

Patch SM CV mappings #12

Open CorvusPrudens opened 2 years ago

CorvusPrudens commented 2 years ago

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.