anybody have this issue?
I am on 0.43.4 extended
never noticed this before
[udpsend~] doesn't create, but [udpsend] does
anybody have this issue?
I am on 0.43.4 extended
never noticed this before
It just got wierder:
1. [udpreceive~] also does not create but [udpreceive] does
2. yes, I have [import mrpeach] in my patch, and besides, the non-signal level objects work
3. in the console window, the objects look like they are recognized, but then they don't create, here:
udpsend~ v0.34, (c) 2004-2005 Olaf Matthes, 2010 Martin Peach
udpsend~ Default blocksize is 2048
udpsend~: Number of channels must be between 1 and 32
udpsend~
... couldn't create
udprecieve~
... couldn't create
udprecieve
... couldn't create
udpreceive~ v0.34, (c) 2004 Olaf Matthes, 2010 Martin Peach
udpreceive~: Number of channels must be between 1 and 32
udpreceive~
... couldn't create
wait, I solved it
it was this " Number of channels must be between 1 and 32"
for anyone else having this problem the solution is that you MUST declare a number of channels in the creation arguments for these objects, otherwise they don't create
but - why? anyone?
and it wasn't always like this was it? I used them before and I do not remember this...
No wonder why it was not working, look at the console : you tried to create [udprecieve] ! You swapped "i" and "e".
@Coalman said:
for anyone else having this problem the solution is that you MUST declare a number of channels in the creation arguments for these objects, otherwise they don't create
Thanks!! This helped me ^^
Oops! Looks like something went wrong!