Arduino MIDI Library  Version 5.0.1
MidiInterface< Transport, _Settings, _Platform > Member List

This is the complete list of members for MidiInterface< Transport, _Settings, _Platform >, including all inherited members.

begin(Channel inChannel=1)MidiInterface< Transport, _Settings, _Platform >
beginNrpn(unsigned inNumber, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
beginRpn(unsigned inNumber, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
check() constMidiInterface< Transport, _Settings, _Platform >inline
disconnectCallbackFromType(MidiType inType)MidiInterface< Transport, _Settings, _Platform >inline
endNrpn(Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
endRpn(Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
getChannel() constMidiInterface< Transport, _Settings, _Platform >inline
getChannelFromStatusByte(byte inStatus)MidiInterface< Transport, _Settings, _Platform >inlinestatic
getData1() constMidiInterface< Transport, _Settings, _Platform >inline
getData2() constMidiInterface< Transport, _Settings, _Platform >inline
getFilterMode() constMidiInterface< Transport, _Settings, _Platform >inline
getInputChannel() constMidiInterface< Transport, _Settings, _Platform >inline
getSysExArray() constMidiInterface< Transport, _Settings, _Platform >inline
getSysExArrayLength() constMidiInterface< Transport, _Settings, _Platform >inline
getThruState() constMidiInterface< Transport, _Settings, _Platform >inline
getTransport()MidiInterface< Transport, _Settings, _Platform >inline
getType() constMidiInterface< Transport, _Settings, _Platform >inline
getTypeFromStatusByte(byte inStatus)MidiInterface< Transport, _Settings, _Platform >inlinestatic
isChannelMessage(MidiType inType)MidiInterface< Transport, _Settings, _Platform >inlinestatic
MidiInterface(Transport &)MidiInterface< Transport, _Settings, _Platform >inline
MidiMessage typedefMidiInterface< Transport, _Settings, _Platform >
Platform typedefMidiInterface< Transport, _Settings, _Platform >
read()MidiInterface< Transport, _Settings, _Platform >inline
read(Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
send(const MidiMessage &)MidiInterface< Transport, _Settings, _Platform >inline
send(MidiType inType, DataByte inData1, DataByte inData2, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >
sendActiveSensing()MidiInterface< Transport, _Settings, _Platform >inline
sendAfterTouch(DataByte inPressure, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendAfterTouch(DataByte inNoteNumber, DataByte inPressure, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendClock()MidiInterface< Transport, _Settings, _Platform >inline
sendCommon(MidiType inType, unsigned=0)MidiInterface< Transport, _Settings, _Platform >inline
sendContinue()MidiInterface< Transport, _Settings, _Platform >inline
sendControlChange(DataByte inControlNumber, DataByte inControlValue, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendNoteOff(DataByte inNoteNumber, DataByte inVelocity, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendNoteOn(DataByte inNoteNumber, DataByte inVelocity, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendNrpnDecrement(byte inAmount, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendNrpnIncrement(byte inAmount, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendNrpnValue(unsigned inValue, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendNrpnValue(byte inMsb, byte inLsb, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendPitchBend(int inPitchValue, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendPitchBend(double inPitchValue, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendPolyPressure(DataByte inNoteNumber, DataByte inPressure, Channel inChannel) __attribute__((deprecated))MidiInterface< Transport, _Settings, _Platform >inline
sendProgramChange(DataByte inProgramNumber, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendRealTime(MidiType inType)MidiInterface< Transport, _Settings, _Platform >inline
sendRpnDecrement(byte inAmount, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendRpnIncrement(byte inAmount, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendRpnValue(unsigned inValue, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendRpnValue(byte inMsb, byte inLsb, Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
sendSongPosition(unsigned inBeats)MidiInterface< Transport, _Settings, _Platform >inline
sendSongSelect(DataByte inSongNumber)MidiInterface< Transport, _Settings, _Platform >inline
sendStart()MidiInterface< Transport, _Settings, _Platform >inline
sendStop()MidiInterface< Transport, _Settings, _Platform >inline
sendSysEx(unsigned inLength, const byte *inArray, bool inArrayContainsBoundaries=false)MidiInterface< Transport, _Settings, _Platform >inline
sendSystemReset()MidiInterface< Transport, _Settings, _Platform >inline
sendTick()MidiInterface< Transport, _Settings, _Platform >inline
sendTimeCodeQuarterFrame(DataByte inTypeNibble, DataByte inValuesNibble)MidiInterface< Transport, _Settings, _Platform >inline
sendTimeCodeQuarterFrame(DataByte inData)MidiInterface< Transport, _Settings, _Platform >inline
sendTuneRequest()MidiInterface< Transport, _Settings, _Platform >inline
setHandleActiveSensing(ActiveSensingCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleAfterTouchChannel(AfterTouchChannelCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleAfterTouchPoly(AfterTouchPolyCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleClock(ClockCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleContinue(ContinueCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleControlChange(ControlChangeCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleError(ErrorCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleMessage(void(*fptr)(const MidiMessage &))MidiInterface< Transport, _Settings, _Platform >inline
setHandleNoteOff(NoteOffCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleNoteOn(NoteOnCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandlePitchBend(PitchBendCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleProgramChange(ProgramChangeCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleSongPosition(SongPositionCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleSongSelect(SongSelectCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleStart(StartCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleStop(StopCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleSystemExclusive(SystemExclusiveCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleSystemReset(SystemResetCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleTick(TickCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleTimeCodeQuarterFrame(TimeCodeQuarterFrameCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setHandleTuneRequest(TuneRequestCallback fptr)MidiInterface< Transport, _Settings, _Platform >inline
setInputChannel(Channel inChannel)MidiInterface< Transport, _Settings, _Platform >inline
setThruFilterMode(Thru::Mode inThruFilterMode)MidiInterface< Transport, _Settings, _Platform >inline
Settings typedefMidiInterface< Transport, _Settings, _Platform >
turnThruOff()MidiInterface< Transport, _Settings, _Platform >inline
turnThruOn(Thru::Mode inThruFilterMode=Thru::Full)MidiInterface< Transport, _Settings, _Platform >inline
~MidiInterface()MidiInterface< Transport, _Settings, _Platform >inline