|
Defines |
| #define | MATRIX_SOCKET 57123 |
| #define | MAX_BELLS 4 |
Functions |
| void | init_OSC_addr_space () |
| void | main_OSC_loop (int port) |
| void * | play_bells (void *which) |
| void * | main_input_loop (void *port) |
| void | map_ebeam (EBeam &ebeam) |
| void | map_matrix (Matrix &mat) |
| void | map_birds (Bird &bird) |
| int | main (int argc, const char **argv) |
Variables |
| IO * | gIO |
| Mixer | gMix (2) |
| float | gSBaseFreq [MAX_BELLS] = { 200.0f, 400.0f, 800.0f, 1600.0f } |
| float | gBaseFreq [MAX_BELLS] = { 200.0f, 400.0f, 800.0f, 1600.0f } |
| float | gFreqRange [MAX_BELLS] = { 100.0f, 200.0f, 400.0f, 800.0f } |
| float | gDensity [MAX_BELLS] = { 3.0f, 3.0f, 3.0f, 3.0f } |
| float | gPosX [MAX_BELLS] = { -1.0f, -0.33f, 0.33f, 1.0f } |
| float | gPosY [MAX_BELLS] = { -1.0f, -0.33f, 0.33f, 1.0f } |