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

Control groups in control declarations #17

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

Control groups in control declarations #17

notator opened this issue Dec 5, 2015 · 0 comments

Comments

@notator
Copy link
Owner

notator commented Dec 5, 2015

Should controls be grouped in control declarations? for example:

controls =
[
    ...
    {
        { name: "filterEnvelope attack", index: 28, defaultValue: 6 },
        { name: "filterEnvelope decay", index: 29, defaultValue: 8 },
        { name: "filterEnvelope sustain", index: 30, defaultValue: 6 },
        { name: "filterEnvelope release", index: 31, defaultValue: 9 },
    },
    {
        { name: "volumeEnvelope attack", index: 46, defaultValue: 3 },
        { name: "volumeEnvelope decay", index: 47, defaultValue: 19 },
        { name: "volumeEnvelope sustain", index: 48, defaultValue: 86 },
        { name: "volumeEnvelope release", index: 49, defaultValue: 6 },
    },
    ...
]

See also [issue #16]

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