Description. Mehr ...
#include "DevGIS.h"
#include "GSP.h"
#include <math.h>
#include "MidiKern.h"
#include "GrafKern.h"
#include <mmsystem.h>
#include "Execute.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | MMSYSTEM_H |
#define | ROUND_FACTOR 1000000 |
#define | ROUND(x) x = (floor(x*ROUND_FACTOR+0.5)) / ROUND_FACTOR |
#define | printHeadChain(a, b) |
Funktionen | |
void | GetKeyPitch (int taste, tone_system *tonsystem, int &key, double &pitch) |
void | MutaborTag (GisReadArtHead *h, GisToken *Para, int box) |
Variablen | |
mutString | CurrentId |
mutString | CurrentSep |
ChannelData | Cd (0, 0) |
Description.
Copyright: (c) 2008 TU Dresden
GPL
Revision 1.4 2011-07-27 20:48:32 keinstein started to move arrays using MAX_BOX into struct mutabor_box_type
Revision 1.3 2011-02-20 22:35:56 keinstein updated license information; some file headers have to be revised, though
Definiert in Datei DevGIS.cpp.