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
4 of the CV inputs on C6, C7, C8, and C9 are not mapped to the pins described by the datasheet. Instead, they are mismatched.
I was not able to figure out why the mapping works as expected on Seed but not on Patch SM. To overcome this issue, the temporary solution was to remap the pins:
4 of the CV inputs on C6, C7, C8, and C9 are not mapped to the pins
described by the datasheet. Instead, they are mismatched.
I was not able to figure out why the mapping works as expected on Seed
but not on Patch SM. To overcome this issue, the temporary solution was
to remap the pins:
| Connector | Expected pin | Actual pin |
|-----------|--------------|------------|
| C6 | CV5 (PB1) | CV8 (PC1) |
| C7 | CV6 (PC4) | CV7 (PC0) |
| C8 | CV7 (PC0) | CV5 (PB1) |
| C9 | CV8 (PC1) | CV6 (PC4) |
#1
Signed-off-by: Petr Horacek <[email protected]>
4 of the CV inputs on
C6
,C7
,C8
, andC9
are not mapped to the pins described by the datasheet. Instead, they are mismatched.I was not able to figure out why the mapping works as expected on Seed but not on Patch SM. To overcome this issue, the temporary solution was to remap the pins:
Temporary workaround: 47eca91#diff-93e3e066efa8ce2a4c8b7e3d39afb8040f283a7d1c2f950929a45eba37275818R62-R66
The text was updated successfully, but these errors were encountered: