Re: [PD] Zexy build errors from Pd-extended

2014-02-02 Thread IOhannes m zmölnig
On 02/01/2014 06:15 PM, John Smith wrote: #2) $ gcc -DHAVE_CONFIG_H -I. -I.. -DZEXY_LIBRARY -g -O2 -mms-bitfields 0x2e.c -fPIC -DPIC ouch sorry, i made a mistake. this should have read: $ cpp -DHAVE_CONFIG_H -I. -I.. -DZEXY_LIBRARY -g -O2 -mms-bitfields 0x2e.c -fPIC -DPIC (that is: i want to

[PD] OSC server to many clients

2014-02-02 Thread Atte
Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with access to this common, global time. However all the examples I found with [sendOSC] or [tcpsend] suggests that the sender connects

Re: [PD] OSC server to many clients

2014-02-02 Thread u...@xdv.org
On 02.02.2014 17:37, Atte wrote: Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with access to this common, global time. However all the examples I found with [sendOSC] or [tcpsend]

Re: [PD] OSC server to many clients

2014-02-02 Thread Joel Matthys
You can broadcast over UDP by sending to the address 255.255.255.255. Joel On Feb 2, 2014 10:57 AM, Atte a...@youmail.dk wrote: Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with

Re: [PD] OSC server to many clients

2014-02-02 Thread Antoine Villeret
if you want to make one server talking to several clients, you could use [tcpserver]/[tcpclient] and encapsulate your OSC in Slip packet see [mrpeach] externals + a -- do it yourself http://antoine.villeret.free.fr 2014-02-02 Joel Matthys jwmatt...@gmail.com: You can broadcast over UDP by

Re: [PD] OSC server to many clients

2014-02-02 Thread Martin Peach
On 2014-02-02 11:37, Atte wrote: Hi Basic OSC confusion here: I'd like to run a server that keeps track of time and shares that to a number of clients, each of which run on their own, but with access to this common, global time. However all the examples I found with [sendOSC] or [tcpsend]

Re: [PD] Multi-input USB audio into Raspberry Pi

2014-02-02 Thread Brian Fay
In case anyone looks at this thread, I'd better mention that it seems that using CCRMA's distribution fixes my audio problems with the Behringer UCG102. I had been using the standard Raspbian distro when I wrote my comment. I believe that distribution uses a different kernel than Satellite CCRMA,