comparison include/Scope.h @ 475:faa5f58c71af prerelease

Headers
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 20 Jun 2016 20:39:00 +0100
parents 733006bdbca2
children 506a319c08cf
comparison
equal deleted inserted replaced
474:efc9a9f8e63d 475:faa5f58c71af
4 4
5 #include <OSCServer.h> 5 #include <OSCServer.h>
6 #include <OSCClient.h> 6 #include <OSCClient.h>
7 #include <stdarg.h> 7 #include <stdarg.h>
8 8
9 #define OSC_RECIEVE_PORT 8675 9 #define OSC_RECEIVE_PORT 8675
10 #define OSC_SEND_PORT 8676 10 #define OSC_SEND_PORT 8676
11 #define SCOPE_UDP_PORT 8677 11 #define SCOPE_UDP_PORT 8677
12 12
13 #define FRAMES_STORED 2 13 #define FRAMES_STORED 2
14 14