I thought i had this wroking but now, receive13~ does not work. I mean, just opening the help file for receve13~, no other patches open, it doesn't work. I figure if the help file doesn't work, it may be broken for Win7, 43.3 extended. The normal send/receive~ works fine. Anyone have this problem?
-
receive13~ won't work
-
Hi toddwelti, what do you mean by doesn't work? Can't the object be created or it is not sending signals? Do you have DSP on? Did you spell and set correctly the labels? And why are you trying to use [receive13~] instead of [receive~] (I actually have never heard of this object before your bringing it up)?
BTW, here with Linux the help file works perfectly fine.
Take care,
Gilberto -
Receive13~ object creates fine. i do get error messages about "receive13~ no matching send" when i create it. But I cannot get any data from the send to the receive. Like i said, the help file does not work, i.e. no data is received when data is sent. i would like to programmatically create patches with individual receive names.
DSP is on and I have cycled it on and off.
-
Ok, I see. And just to be sure, you are using [send13~] and not the regular [send~], right? Also, you should always set the label first on the send13~ and then for the receive13~. Here on my computer everything is working fine, both in the help file as well as with any created patch of mine.
-
I tried various combinations, and yes i used send13~ (the help file for example). I tried deleting and recreating the receiv13~ obj too. Nothin works!
-
I understand, that's really strange.
I thought i had this wroking but now, receive13~ does not work
What changed from that time then? Do you remember making any modifications related to Pd at all? Also, you write that you are using Pd-extended 0.43.3, why not then delete it and install the current version 0.43.4 and cross the fingers this may solve the issue? Could worth a try.
Take care,
Gilberto -
Another question: are the regular [send~] and [receive~] working fine for you?
-
Nothing changed that i know of. I am 98% sure it was working before. i wrote 43.3 but meant 43.4, so is is current. i could try an older version. Regular send/receive works fine. i am trying to compile the receive13~ source on my pc, but I am not very good at it. using Mingw...
-
Sorry but I am not familiar with compiling from source under Windows either. You could also try reinstalling pd 0.43.4 instead of trying an older version. Also, hopefully another Windows user will stop by and write if these objects are working on his or her machine.
-
edit
[send13~] and [receive13~] works NOT on my win7-32 system.
it says:
receive13~ receive13~: no matching send -
-
Yes, I can also use send~ and receive~ fine but not the "13" version. I am on Win7 64. i just now recompiled on my machine using mingw/gcc and cannot get the object to load, even with no errors or even warnings from gcc
-
Todd, did you also try to reinstall Pd 0.43.4-extended? I just insist on this because you wrote that you are 98% sure it worked on your machine before, meaning that there shouldn't be anything wrong with these objects themselves.
Take care,
Gilberto -
I just realized that the normal receive~ does accept a "set xxx" to allow dynamic setting. I did not realize that, as i didn't see it in the documentation. Am i missing something? Why do we even need receive13~ ?
-
Why do we even need receive13~ ?
For the reason that [send] and [send~] do not accept [set <label>(. That is, [receive~] and [receive13~] are identical, but not [send~] and [send13~].
Take care,
Gilberto -
OK that makes sense.