#include "CSL_Types.h"
#include "CGestalt.h"
#include "Instrument.h"
#include "juce.h"
Go to the source code of this file.
Namespaces | |
| namespace | csl |
Classes | |
| class | csl::CMIDIMessage |
| class | csl::MIDIIO |
| class | csl::MIDIIn |
| class | csl::MIDIOut |
| class | csl::MIDIPlayer |
Defines | |
| #define | MessageChannelToStatus(message, channel) ((unsigned) message << 4) + channel) |
| Message_ChannelToStatus -- converts from message and channel to status byte. | |
Enumerations | |
| enum | csl::CMIDIMessageType { csl::kNone = 0, csl::kNoteOff = 8, csl::kNoteOn = 9, csl::kPolyTouch = 10, csl::kControlChange = 11, csl::kProgramChange = 12, csl::kAftertouch = 13, csl::kPitchWheel = 14, csl::kSysEX = 15 } |
| CMIDIMessageType enum of midi msg categories. More... | |
|
|
Message_ChannelToStatus -- converts from message and channel to status byte.
|
1.4.5-20051010