Description. Mehr ...
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | DRUMCHANNEL 9 |
#define | GET_INDEX(taste, tonsystem) |
#define | GET_ABSTAND(taste, tonsystem) |
#define | GET_FREQ(taste, tonsystem) |
#define | ZWZ 1.059463094 |
#define | LONG_TO_HERTZ(x) (440.0*pow(ZWZ,((((float)x)/(double)16777216.0))-69)) |
#define | LONG_TO_CENT(x) ( ((float)x)/(double)167772.13 ) |
Funktionen | |
void pascal _export | KeyboardAnalyse (int box, int taste, char isLogic) |
void pascal _export | KeyboardAnalyseSimple (int box, int taste) |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.5 2011-07-27 20:48:32 keinstein started to move arrays using MAX_BOX into struct mutabor_box_type
Revision 1.4 2011-02-20 22:35:55 keinstein updated license information; some file headers have to be revised, though
Revision 1.2 2010-11-21 13:15:51 keinstein merged experimental_tobias
Revision 1.1.2.1 2010-01-11 10:12:59 keinstein added some .cvsignore files
Definiert in Datei MidiKern.h.