This commit is contained in:
Daniel Borges
2012-11-16 09:18:57 +01:00
commit ea6f1ef80a
79 changed files with 3595 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#ifndef _MIDI_H_
#define _MIDI_H_
unsigned short MidiNoteToFrequency(int note);
int Abs(int x);
int Sinus(int x); // fixed point .12
void MemCopy(void * pDestination, void * pSource, int iSize);
#endif // _MIDI_H_