-
mmturner
I was just trying to find threads that dealt with the [&&~] object. When I used [&&~] as a keyword search, however, I returned no hits. But, I know there are many threads that discuss this object.
Anyone know what I'm doing wrong on the search?
Thanks,
Mitch -
mmturner
I've got one called HostX. It was written several years ago using Max.
http://home.lagrange.edu/mturner/MitchWebSite/software.htmlYou might also try UglyVSTi
http://www.refusesoftware.com/products/feature/3I bet there are many like this out there.
Hope this helps,
Mitch -
mmturner
Danijel,
Works great. However, I don't understand the -& at the end.What would you do to search for the [>~] object?
Anyway, thanks for the tip.
Mitch -
mmturner
Here is where I got the above information:
http://puredata.hurleur.com/sujet-1995-audio-comparison-externals
These links have similar stuff:
http://puredata.hurleur.com/sujet-3021-create-expr-again
http://puredata.hurleur.com/sujet-3049-punoogle
http://puredata.hurleur.com/sujet-2744-zexys-logical-operators-being-createdHope it helps,
Mitch -
mmturner
I believe that these will do what you want:
[==~] --> [expr~$v1==$v2]
[||~] --> [expr~ $v1||$v2]
[&&~] --> [expr~$v1&&$v2]
[<~] --> [expr~$v1<$v2]
[>~] --> [expr~$v1>$v2]I know I got this solution from this forum, however, I have completely forgotten who made the post. Whoever it was, thanks.
Hope this helps,
Mitch -
mmturner
Also, I forgot that some people have had problems using port 8000 with Pd and dumpOSC. You might try using port 8002 instead.
I read about it here:
http://www.das-werkstatt.com/forum/werkstatt/viewtopic.php?t=1666&sid=245353433988acaa057ff484f0ed28e0Hope this helps,
Mitch -
mmturner
Are you using Vanilla Pd or Pd Extended? I think the [OSCroute] object is only in Pd-Extended, but I'm not 100% sure.
I use Pd-Extended and the [OSCroute] object works well.
Mitch -