Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

The structure of single control declarations #16

Open
notator opened this issue Dec 5, 2015 · 0 comments
Open

The structure of single control declarations #16

notator opened this issue Dec 5, 2015 · 0 comments

Comments

@notator
Copy link
Owner

notator commented Dec 5, 2015

I think it would be a good idea for each control to declare an array of CC indices. For example:

{ name: "master drive", cc: [5, 15, 73], defaultValue: 48 },

rather than

{ name: "master drive", index: 5, defaultValue: 48 },
{ name: "master drive", index: 15, defaultValue: 48 },
{ name: "master drive", index: 73, defaultValue: 48 }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant