MoMu definition.
More...
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
Go to the source code of this file.
Detailed Description
MoMu definition.
- Author:
- Ge Wang, Nicholas J. Bryan, Jieun Oh, Jorge Hererra
- Date:
- 01.16.10
- Version:
- 1.0.0
Mobile Music research @ CCRMA, Stanford University: http://momu.stanford.edu/
Define Documentation
#define ONE_PI (3.14159265358979323846) |
#define PI_OVER_180 (ONE_PI / 180.0) |
#define SAFE_DELETE |
( |
|
x |
) |
{ delete x; x = NULL; } |
#define SAFE_DELETE_ARRAY |
( |
|
x |
) |
{ delete [] x; x = NULL; } |
#define SQRT2 (1.41421356237309504880) |
#define TWO_PI (2.0 * ONE_PI) |