C# Class Monobjc.CoreMIDI.MIDIThruConnectionParams

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
channelMap01 byte
channelMap02 byte
channelMap03 byte
channelMap04 byte
channelMap05 byte
channelMap06 byte
channelMap07 byte
channelMap08 byte
channelMap09 byte
channelMap10 byte
channelMap11 byte
channelMap12 byte
channelMap13 byte
channelMap14 byte
channelMap15 byte
channelMap16 byte
channelPressure MIDITransform
destination1 MIDIThruConnectionEndpoint
destination2 MIDIThruConnectionEndpoint
destination3 MIDIThruConnectionEndpoint
destination4 MIDIThruConnectionEndpoint
destination5 MIDIThruConnectionEndpoint
destination6 MIDIThruConnectionEndpoint
destination7 MIDIThruConnectionEndpoint
destination8 MIDIThruConnectionEndpoint
filterOutAllControls byte
filterOutBeatClock byte
filterOutMTC byte
filterOutSysEx byte
filterOutTuneRequest byte
highNote byte
highVelocity byte
keyPressure MIDITransform
lowNote byte
lowVelocity byte
noteNumber MIDITransform
numControlTransforms ushort
numDestinations uint
numMaps ushort
numSources uint
pitchBend MIDITransform
programChange MIDITransform
reserved2_1 byte
reserved2_2 byte
reserved2_3 byte
reserved3_1 ushort
reserved3_2 ushort
reserved3_3 ushort
reserved3_4 ushort
source1 MIDIThruConnectionEndpoint
source2 MIDIThruConnectionEndpoint
source3 MIDIThruConnectionEndpoint
source4 MIDIThruConnectionEndpoint
source5 MIDIThruConnectionEndpoint
source6 MIDIThruConnectionEndpoint
source7 MIDIThruConnectionEndpoint
source8 MIDIThruConnectionEndpoint
velocity MIDITransform
version uint

Méthodes publiques

Méthode Description
SetChannelMap ( byte map ) : void
SetDestinationEndpoint ( int i, MIDIThruConnectionEndpoint endpoint ) : void
SetSourceEndpoint ( int i, MIDIThruConnectionEndpoint endpoint ) : void

Method Details

SetChannelMap() public méthode

public SetChannelMap ( byte map ) : void
map byte
Résultat void

SetDestinationEndpoint() public méthode

public SetDestinationEndpoint ( int i, MIDIThruConnectionEndpoint endpoint ) : void
i int
endpoint MIDIThruConnectionEndpoint
Résultat void

SetSourceEndpoint() public méthode

public SetSourceEndpoint ( int i, MIDIThruConnectionEndpoint endpoint ) : void
i int
endpoint MIDIThruConnectionEndpoint
Résultat void

Property Details

channelMap01 public_oe property

public byte channelMap01
Résultat byte

channelMap02 public_oe property

public byte channelMap02
Résultat byte

channelMap03 public_oe property

public byte channelMap03
Résultat byte

channelMap04 public_oe property

public byte channelMap04
Résultat byte

channelMap05 public_oe property

public byte channelMap05
Résultat byte

channelMap06 public_oe property

public byte channelMap06
Résultat byte

channelMap07 public_oe property

public byte channelMap07
Résultat byte

channelMap08 public_oe property

public byte channelMap08
Résultat byte

channelMap09 public_oe property

public byte channelMap09
Résultat byte

channelMap10 public_oe property

public byte channelMap10
Résultat byte

channelMap11 public_oe property

public byte channelMap11
Résultat byte

channelMap12 public_oe property

public byte channelMap12
Résultat byte

channelMap13 public_oe property

public byte channelMap13
Résultat byte

channelMap14 public_oe property

public byte channelMap14
Résultat byte

channelMap15 public_oe property

public byte channelMap15
Résultat byte

channelMap16 public_oe property

public byte channelMap16
Résultat byte

channelPressure public_oe property

public MIDITransform,Monobjc.CoreMIDI channelPressure
Résultat MIDITransform

destination1 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination1
Résultat MIDIThruConnectionEndpoint

destination2 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination2
Résultat MIDIThruConnectionEndpoint

destination3 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination3
Résultat MIDIThruConnectionEndpoint

destination4 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination4
Résultat MIDIThruConnectionEndpoint

destination5 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination5
Résultat MIDIThruConnectionEndpoint

destination6 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination6
Résultat MIDIThruConnectionEndpoint

destination7 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination7
Résultat MIDIThruConnectionEndpoint

destination8 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI destination8
Résultat MIDIThruConnectionEndpoint

filterOutAllControls public_oe property

public byte filterOutAllControls
Résultat byte

filterOutBeatClock public_oe property

public byte filterOutBeatClock
Résultat byte

filterOutMTC public_oe property

public byte filterOutMTC
Résultat byte

filterOutSysEx public_oe property

public byte filterOutSysEx
Résultat byte

filterOutTuneRequest public_oe property

public byte filterOutTuneRequest
Résultat byte

highNote public_oe property

public byte highNote
Résultat byte

highVelocity public_oe property

public byte highVelocity
Résultat byte

keyPressure public_oe property

public MIDITransform,Monobjc.CoreMIDI keyPressure
Résultat MIDITransform

lowNote public_oe property

public byte lowNote
Résultat byte

lowVelocity public_oe property

public byte lowVelocity
Résultat byte

noteNumber public_oe property

public MIDITransform,Monobjc.CoreMIDI noteNumber
Résultat MIDITransform

numControlTransforms public_oe property

public ushort numControlTransforms
Résultat ushort

numDestinations public_oe property

public uint numDestinations
Résultat uint

numMaps public_oe property

public ushort numMaps
Résultat ushort

numSources public_oe property

public uint numSources
Résultat uint

pitchBend public_oe property

public MIDITransform,Monobjc.CoreMIDI pitchBend
Résultat MIDITransform

programChange public_oe property

public MIDITransform,Monobjc.CoreMIDI programChange
Résultat MIDITransform

reserved2_1 public_oe property

public byte reserved2_1
Résultat byte

reserved2_2 public_oe property

public byte reserved2_2
Résultat byte

reserved2_3 public_oe property

public byte reserved2_3
Résultat byte

reserved3_1 public_oe property

public ushort reserved3_1
Résultat ushort

reserved3_2 public_oe property

public ushort reserved3_2
Résultat ushort

reserved3_3 public_oe property

public ushort reserved3_3
Résultat ushort

reserved3_4 public_oe property

public ushort reserved3_4
Résultat ushort

source1 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source1
Résultat MIDIThruConnectionEndpoint

source2 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source2
Résultat MIDIThruConnectionEndpoint

source3 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source3
Résultat MIDIThruConnectionEndpoint

source4 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source4
Résultat MIDIThruConnectionEndpoint

source5 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source5
Résultat MIDIThruConnectionEndpoint

source6 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source6
Résultat MIDIThruConnectionEndpoint

source7 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source7
Résultat MIDIThruConnectionEndpoint

source8 public_oe property

public MIDIThruConnectionEndpoint,Monobjc.CoreMIDI source8
Résultat MIDIThruConnectionEndpoint

velocity public_oe property

public MIDITransform,Monobjc.CoreMIDI velocity
Résultat MIDITransform

version public_oe property

public uint version
Résultat uint