Wwise SDK 2024.1.0
|
#include <AkMidiTypes.h>
クラス | |
struct | tCc |
struct | tChanAftertouch |
struct | tGen |
struct | tNoteAftertouch |
struct | tNoteOnOff |
struct | tPitchBend |
struct | tProgramChange |
struct | tWwiseCmd |
公開変数類 | |
AkUInt8 | byType |
See AK_MIDI_EVENT_TYPE_* pre-processor definitions [詳解] | |
AkMidiChannelNo | byChan |
union { | |
tGen Gen | |
tCc Cc | |
tNoteOnOff NoteOnOff | |
tPitchBend PitchBend | |
tNoteAftertouch NoteAftertouch | |
tChanAftertouch ChanAftertouch | |
tProgramChange ProgramChange | |
tWwiseCmd WwiseCmd | |
}; | |
AkMidiTypes.h の 177 行目に定義があります。