-
Couldn't load subscription status.
- Fork 26
Closed
Labels
Milestone
Description
(
~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
)
)
)
);