The `MidiMessage.isProgramChange` function in C++ is a method that is used to determine whether a given MIDI message is a Program Change message or not. A Program Change message is a type of MIDI event that is used to select a different program (sound) on a MIDI instrument or device. This function can be used to check the MIDI message type and quickly identify if it is a Program Change message, allowing for handling or processing of the message accordingly in a MIDI application or software.
C++ (Cpp) MidiMessage::isProgramChange - 15 examples found. These are the top rated real world C++ (Cpp) examples of MidiMessage::isProgramChange extracted from open source projects. You can rate examples to help us improve the quality of examples.