Mercurial > hg > beaglert
diff 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 |
line wrap: on
line diff
--- a/include/NetworkSend.h Fri Aug 21 14:37:19 2015 +0100 +++ b/include/NetworkSend.h Fri Aug 21 15:21:34 2015 +0100 @@ -60,7 +60,8 @@ void setup(); void setup(float sampleRate, int aPort, const char* aServer); void sendData(); - void setPort(); + void setPort(int port); + void setPort(int channel, int port); int getNumChannels(); }; #endif /* SCOPE_H */