Change daw automations node to not be zero indexed #70
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lubba64/node_sound#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the Daw Automations Node is zero indexed, but the parameter names for the
automation parameters that correspond to the node is not zero indexed. For example, a Daw
Automations Node set to a “channel” of zero corresponds with the automation parameter “A1”
(Maybe we call this Channel1 instead?). Regardless, the proposed fix is to change the
parameters to also be zero indexed. This should be extremely easy, and only take 30 minutes.