...that deal with pure data
You are not logged in.
Hey i made a PD patch a while back which used spigot~ objects. I downloaded and installed the latest extended windows version of PD (which starts with a few errors) but these spigot~ objects seem to be broken. They are broken in that they appear with broken lines instead of as proper solid lined objects.
Any idea to how i can get these working?
P
Last edited by phoenix (2007-09-11 15:26:31)
Offline
If on windows, try copying the spigot~.dll to the unauthorized folder and restart pd, that's what worked for me.
Offline
you can use [*~] in place of [spigot~], sending the second inlet only 0s or 1s.
to make your own spigot,
[inlet] [inlet]
| [sel 0 1]
| [0( [1(
[*~]
[outlet]
like dat
Offline
domien wrote:
If on windows, try copying the spigot~.dll to the unauthorized folder and restart pd, that's what worked for me.
Hi, I'm having the same problem with this spigot~ object too. I looked in my folders and I haven't got spigot~.dll
I'm thinking I need it for it to work? Any chance you could post a copy of it here?
I would greatly appreciate it
:)
Offline
Yop, same problem too...
Domien talked about a dll, I didn't find any such object on the web...
Offline
or:
[inlet~] [inlet]
| |
| [> 0]
| /
[*~ 0]
|
[outlet~]
Last edited by diplipito (2009-05-04 11:00:39)
Offline