Skip to content

icon-icontrols: split desc file for the two ports if needed #265

@adcxyz

Description

@adcxyz

the icon-icontrols registers with two midi ports, which makes it necessary to be specific about which port is used for what.
If its modality-relevant midi messages are only on one port, convert the desc to that port only:

idInfo: "iCON iControls V2.00",
// if midi communication is on port 1 in out only, this should become:
(idInfo: "iCON iControls V2.00", sourcePortIndex: 0, destPortIndex: 0)

if there is relevant communication on both ports, the current desc file should be split into two separate files, one for each port, with only the elements that communicate thru that port.
see qunexus for an example file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions