| 
    Anklang-0.3.0.dev502+ga23511a1 anklang-0.3.0.dev502+ga23511a1
    
   ASE — Anklang Sound Engine (C++) 
   « « « Anklang Documentation  | 
 
Go to the source code of this file.
Namespaces | |
| namespace | Ase | 
| The Anklang C++ API namespace.  | |
Macros | |
| #define | EDEBUG(...) | 
Functions | |
| MidiEvent | Ase::make_note_on (uint16 chnl, uint8 mkey, float velo, float tune, uint nid) | 
| MidiEvent | Ase::make_note_off (uint16 chnl, uint8 mkey, float velo, float tune, uint nid) | 
| MidiEvent | Ase::make_aftertouch (uint16 chnl, uint8 mkey, float velo, float tune, uint nid) | 
| MidiEvent | Ase::make_pressure (uint16 chnl, float velo) | 
| MidiEvent | Ase::make_control (uint16 chnl, uint prm, float val) | 
| MidiEvent | Ase::make_control8 (uint16 chnl, uint prm, uint8 cval) | 
| MidiEvent | Ase::make_program (uint16 chnl, uint prgrm) | 
| MidiEvent | Ase::make_pitch_bend (uint16 chnl, float val) | 
| MidiEvent | Ase::make_param_value (uint param, double pvalue) | 
| #define EDEBUG | ( | ... | ) | 
Definition at line 7 of file midievent.cc.