#ifndef GLOBALS_H #define GLOBALS_H #define NUM_SCENES 20 #define OSC_PORT "4444" #define SCENE_URI "osc.udp://localhost:" OSC_PORT "/jamin/scene" #endif