Skip to content

add physical labels as description of controller elements, add to tagging system #165

@LFSaw

Description

@LFSaw

This would result in something like that:

(
device: "OP-1 Midi Device",
protocol: \midi,
description: (
    \kn: [(1..4), [\blue, \green, \white, \red]].flop.collect { |desc, i|
        var num, label;
        #num, label = desc;
        (\midiMsgType: \cc, \type: \knob, \label: label, \midiChan: 0, \midiNum: num, \spec: \midiCC)
    }
)
)

How do we deal with multiple labels? Arrays of symbols?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions