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

G

get(String) - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets a child of this Folder.
get(Object) - Method in class com.moppyandroid.main.service.MidiLibrary
Gets the MidiLibrary.MapNode associated with the provided name.
get(int) - Method in class jp.kshoji.javax.sound.midi.Track
Get specified index of MidiEvent
getActions() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the currently available PlaybackStateCompat actions.
getAlbum() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the album this MidiFile belongs to.
getArtist() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the artist of this MidiFile.
getAvailableInstruments() - Method in interface jp.kshoji.javax.sound.midi.Synthesizer
Get the all available Instruments
getAvailableSerials() - Static method in class com.moppy.core.comms.bridge.BridgeSerial
 
getBank() - Method in class jp.kshoji.javax.sound.midi.Patch
Get the bank of Patch
getByteLength() - Method in class jp.kshoji.javax.sound.midi.MidiFileFormat
Get the length of MidiFileFormat
getChannel() - Method in class jp.kshoji.javax.sound.midi.ShortMessage
Get the channel of this message.
getChannelPressure() - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getChannelPressure() - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Channel pressure' status of the MidiChannel
getChannels() - Method in interface jp.kshoji.javax.sound.midi.Synthesizer
Get the all of MidiChannels
getChildren() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets all of the children of this Folder.
getChildren() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Gets all of the children of this MapNode.
getChildren() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Always returns null.
getChildrenCount() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets the number children this Folder has.
getChildrenCount() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Gets the number of children this MapNode contains.
getChildrenCount() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Always returns -1.
getChildrenRecursive() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Recursively gets all the dead-end children of this Folder.
getChildrenRecursive() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Recursively gets all the children of this MapNode, including those contained in MidiLibrary.Folder-like structures stored in this MapNode.
getChildrenRecursive() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Always returns null.
getCommand() - Method in class jp.kshoji.javax.sound.midi.ShortMessage
Get the kind of command for this message.
getConnectedIdentifiers() - Method in class com.moppyandroid.main.service.MoppyUsbManager
Retrieves the list of the identifiers for all connected bridges
getConnectionOptions() - Method in class com.moppy.core.comms.bridge.BridgeSerial
 
getConnectionOptions() - Method in class com.moppy.core.comms.bridge.BridgeUDP
 
getConnectionOptions() - Method in class com.moppy.core.comms.bridge.MultiBridge
 
getConnectionOptions() - Method in class com.moppy.core.comms.bridge.NetworkBridge
 
getController(int) - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getController(int) - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Controller' status of the MidiChannel
getCurrentSong() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the currently-playing song.
getCurrTempoMPQ() - Method in class jp.kshoji.javax.sound.midi.MidiUtils.TempoCache
 
getData() - Method in class com.moppy.core.status.StatusUpdate
 
getData() - Method in class jp.kshoji.javax.sound.midi.MetaMessage
Get the data of MetaMessage
getData() - Method in class jp.kshoji.javax.sound.midi.SoundbankResource
Get the data of SoundbankResource
getData() - Method in class jp.kshoji.javax.sound.midi.SysexMessage
Get the SysEx data.
getData1() - Method in class jp.kshoji.javax.sound.midi.ShortMessage
Get the first data for this message.
getData2() - Method in class jp.kshoji.javax.sound.midi.ShortMessage
Get the second data for this message.
getDataClass() - Method in class jp.kshoji.javax.sound.midi.SoundbankResource
Get the class of data(obtained by SoundbankResource.getData()
getDataLength(int) - Static method in class jp.kshoji.javax.sound.midi.ShortMessage
Get data length of MIDI message from MIDI event status
getDefaultSoundbank() - Method in interface jp.kshoji.javax.sound.midi.Synthesizer
Get the default Soundbank
getDescription() - Method in class jp.kshoji.javax.sound.midi.MidiDevice.Info
Get the description of MidiDevice
getDescription() - Method in interface jp.kshoji.javax.sound.midi.Soundbank
Get the description string
getDevice(MidiDevice.Info) - Method in class jp.kshoji.javax.sound.midi.spi.MidiDeviceProvider
Get the MidiDevice from the specified information
getDeviceAddress() - Method in class com.moppy.core.comms.MoppyMessage
Returns target device address from the message
getDeviceAddress() - Method in class com.moppy.core.device.DeviceDescriptor
 
getDeviceInfo(String) - Method in class com.moppyandroid.main.service.MoppyUsbManager
Uses the identifier of a device to get the associated UsbDevice, which should only be used to find information about the device.
getDeviceInfo() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getDeviceInfo() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the device information
getDeviceInfo() - Method in class jp.kshoji.javax.sound.midi.spi.MidiDeviceProvider
Get the all of MidiDevice.Info
getDeviceInfoForAll() - Method in class com.moppyandroid.main.service.MoppyUsbManager
Retrieves the associated UsbDevice instance for all devices, which should only be used to find information about the device.
getDevices() - Method in class com.moppyandroid.main.service.MoppyUsbManager
Retrieves the list of bridge identifiers that are available for connection.
getDivisionType() - Method in class jp.kshoji.javax.sound.midi.MidiFileFormat
Get the division type of MidiFileFormat
getDivisionType() - Method in class jp.kshoji.javax.sound.midi.Sequence
Obtains the timing division type for this sequence.
getDropDownView(int, View, ViewGroup) - Method in class com.moppyandroid.main.MidiSpinnerAdapter
Triggered when a dropdown entry is created.
getDuration() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the duration (in milliseconds) of this MidiFile.
getFoldersRecursive() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets all of the subfolders contained in this Folder.
getIconUri() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets the URI of the icon this Folder uses.
getIndex() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the index of the playing song in the full music queue.
getIndexOf(MidiPortInfoWrapper) - Method in class com.moppyandroid.main.MidiSpinnerAdapter
Gets the index of the first entry for the specified MidiPortInfoWrapper.
getInputReceiver() - Method in class com.moppyandroid.main.service.MoppyManager
Gets the Receiver that can be used to send MIDI messages to Moppy.
getInputReceiver() - Method in class com.moppyandroid.main.service.MoppyMediaService
Gets the Receiver that can be used to send MIDI messages to Moppy.
getInstrument(Patch) - Method in interface jp.kshoji.javax.sound.midi.Soundbank
Get the Instrument
getInstruments() - Method in interface jp.kshoji.javax.sound.midi.Soundbank
Get all of Instruments
getItemCount() - Method in class com.moppyandroid.main.BrowserAdapter
Gets the size of the data set.
getItemCount() - Method in class com.moppyandroid.main.DeviceAdapter
Gets the size of the data set.
getItemCount() - Method in class com.moppyandroid.main.LibraryAdapter
Gets the size of the data set.
getItemCount() - Method in class com.moppyandroid.main.PathAdapter
Gets the size of the data set.
getItemCount() - Method in class com.moppyandroid.main.QueueAdapter
Gets the size of the data set.
getKeys() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets the names of all direct children of this Folder.
getKeys() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Gets the names of all direct children of this MapNode.
getKeys() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Always returns null.
getKeysRecursive() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Recursively gets the names of all dead-end children children of this Folder.
getKeysRecursive() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Recursively gets the names of all the children of this MapNode, including those contained in MidiLibrary.Folder-like structures stored in this MapNode.
getKeysRecursive() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Always returns null.
getLatency() - Method in interface jp.kshoji.javax.sound.midi.Synthesizer
Get the latency in microseconds
getLength() - Method in class jp.kshoji.javax.sound.midi.MidiMessage
Get the length of the MidiMessage
getLoadedFile() - Method in class com.moppyandroid.main.service.MoppyManager
Gets the currently loaded MidiLibrary.MidiFile.
getLoadedInstruments() - Method in interface jp.kshoji.javax.sound.midi.Synthesizer
Get the all loaded Instruments
getLoopCount() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getLoopCount() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the count of loop.
getLoopEndPoint() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getLoopEndPoint() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the end point(ticks) of loop.
getLoopStartPoint() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getLoopStartPoint() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get start point(ticks) of loop.
getMappers() - Method in class com.moppy.core.events.mapper.MapperCollection
 
getMasterSyncMode() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getMasterSyncMode() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the Sequencer.SyncMode for master.
getMasterSyncModes() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getMasterSyncModes() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the available Sequencer.SyncMode for master.
getMaxPolyphony() - Method in interface jp.kshoji.javax.sound.midi.Synthesizer
Get the maximum count of polyphony
getMaxReceivers() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getMaxReceivers() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the number of the Receivers.
getMaxSubAddress() - Method in class com.moppy.core.device.DeviceDescriptor
 
getMaxTransmitters() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getMaxTransmitters() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the number of the Transmitters.
getMediaBrowser() - Method in class com.moppyandroid.main.DeviceSelectorDialog
Retrieves the MediaBrowserCompat this DeviceSelectorDialog uses to manage devices.
getMessage() - Method in class jp.kshoji.javax.sound.midi.MidiEvent
Get the MidiDevice of this MidiEvent
getMessage() - Method in class jp.kshoji.javax.sound.midi.MidiMessage
Get the message source data
getMessageBody() - Method in class com.moppy.core.comms.MoppyMessage
Returns the body of the message which includes the command byte and any additional bytes of command payload
getMessageBytes() - Method in class com.moppy.core.comms.MoppyMessage
Returns raw bytes that make up the message
getMessageCommandByte() - Method in class com.moppy.core.comms.MoppyMessage
 
getMessageCommandPayload() - Method in class com.moppy.core.comms.MoppyMessage
Returns just the variable command payload at the end of the message (may be zero-length!)
getMetadata() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets the metadata of this Folder.
getMetadata() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Gets the metadata of this MapNode.
getMetadata() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the metadata of this MidiFile.
getMicrosecondLength() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getMicrosecondLength() - Method in class jp.kshoji.javax.sound.midi.MidiFileFormat
Get the length in microseconds of MidiFileFormat
getMicrosecondLength() - Method in class jp.kshoji.javax.sound.midi.Sequence
Obtains the duration of this sequence, expressed in microseconds.
getMicrosecondLength() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the Sequence length in microseconds.
getMicrosecondPosition() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getMicrosecondPosition() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the MidiDevice's timeStamp.
getMicrosecondPosition() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the current microsecond position.
getMidiDevice() - Method in interface jp.kshoji.javax.sound.midi.MidiDeviceReceiver
Get the MidiDevice associated with this instance.
getMidiDevice() - Method in interface jp.kshoji.javax.sound.midi.MidiDeviceTransmitter
Get the MidiDevice associated with this instance.
getMidiDevice(MidiDevice.Info) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get MidiDevice by device information
getMidiDeviceInfo() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get all connected MidiDevice.Info as array
getMidiFileFormat(InputStream) - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileReader
 
getMidiFileFormat(URL) - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileReader
 
getMidiFileFormat(File) - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileReader
 
getMidiFileFormat(File) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the MidiFileFormat information of the specified File.
getMidiFileFormat(InputStream) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the MidiFileFormat information in the specified input stream.
getMidiFileFormat(URL) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the MidiFileFormat information in the specified URL.
getMidiFileFormat(File) - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileReader
Get the MidiFileFormat from the specified file
getMidiFileFormat(InputStream) - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileReader
Get the MidiFileFormat from the specified stream
getMidiFileFormat(URL) - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileReader
Get the MidiFileFormat from the specified URL
getMidiFileTypes() - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileWriter
 
getMidiFileTypes(Sequence) - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileWriter
 
getMidiFileTypes() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the set of SMF types that the library can write
getMidiFileTypes(Sequence) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the set of SMF types that the library can write from the Sequence
getMidiFileTypes() - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileWriter
Get the all of the file types ID
getMidiFileTypes(Sequence) - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileWriter
Get the all of the file types ID on the specified Sequence
getMidiLibrary(Context) - Static method in class com.moppyandroid.main.service.MidiLibrary
Factory method for creating a MIDI library.
getMidiLibraryAsync(Context, MidiLibrary.Callback) - Static method in class com.moppyandroid.main.service.MidiLibrary
 
getMillisecondsLength() - Method in class com.moppy.core.midi.MoppyMIDISequencer
 
getMillisecondsLength() - Method in class com.moppyandroid.main.service.MoppyManager
Uses the calculations of the loaded Sequence to get the song length.
getMillisecondsPosition() - Method in class com.moppy.core.midi.MoppyMIDISequencer
 
getMillisecondsPosition() - Method in class com.moppyandroid.main.service.MoppyManager
Gets the current position within the loaded song.
getMinSubAddress() - Method in class com.moppy.core.device.DeviceDescriptor
 
getMono() - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getMono() - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Mono' status of the MidiChannel
getMute() - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getMute() - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Mute' status of the MidiChannel
getName() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets the name of this Folder.
getName() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Gets the name of this MapNode.
getName() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the name of this MidiFile.
getName() - Method in class com.moppyandroid.main.service.MidiPortInfoWrapper
Gets the name of this port.
getName() - Method in class jp.kshoji.javax.sound.midi.MidiDevice.Info
Get the name of MidiDevice
getName() - Method in interface jp.kshoji.javax.sound.midi.Soundbank
Get the name of Soundbank
getName() - Method in class jp.kshoji.javax.sound.midi.SoundbankResource
Get the name of SoundbankResource
getNameGlobal() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets the fully-qualified name of this Folder.
getNameGlobal() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Gets the fully-qualified name of this MapNode.
getNameGlobal() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the fully-qualified name of this MidiFile.
getNetworkAddress() - Method in class com.moppy.core.device.DeviceDescriptor
 
getNetworkIdentifier() - Method in class com.moppy.core.comms.bridge.BridgeSerial
 
getNetworkIdentifier() - Method in class com.moppy.core.comms.bridge.BridgeUDP
 
getNetworkIdentifier() - Method in class com.moppy.core.comms.bridge.MultiBridge
 
getNetworkIdentifier() - Method in class com.moppy.core.comms.bridge.NetworkBridge
 
getNetworkIdentifier() - Method in class com.moppy.core.comms.NetworkReceivedMessage
 
getNetworkType() - Method in class com.moppy.core.comms.NetworkReceivedMessage
 
getNextSongCount() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the number of songs forward in the queue, equivalent to the number of times MusicQueue.skipToNext() can be successfully called.
getNumberConnected() - Method in class com.moppyandroid.main.service.MoppyUsbManager
Retrieves the number of connected bridges.
getOmni() - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getOmni() - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Omni' status of the MidiChannel
getParent() - Method in class com.moppyandroid.main.service.MidiPortInfoWrapper
Gets the parent MidiDeviceInfo of this port.
getParentName() - Method in class com.moppyandroid.main.service.MidiLibrary.Folder
Gets the fully-qualified name of this Folder's parent.
getParentName() - Method in interface com.moppyandroid.main.service.MidiLibrary.MapNode
Returns the fully-qualified name of this MapNode's parent, or null if the MapNode doesn't have a parent.

To expand on the example provided at MidiLibrary.MapNode.getNameGlobal(), getParentName would return ROOT_FOLDER/Music/Folk/Korobeiniki.
getParentName() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the fully-qualified name of this MidiFile's parent.
getParentName() - Method in class com.moppyandroid.main.service.MidiPortInfoWrapper
Gets the name of the parent MidiDeviceInfo of this port.
getPatch() - Method in class jp.kshoji.javax.sound.midi.Instrument
Get the patch of the Instrument
getPatchList() - Method in class jp.kshoji.javax.sound.midi.Sequence
Obtains a list of patches referenced in this sequence.
getPath() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the device path this file was found in.
getPitchBend() - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getPitchBend() - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Pitch bend' status of the MidiChannel
getPolyPressure(int) - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getPolyPressure(int) - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Poly pressure' status of the MidiChannel
getPortIndex() - Method in class com.moppyandroid.main.service.MidiPortInfoWrapper
Gets the index of this port in the array returned with the parent MidiDeviceInfo's getPorts() method.
getPortNumber() - Method in class com.moppyandroid.main.service.MidiPortInfoWrapper
Gets the number of this port within either the input or output port lists of the parent MidiDeviceInfo (i.e.
getPreviousSongCount() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the number of songs backward in the queue, equivalent to the number of times MusicQueue.skipToPrevious() can be successfully called.
getPrimaryBridge() - Method in class com.moppyandroid.main.service.MoppyUsbManager
Retrieves the MultiBridge this MoppyUsbManager manages.
getProgram() - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getProgram() - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Program' status of the MidiChannel
getProgram() - Method in class jp.kshoji.javax.sound.midi.Patch
Get the program of Patch
getProperty(String) - Method in class jp.kshoji.javax.sound.midi.MidiFileFormat
Get the property of MidiFileFormat
getQueueSize() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the total size of the current music queue.
getQueueSublist(int, int) - Method in class com.moppyandroid.main.service.MusicQueue
Gets a section of the current music queue between fromIndex (inclusive) and toIndex (exclusive).
getReceiver() - Method in class com.moppyandroid.main.service.MidiForwarder
Gets the current Receiver that MidiMessages are forwarded to.
getReceiver() - Method in class com.moppyandroid.main.service.MidiTransmitterAdapter
Get the Receiver for this Transmitter
getReceiver() - Method in class com.moppyandroid.main.service.MoppyManager
Gets the ReceiverDispatcher that messages are forwarded to.
getReceiver() - Method in class com.moppyandroid.main.service.MoppyMediaService
Gets the Receiver that messages are forwarded to.
getReceiver() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getReceiver() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the default Receiver.
getReceiver() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the first detected Receiver
getReceiver() - Method in interface jp.kshoji.javax.sound.midi.Transmitter
Get the Receiver for this Transmitter
getReceivers() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getReceivers() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the all of Receivers.
getReceivers() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem.MidiSystemUtils
Get currently connected Receivers
getRemoteIdentifier() - Method in class com.moppy.core.comms.NetworkReceivedMessage
 
getResolution() - Method in class jp.kshoji.javax.sound.midi.MidiFileFormat
Get the resolution of MidiFileFormat
getResolution() - Method in class jp.kshoji.javax.sound.midi.Sequence
Obtains the timing resolution for this sequence.
getResources() - Method in interface jp.kshoji.javax.sound.midi.Soundbank
Get all of SoundbankResources
getSecondsLength() - Method in class com.moppy.core.midi.MoppyMIDISequencer
 
getSecondsPosition() - Method in class com.moppy.core.midi.MoppyMIDISequencer
 
getSequence() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getSequence(InputStream) - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileReader
 
getSequence(URL) - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileReader
 
getSequence(File) - Method in class jp.kshoji.javax.sound.midi.io.StandardMidiFileReader
 
getSequence(File) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get a Sequence from the specified File.
getSequence(InputStream) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get a Sequence from the specified input stream.
getSequence(URL) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get a Sequence from the specified URL.
getSequence() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the Sequence
getSequence(File) - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileReader
Get the Sequence from the specified file
getSequence(InputStream) - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileReader
Get the Sequence from the specified stream
getSequence(URL) - Method in class jp.kshoji.javax.sound.midi.spi.MidiFileReader
Get the Sequence from the specified URL
getSequencer() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the default Sequencer, connected to a default device.
getSequencer(boolean) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the default Sequencer, optionally connected to a default device.
getService() - Method in class com.moppyandroid.main.service.MoppyMediaService.Binder
 
getSlaveSyncMode() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getSlaveSyncMode() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the Sequencer.SyncMode for slave.
getSlaveSyncModes() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getSlaveSyncModes() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the available Sequencer.SyncMode for slave.
getSolo() - Method in class jp.kshoji.javax.sound.midi.impl.MidiChannelImpl
 
getSolo() - Method in interface jp.kshoji.javax.sound.midi.MidiChannel
Get 'Solo' status of the MidiChannel
getSoundbank(File) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Obtain Soundbank from File
not implemented.
getSoundbank(InputStream) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Obtain Soundbank from InputStream
not implemented.
getSoundbank(URL) - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Obtain Soundbank from URL
not implemented.
getSoundbank() - Method in class jp.kshoji.javax.sound.midi.SoundbankResource
Get the Soundbank
getSoundbank(File) - Method in class jp.kshoji.javax.sound.midi.spi.SoundbankReader
Get the Soundbank from the specified File
getSoundbank(InputStream) - Method in class jp.kshoji.javax.sound.midi.spi.SoundbankReader
Get the Soundbank from the specified InputStream
getSoundbank(URL) - Method in class jp.kshoji.javax.sound.midi.spi.SoundbankReader
Get the Soundbank from the specified URL
getStatus() - Method in class jp.kshoji.javax.sound.midi.MidiMessage
Get the status of the MidiMessage
getSubAddress() - Method in class com.moppy.core.comms.MoppyMessage
 
getSynthesizer() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
getTempoFactor() - Method in class com.moppy.core.midi.MoppyMIDISequencer
 
getTempoFactor() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTempoFactor() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the tempo factor.
getTempoInBPM() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTempoInBPM() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the tempo in the Beats per minute.
getTempoInMPQ() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTempoInMPQ() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the tempos in the microseconds per quarter note.
getTempoMPQ(MidiMessage) - Static method in class jp.kshoji.javax.sound.midi.MidiUtils
parses this message for a META tempo message and returns the tempo in MPQ, or -1 if this isn't a tempo message
getTempoMPQAt(long) - Method in class jp.kshoji.javax.sound.midi.MidiUtils.TempoCache
 
getTempoMPQAt(long, float) - Method in class jp.kshoji.javax.sound.midi.MidiUtils.TempoCache
 
getTick() - Method in class jp.kshoji.javax.sound.midi.MidiEvent
Get the timeStamp in tick
getTickLength() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTickLength() - Method in class jp.kshoji.javax.sound.midi.Sequence
Obtains the duration of this sequence, expressed in MIDI ticks.
getTickLength() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the Sequence length in ticks.
getTickPosition() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTickPosition() - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get the current tick position.
getTrackMute(int) - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTrackMute(int) - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get if the track is mute on the playback.
getTracks() - Method in class jp.kshoji.javax.sound.midi.Sequence
Obtains an array containing all the tracks in this sequence.
getTrackSolo(int) - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTrackSolo(int) - Method in interface jp.kshoji.javax.sound.midi.Sequencer
Get if the track is solo on the playback.
getTransmitter() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTransmitter() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the default Transmitter.
getTransmitter() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem
Get the first detected Transmitter
getTransmitters() - Method in class jp.kshoji.javax.sound.midi.impl.SequencerImpl
 
getTransmitters() - Method in interface jp.kshoji.javax.sound.midi.MidiDevice
Get the all of Transmitters.
getTransmitters() - Static method in class jp.kshoji.javax.sound.midi.MidiSystem.MidiSystemUtils
Get currently connected Transmitters
getType() - Method in class com.moppy.core.status.StatusUpdate
 
getType() - Method in class com.moppyandroid.main.service.MidiPortInfoWrapper
Gets the type of this port, either MidiDeviceInfo.PortInfo.TYPE_INPUT or MidiDeviceInfo.PortInfo.TYPE_OUTPUT depending on if this MIDI port receives or sends MIDI messages.
getType() - Method in class jp.kshoji.javax.sound.midi.MetaMessage
Get the type of MetaMessage
getType() - Method in class jp.kshoji.javax.sound.midi.MidiFileFormat
Get the type of MidiFileFormat
getUri() - Method in class com.moppyandroid.main.service.MidiLibrary.MidiFile
Gets the Uri of this MidiFile.
getVendor() - Method in class jp.kshoji.javax.sound.midi.MidiDevice.Info
Get the vendor of MidiDevice
getVendor() - Method in interface jp.kshoji.javax.sound.midi.Soundbank
Get the vendor string
getVersion() - Method in class jp.kshoji.javax.sound.midi.MidiDevice.Info
Get the version of MidiDevice
getVersion() - Method in interface jp.kshoji.javax.sound.midi.Soundbank
Get the version string
getView(int, View, ViewGroup) - Method in class com.moppyandroid.main.MidiSpinnerAdapter
Triggered when an entry is created.
getVoiceStatus() - Method in interface jp.kshoji.javax.sound.midi.Synthesizer
Get the current VoiceStatus of the Synthesizer
getWindowIndex() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the index of the playing item in the current window of the music queue.
getWindowOffset() - Method in class com.moppyandroid.main.service.MusicQueue
Gets the offset of the current window in the full music queue.
gotSystemPing() - Method in class com.moppy.core.device.MoppyDevice
Override to respond to system pings
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links