Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
midievent.cc File Reference
#include "ase/midievent.hh"
#include "internal.hh"
#include "sortnet.hh"
#include <cstring>

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)
 

Macro Definition Documentation

◆ EDEBUG

#define EDEBUG (   ...)

Definition at line 7 of file midievent.cc.