comparison include/NetworkSend.h @ 119:c692827083e1 scope-refactoring

Enabled multi channel audio receive
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 21 Aug 2015 15:21:34 +0100
parents 8341df5e404b
children cce58e6ec2a2
comparison
equal deleted inserted replaced
118:26ad97b8aa9e 119:c692827083e1
58 ~Scope(); 58 ~Scope();
59 void log(int channel, float value); 59 void log(int channel, float value);
60 void setup(); 60 void setup();
61 void setup(float sampleRate, int aPort, const char* aServer); 61 void setup(float sampleRate, int aPort, const char* aServer);
62 void sendData(); 62 void sendData();
63 void setPort(); 63 void setPort(int port);
64 void setPort(int channel, int port);
64 int getNumChannels(); 65 int getNumChannels();
65 }; 66 };
66 #endif /* SCOPE_H */ 67 #endif /* SCOPE_H */