Skip navigation links
A B C D E F G I L M N O P R S T U W 

A

addNotificationListener(CoreMidiNotification) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Adds a notification listener to the listener set maintained by this class
addNotificationListener(CoreMidiNotification) - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Adds a notification listener to the listener set maintained by this class.
available - Static variable in class uk.co.xfactorylibrarians.coremidi4j.Loader
Indicates whether the library was successfully loaded, which implies we are on a Mac and ready to operate.

B

bradleyross.music.CoreMidi4J.tests - package bradleyross.music.CoreMidi4J.tests
 
BUFFER_SIZE - Static variable in class uk.co.xfactorylibrarians.coremidi4j.Loader
How large a buffer should be used for copying the dynamic library out of the jar.
buildDeviceMap() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Builds the device map

C

callbackCount - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Used to count the number of CoreMidi environment change callbacks we have received, so that if additional ones come in while we are delivering callback messages to our listeners, we know to start another round at the end.
client - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider.MidiProperties
 
close() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Closes the Core MIDI Device, which also closes all of its receivers
close() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiReceiver
Closes the MIDI Receiver
close() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Closes the Core MIDI Device, which also closes all its transmitters
close() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
Closes this transmitter, causing it to no longer send MIDI events from its source
closed - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiReceiver
 
closed - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
 
connectSource(CoreMidiSource) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
Connects a source to this input port
constructSysexMessage() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Creates a SYSEX message from the received (potentially partial) messages.
copy(InputStream, File) - Static method in class uk.co.xfactorylibrarians.coremidi4j.Loader
Copies the specified input stream to the specified output file.
CoreMidiClient - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiClient class
CoreMidiClient(String) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Constructor for class
CoreMidiDestination - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiDestination - implementation for MidiDevice that can have any number of receivers but no transmitters.
CoreMidiDestination(CoreMidiDeviceInfo) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Default constructor.
CoreMidiDeviceInfo - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiDeviceInfo class
CoreMidiDeviceInfo(String, String, String, String, String, int, int, String, int, int, String, int, int) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Constructs a CoreMidiDeviceInfo object from the parameters
CoreMidiDeviceProvider - Class in uk.co.xfactorylibrarians.coremidi4j
The OS X CoreMIDI Device Provider
CoreMidiDeviceProvider() - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Class constructor
CoreMidiDeviceProvider.MidiProperties - Class in uk.co.xfactorylibrarians.coremidi4j
 
CoreMidiException - Exception in uk.co.xfactorylibrarians.coremidi4j
CoreMidiException - thrown by the JNI Native Code if errors are detected during processing.
CoreMidiException(String) - Constructor for exception uk.co.xfactorylibrarians.coremidi4j.CoreMidiException
Default constructor
CoreMidiException(String, Throwable) - Constructor for exception uk.co.xfactorylibrarians.coremidi4j.CoreMidiException
Constructor with an underlying cause
CoreMidiInputPort - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiInputPort class
CoreMidiInputPort(int, String) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
Constructor
CoreMidiNotification - Interface in uk.co.xfactorylibrarians.coremidi4j
CoreMidiNotification is a listener interface which is used to register for change notifications when CoreMIDI4J detects changes in the MIDI environment
CoreMidiOutputPort - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiOutputPort
CoreMidiOutputPort(int, String) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiOutputPort
Constructor
CoreMidiReceiver - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiReceiver - used to receive data from the application and send it to the connected device.
CoreMidiReceiver(CoreMidiDestination) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiReceiver
CoreMidiReceiver constructor
CoreMidiSource - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiDevice - a MidiDevice implementation for Apple CoreMIDI
CoreMidiSource(CoreMidiDeviceInfo) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Default constructor.
CoreMidiTransmitter - Class in uk.co.xfactorylibrarians.coremidi4j
CoreMidiTransmitter - used to receive data from the connected device and send it to the application.
CoreMidiTransmitter(CoreMidiSource) - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
CoreMidiTransmitter constructor
createClient(String) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Creates the MIDI Client
createInputPort(int, String) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
Creates a CoreMIDI input port
createOutputPort(int, String) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiOutputPort
Creates a CoreMIDI output port
createTempDirectory() - Static method in class uk.co.xfactorylibrarians.coremidi4j.Loader
Creates the temporary directory used for unpacking the native library.
currentDataIsSingleByte - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 
currentMessage - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 

D

defaultForNull(String, String) - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Substitutes a default value if the value is null
deliverCallbackToListeners() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Check whether we are already in the process of delivering callbacks to our listeners; if not, start a background thread to do so, and at the end of that process, see if additional callbacks were attempted while it was going on.
device - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiReceiver
 
device - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
 
DEVICE_MAP_SIZE - Static variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
 
