Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
midievent.cc File Reference

Namespaces

namespace Ase

Macros

#defineEDEBUG(...)

Functions

MidiEventmake_aftertouch (uint16 chnl, uint8 mkey, float velo, float tune, uint nid)
MidiEventmake_control (uint16 chnl, uint prm, float val)
MidiEventmake_control8 (uint16 chnl, uint prm, uint8 cval)
MidiEventmake_note_off (uint16 chnl, uint8 mkey, float velo, float tune, uint nid)
MidiEventmake_note_on (uint16 chnl, uint8 mkey, float velo, float tune, uint nid)
MidiEventmake_param_value (uint param, double pvalue)
MidiEventmake_pitch_bend (uint16 chnl, float val)
MidiEventmake_pressure (uint16 chnl, float velo)
MidiEventmake_program (uint16 chnl, uint prgrm)

Macro Definition Documentation

EDEBUG

#define EDEBUG ( ...)