Skip to content

MIDI - is not dealing with explicit sourcePortIndex and name #221

@sensestage

Description

@sensestage
(
~descInput = (
    idInfo: ( name: "SuperCollider", sourcePortIndex: 0 ),
    protocol: \midi,
        description: (
        'key': (
            type: 'pianoKey',
            midiMsgType: \noteOn,
            midiChan: 0,
            midiNum: 64, // note number
            spec: \midiVel,
            ioType: \in
        )
    )
)
)


(
~descInput = (
    // idInfo: ( linux: "SuperCollider", osx: "IAC-bus" ), // Linux: this may need to be different on OSX
    idInfo: "SuperCollider",
    protocol: \midi,
        description: (
        'key': (
            type: 'pianoKey',
            midiMsgType: \noteOn,
            midiChan: 0,
            midiNum: 64, // note number
            spec: \midiVel,
            ioType: \in
        )
    )
)
);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions