diff include/NetworkSend.h @ 132:e24c531220ee scope-refactoring

Added some sort of synchronization, not working great though
author Giulio Moro <giuliomoro@yahoo.it>
date Thu, 27 Aug 2015 01:42:04 +0100
parents ff28e56e5b7e
children
line wrap: on
line diff
--- a/include/NetworkSend.h	Wed Aug 26 02:02:10 2015 +0100
+++ b/include/NetworkSend.h	Thu Aug 27 01:42:04 2015 +0100
@@ -76,6 +76,7 @@
 	void setServer(const char* aServer);
 	void setChannelNumber(int aChannelNumber);
 	int getChannelNumber();
+	int getTimestamp();
 #ifdef USE_JUCE
 	void run();
 #else