deviceDisappeared() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Forcibly close because the underlying CoreMIDI device has disappeared.
deviceMap - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider.MidiProperties
 
deviceName - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
deviceReference - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
deviceUniqueID - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
disconnectSource(CoreMidiSource) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
Disconnects a source from input port
disposeClient(int) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Disposes of a CoreMIDI Client

E

endPointName - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
endPointReference - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
endPointUniqueID - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
entityName - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
entityReference - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
entityUniqueID - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
 
expectedDataLength(byte) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Determine how many data bytes are expected for a given MIDI message other than a SYSEX message, which varies.

F

firstDataByte - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 

G

getDestination(int) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the specified MIDI Destination EndPoint (JNI).
getDevice(MidiDevice.Info) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the MidiDevice specified by the supplied MidiDevice.Info structure
getDeviceInfo() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Gets the MIDI Info object
getDeviceInfo() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets information on the installed Core MIDI Devices
getDeviceInfo() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Gets the MIDI Info object
getDeviceName() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the device name
getDeviceReference() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the deviceReference value
getdeviceUniqueID() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the OS X unique identifier for the device
getEndPointName() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the endPoint name
getEndPointReference() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the endPointReference value
getEndPointUniqueID() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the OS X unique identifier for the end point
getEntityName() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the entity name
getEntityReference() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the entityReference value
getEntityUniqueID() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets the OS X unique identifier for the entity
getHexString(byte[]) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Formats the provided data into a HEX string, which is useful for debugging
getInformationString() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Gets a string describing the device
getLibraryVersion() - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Determine the version of the library which is being used.
getMaxReceivers() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Gets the maximum number of receivers that can be attached to this device.
getMaxReceivers() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Gets the maximum number of receivers that can be attached to this device.
getMaxTransmitters() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Gets the maximum number of transmitters that can be attached to this device.
getMaxTransmitters() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Gets the maximum number of transmitters that can be attached to this device.
getMicrosecondPosition() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Obtains the time in microseconds that has elapsed since this MIDI Device was opened.
getMicrosecondPosition() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Obtains the time in microseconds that has elapsed since this MIDI Device was opened.
getMicroSecondTime() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Obtains the current system time in microseconds.
getMicroSecondTime() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Obtains the current system time in microseconds.
getMIDIClient() - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the CoreMidiClient object
getMidiDevice() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiReceiver
Gets the MIDI Device that this receiver is attached to
getMidiDevice() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
Gets the MIDI Device that this receiver is attached to
getMidiDeviceInfo() - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Obtains an array of information objects representing the set of all working MIDI devices available on the system.
getMidiDeviceInfo(int) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets a MidiDevice.Info class for the specified reference (JNI).
getNumberOfDestinations() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the number of destinations supported by the system
getNumberOfSources() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the number of sources supported by the system
getOutputPort() - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the output port
getReceiver() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Creates and returns a MIDI Receiver for use with this Device
getReceiver() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Creates and returns a MIDI Receiver for use with this Device
getReceiver() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
Gets the receiver set on this transmitter
getReceivers() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Gets a list of receivers connected to the device
getReceivers() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Gets a list of receivers connected to the device
getSource(int) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the specified MIDI Source EndPoint
getStartTime() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Obtains the time in microseconds at which this MIDI Device was opened.
getTransmitter() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Gets a transmitter for this device (which is also added to the internal list
getTransmitter() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Gets a transmitter for this device (which is also added to the internal list)
getTransmitters() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Gets the list of transmitters registered with this MIDI device
getTransmitters() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Gets the list of transmitters registered with this MIDI device
getUniqueID() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceInfo
Deprecated.
getUniqueID(int) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Gets the unique ID for an object reference (JNI).

I

info - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
 
info - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 
initialise() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Initialises the system
input - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 
inputPortCreate(String) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Creates a new CoreMidiInputPort
isAvailable() - Static method in class uk.co.xfactorylibrarians.coremidi4j.Loader
Checks whether CoreMidi4J is available on the current system, in other words whether it is a Mac OS X system and the native library was loaded successfully.
isDeviceSupported(MidiDevice.Info) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Checks to see if the required device is supported by this MidiDeviceProvider
isLibraryLoaded() - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Check whether we have been able to load the native library.
isMacOSX() - Static method in class uk.co.xfactorylibrarians.coremidi4j.Loader
Check that we are running on Mac OS X.
isOpen - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
 
isOpen() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Checks to see if the MIDI Device is open
isOpen - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 
isOpen() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Checks to see if the MIDI Device is open
isRealTimeMessage(byte) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Checks whether a status byte represents a real-time message, which can occur even in the middle of another multi-byte message.
isRunningStatusMessage(int) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Checks whether a status byte represents a running-status message, which means that multiple messages can be sent without re-sending the status byte, for example to support multiple note-on messages in a row by simply sending a stream of data byte pairs after the note-on status byte.

L

load() - Static method in class uk.co.xfactorylibrarians.coremidi4j.Loader
Tries to load our native library.
loaded - Static variable in class uk.co.xfactorylibrarians.coremidi4j.Loader
Indicates whether we have tried to load the library.
Loader - Class in uk.co.xfactorylibrarians.coremidi4j
Loads the native library when we are running on a Mac.
Loader() - Constructor for class uk.co.xfactorylibrarians.coremidi4j.Loader
Prevent instantiation.
locateLibrary() - Static method in class uk.co.xfactorylibrarians.coremidi4j.Loader
Locates the native library, extracting a temporary copy from our jar it does not already exist in the file system.

M

memoryHandle - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
For each connection to an OSX EndPoint, some data is allocated on the native side.
messageCallback(long, int, byte[]) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
The message callback for receiving midi data from the JNI code
midiClientReference - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
 
midiPortConnectSource(int, CoreMidiSource) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
Connects a source end point to a MIDI input
midiPortDisconnectSource(int, long, CoreMidiSource) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
Disconnects a source end point to a MIDI input
midiPortReference - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiInputPort
The OSX MIDI port reference
midiPortReference - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiOutputPort
 
midiProperties - Static variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
 
MidiProperties() - Constructor for class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider.MidiProperties
 
midiSystemUpdated() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Called when a change in the MIDI environment occurs
midiSystemUpdated() - Method in interface uk.co.xfactorylibrarians.coremidi4j.CoreMidiNotification
Called when a notification occurs
mostRecentDeviceProvider - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Keeps track of the latest CoreMidiDeviceProvider added to our listener list; this is the only one that we want to call when the MIDI environment changes, since we only need to update the device map once, and Java creates a vast number of instances of our device provider.

N

NATIVE_LIBRARY_NAME - Static variable in class uk.co.xfactorylibrarians.coremidi4j.Loader
The file name of our native library.
notificationListeners - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
 
notifyCallback() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
The message callback for receiving notifications about changes in the MIDI environment from the JNI code

O

open() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Opens the Core MIDI Device
open() - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Opens the Core MIDI Device
output - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider.MidiProperties
 
outputPortCreate(String) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Creates a new CoreMidiOutputPort

P

processSysexData(int, byte[], int, long) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Called when a SYSEX message is being received, either because an F0 byte has been seen at the start of a message, which starts the process of gathering a SYSEX potentially across multiple packets, or because a new packet has been received while we are still in the process of gathering bytes of a SYSEX which was started in a previous message.

R

receiver - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
 
receiverClosed(CoreMidiReceiver) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Reacts to the closing of a receiver by removing it from the set of active receivers
receivers - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
 
removeNotificationListener(CoreMidiNotification) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
Removes a notification listener from the listener set maintained by this class
removeNotificationListener(CoreMidiNotification) - Static method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDeviceProvider
Removes a notification listener from the listener list maintained by this class
runningCallbacks - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiClient
The message callback for receiving notifications about changes in the MIDI environment from the JNI code.

S

send(int, MidiMessage, long) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiOutputPort
Sends a MIDI message on this output port to the specified destination end point
send(MidiMessage, long) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiReceiver
Sends a MIDI message
sendMidiMessage(int, int, MidiMessage, long) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiOutputPort
Transmits a MIDI message to the OSX CoreMidi device
setReceiver(Receiver) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiTransmitter
Sets a receiver on this transmitter
startTime - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
 
startTime - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 
sysexMessageData - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 
sysexMessageLength - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 

T

tempDir - Static variable in class uk.co.xfactorylibrarians.coremidi4j.Loader
The temporary directory we will use to extract the native library.
transmitMessage(MidiMessage, long) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Sends a MIDI message to all of the registered transmitters
transmitterClosed(CoreMidiTransmitter) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Reacts to the closing of a transmitter by removing it from the set of active transmitters
transmitters - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 

U

uk.co.xfactorylibrarians.coremidi4j - package uk.co.xfactorylibrarians.coremidi4j
A set of classes for enabling the javax.sound.midi package to interact with CoreData on Mac OS X.
updateDeviceInfo(CoreMidiDeviceInfo) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiDestination
Changes the MIDI Info object; can only be done by this package as a result of a MIDI environment change event.
updateDeviceInfo(CoreMidiDeviceInfo) - Method in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
Changes the MIDI Info object; can only be done by this package as a result of a MIDI environment change event.

W

wasFirstByteReceived - Variable in class uk.co.xfactorylibrarians.coremidi4j.CoreMidiSource
 
A B C D E F G I L M N O P R S T U W 
Skip navigation links

Copyright © 2017. All rights reserved.