It seems I'm missing hid and &&~ in my version of pd extended.
I'm pretty sure I shouldn't have to download these myself.
Could it be because I'm on windows?
Missing objects in my pd extended
It seems I'm missing hid and &&~ in my version of pd extended.
I'm pretty sure I shouldn't have to download these myself.
Could it be because I'm on windows?
[hid] doesn't work on Windows. The alternative there is [hidin]. [&&~] doesn't create for me on OSX, and I don't know what library it's from, but I think the problem is the same as the one that prevents [<~], [>~], etc. from creating. You can use [expr~ $v1 && $v2] instead.
[&&~] and other logical operators are in zexy but they are not named like that. Instead they have to be instantiated with hex code:
[0x260x260x7e] instead of [&&~]
[0x7c0x7c0x7e] instead of [||~]
[0x3d0x3d0x7e] instead of [==~]
[0x3c0x7e] instead of [<~]
[0x3e0x7e] instead of [>~]
Not very intuitive, eh?
Katja
make sure hexloader is loaded
Oops! Looks like something went wrong!