Loading...
Searching...
No Matches
MidiMessage Member List

This is the complete list of members for MidiMessage, including all inherited members.

addToTimeStamp(double delta) noexceptMidiMessage
aftertouchChange(int channel, int noteNumber, int aftertouchAmount) noexceptMidiMessagestatic
allControllersOff(int channel) noexceptMidiMessagestatic
allNotesOff(int channel) noexceptMidiMessagestatic
allSoundOff(int channel) noexceptMidiMessagestatic
channelPressureChange(int channel, int pressure) noexceptMidiMessagestatic
controllerEvent(int channel, int controllerType, int value) noexceptMidiMessagestatic
createSysExMessage(const void *sysexData, int dataSize)MidiMessagestatic
createSysExMessage(Span< const std::byte > data)MidiMessagestatic
endOfTrack() noexceptMidiMessagestatic
floatValueToMidiByte(float valueBetween0and1) noexceptMidiMessagestatic
fps24 enum valueMidiMessage
fps25 enum valueMidiMessage
fps30 enum valueMidiMessage
fps30drop enum valueMidiMessage
fullFrame(int hours, int minutes, int seconds, int frames, SmpteTimecodeType timecodeType)MidiMessagestatic
getAfterTouchValue() const noexceptMidiMessage
getChannel() const noexceptMidiMessage
getChannelPressureValue() const noexceptMidiMessage
getControllerName(int controllerNumber)MidiMessagestatic
getControllerNumber() const noexceptMidiMessage
getControllerValue() const noexceptMidiMessage
getDescription() constMidiMessage
getFloatVelocity() const noexceptMidiMessage
getFullFrameParameters(int &hours, int &minutes, int &seconds, int &frames, SmpteTimecodeType &timecodeType) const noexceptMidiMessage
getGMInstrumentBankName(int midiBankNumber)MidiMessagestatic
getGMInstrumentName(int midiInstrumentNumber)MidiMessagestatic
getKeySignatureNumberOfSharpsOrFlats() const noexceptMidiMessage
getMessageLengthFromFirstByte(uint8 firstByte) noexceptMidiMessagestatic
getMetaEventData() const noexceptMidiMessage
getMetaEventLength() const noexceptMidiMessage
getMetaEventType() const noexceptMidiMessage
getMidiChannelMetaEventChannel() const noexceptMidiMessage
getMidiMachineControlCommand() const noexceptMidiMessage
getMidiNoteInHertz(int noteNumber, double frequencyOfA=440.0) noexceptMidiMessagestatic
getMidiNoteName(int noteNumber, bool useSharps, bool includeOctaveNumber, int octaveNumForMiddleC)MidiMessagestatic
getNoteNumber() const noexceptMidiMessage
getPitchWheelValue() const noexceptMidiMessage
getProgramChangeNumber() const noexceptMidiMessage
getQuarterFrameSequenceNumber() const noexceptMidiMessage
getQuarterFrameValue() const noexceptMidiMessage
getRawData() const noexceptMidiMessage
getRawDataSize() const noexceptMidiMessage
getRhythmInstrumentName(int midiNoteNumber)MidiMessagestatic
getSongPositionPointerMidiBeat() const noexceptMidiMessage
getSysExData() const noexceptMidiMessage
getSysExDataSize() const noexceptMidiMessage
getSysExDataSpan() const noexceptMidiMessage
getTempoMetaEventTickLength(short timeFormat) const noexceptMidiMessage
getTempoSecondsPerQuarterNote() const noexceptMidiMessage
getTextFromTextMetaEvent() constMidiMessage
getTimeSignatureInfo(int &numerator, int &denominator) const noexceptMidiMessage
getTimeStamp() const noexceptMidiMessage
getVelocity() const noexceptMidiMessage
isActiveSense() const noexceptMidiMessage
isAftertouch() const noexceptMidiMessage
isAllNotesOff() const noexceptMidiMessage
isAllSoundOff() const noexceptMidiMessage
isChannelPressure() const noexceptMidiMessage
isController() const noexceptMidiMessage
isControllerOfType(int controllerType) const noexceptMidiMessage
isEndOfTrackMetaEvent() const noexceptMidiMessage
isForChannel(int channelNumber) const noexceptMidiMessage
isFullFrame() const noexceptMidiMessage
isKeySignatureMajorKey() const noexceptMidiMessage
isKeySignatureMetaEvent() const noexceptMidiMessage
isMetaEvent() const noexceptMidiMessage
isMidiChannelMetaEvent() const noexceptMidiMessage
isMidiClock() const noexceptMidiMessage
isMidiContinue() const noexceptMidiMessage
isMidiMachineControlGoto(int &hours, int &minutes, int &seconds, int &frames) const noexceptMidiMessage
isMidiMachineControlMessage() const noexceptMidiMessage
isMidiNoteBlack(int noteNumber) noexceptMidiMessagestatic
isMidiStart() const noexceptMidiMessage
isMidiStop() const noexceptMidiMessage
isNoteOff(bool returnTrueForNoteOnVelocity0=true) const noexceptMidiMessage
isNoteOn(bool returnTrueForVelocity0=false) const noexceptMidiMessage
isNoteOnOrOff() const noexceptMidiMessage
isPitchWheel() const noexceptMidiMessage
isProgramChange() const noexceptMidiMessage
isQuarterFrame() const noexceptMidiMessage
isResetAllControllers() const noexceptMidiMessage
isSoftPedalOff() const noexceptMidiMessage
isSoftPedalOn() const noexceptMidiMessage
isSongPositionPointer() const noexceptMidiMessage
isSostenutoPedalOff() const noexceptMidiMessage
isSostenutoPedalOn() const noexceptMidiMessage
isSustainPedalOff() const noexceptMidiMessage
isSustainPedalOn() const noexceptMidiMessage
isSysEx() const noexceptMidiMessage
isTempoMetaEvent() const noexceptMidiMessage
isTextMetaEvent() const noexceptMidiMessage
isTimeSignatureMetaEvent() const noexceptMidiMessage
isTrackMetaEvent() const noexceptMidiMessage
isTrackNameEvent() const noexceptMidiMessage
keySignatureMetaEvent(int numberOfSharpsOrFlats, bool isMinorKey)MidiMessagestatic
masterVolume(float volume)MidiMessagestatic
midiChannelMetaEvent(int channel) noexceptMidiMessagestatic
midiClock() noexceptMidiMessagestatic
midiContinue() noexceptMidiMessagestatic
MidiMachineControlCommand enum nameMidiMessage
midiMachineControlCommand(MidiMachineControlCommand command)MidiMessagestatic
midiMachineControlGoto(int hours, int minutes, int seconds, int frames)MidiMessagestatic
MidiMessage(int byte1, int byte2, int byte3, double timeStamp=0) noexceptMidiMessage
MidiMessage(int byte1, int byte2, double timeStamp=0) noexceptMidiMessage
MidiMessage(int byte1, double timeStamp=0) noexceptMidiMessage
MidiMessage(int byte1, int byte2, int byte3, Data... otherBytes)MidiMessage
MidiMessage(const void *data, int numBytes, double timeStamp=0)MidiMessage
MidiMessage(const void *data, int maxBytesToUse, int &numBytesUsed, uint8 lastStatusByte, double timeStamp=0, bool sysexHasEmbeddedLength=true)MidiMessage
MidiMessage() noexceptMidiMessage
MidiMessage(const MidiMessage &)MidiMessage
MidiMessage(const MidiMessage &, double newTimeStamp)MidiMessage
MidiMessage(MidiMessage &&) noexceptMidiMessage
midiStart() noexceptMidiMessagestatic
midiStop() noexceptMidiMessagestatic
mmc_deferredplay enum valueMidiMessage
mmc_fastforward enum valueMidiMessage
mmc_pause enum valueMidiMessage
mmc_play enum valueMidiMessage
mmc_recordStart enum valueMidiMessage
mmc_recordStop enum valueMidiMessage
mmc_rewind enum valueMidiMessage
mmc_stop enum valueMidiMessage
multiplyVelocity(float scaleFactor) noexceptMidiMessage
noteOff(int channel, int noteNumber, float velocity) noexceptMidiMessagestatic
noteOff(int channel, int noteNumber, uint8 velocity) noexceptMidiMessagestatic
noteOff(int channel, int noteNumber) noexceptMidiMessagestatic
noteOn(int channel, int noteNumber, float velocity) noexceptMidiMessagestatic
noteOn(int channel, int noteNumber, uint8 velocity) noexceptMidiMessagestatic
operator=(const MidiMessage &other)MidiMessage
operator=(MidiMessage &&) noexceptMidiMessage
pitchbendToPitchwheelPos(float pitchbendInSemitones, float pitchbendRangeInSemitones) noexceptMidiMessagestatic
pitchWheel(int channel, int position) noexceptMidiMessagestatic
programChange(int channel, int programNumber) noexceptMidiMessagestatic
quarterFrame(int sequenceNumber, int value) noexceptMidiMessagestatic
readVariableLengthValue(const uint8 *data, int maxBytesToUse) noexceptMidiMessagestatic
setChannel(int newChannelNumber) noexceptMidiMessage
setNoteNumber(int newNoteNumber) noexceptMidiMessage
setTimeStamp(double newTimestamp) noexceptMidiMessage
setVelocity(float newVelocity) noexceptMidiMessage
SmpteTimecodeType enum nameMidiMessage
songPositionPointer(int positionInMidiBeats) noexceptMidiMessagestatic
tempoMetaEvent(int microsecondsPerQuarterNote) noexceptMidiMessagestatic
textMetaEvent(int type, StringRef text)MidiMessagestatic
timeSignatureMetaEvent(int numerator, int denominator)MidiMessagestatic
withTimeStamp(double newTimestamp) constMidiMessage
~MidiMessage() noexceptMidiMessage
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram