Skip to content

Fix out parameter range to 0-based bus indices#68

Open
unthingable wants to merge 1 commit into
asb2m10:developfrom
unthingable:fix/out-range-default
Open

Fix out parameter range to 0-based bus indices#68
unthingable wants to merge 1 commit into
asb2m10:developfrom
unthingable:fix/out-range-default

Conversation

@unthingable

@unthingable unthingable commented Mar 31, 2026

Copy link
Copy Markdown

SC bus indices are 0-based. The 1-based hardcoded default would lose channel 0 whenever out was mapped and manipulated.

SC bus indices are 0-based. The hardcoded guess for the "out" parameter
had range 1-16, which loses output channel 0 and includes the
out-of-range index 16. Corrected to 0-15.
@unthingable unthingable force-pushed the fix/out-range-default branch from 7077026 to 54322df Compare March 31, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant