I am trying to get either netsend~ or streamout~ to work. So far neither of them are working with their respective receive objects.
with netsend~ we're getting weird errors like sending too many channels, when we set it to 2. the error would say sending 47 channels or some other false information.
okay so here is the process
[format 8bit<
[connect xxx.xxx.xxx.xxx 8000<
compute audio
then on the receive side its says connected.
[env~] is reporting "nan"
then the boot
netsend~: send tag: software caused connection abort (10053)
with [streamout~] its reporting large numbers on the streamin side. Below is an example.
unknown format 0
unknown format 0
unknown format 0
unknown format 0
error: streamin~: got an invalid frame size of -large number, maximum is 256
[streamin~] is set with [reset 4<
any ideas, I would rather get netsend~ working as you can seemingly do multiple channels.