Play 'round
include/Common.h
00001 #ifndef __COMMON_H_
00002 #define __COMMON_H_
00003 
00004 #define MY_PI 3.1415926
00005 #define DEFAULT_PORT 10101
00006 
00007 // RtAudio Settings
00008 #define SAMPLE float
00009 #define MY_SRATE 44100
00010 #define NUM_CHANNS 1
00011 #define BUFFER_SIZE 512
00012 
00013 // Target 30 FPS
00014 #define TIMER_MSECS 33
00015 
00016 // Control rate of pluckers
00017 #define ANGLE_DELTA 0.05
00018 #define PLUCKER_SPEED 10
00019 
00020 #include <uuid/uuid.h>
00021 
00022 #endif
 All Classes Functions Enumerations