I am trying to use the bacic functions “Gate” and xod/core/pulse-on-change. I have the xod/core@0.37.3 loaded and I get the error Specialization patch not found
Cannot find specialization gate(port) for abstract xod/core/gate.
Try creating the missing patch in your project or install a library which provides such one.
Why are you trying to use ‘gate’ to block port #? Seems like an odd thing to be trying to do. If you really do need to do it, you can take a look at gate(number) (or any other gate(<data_type>) that exists) to see how it is coded & make a copy that does the same thing for port
I was tying to read the pin/port/ logic level of D10 and use it to trigger another function. I am a newbee so it may be the wrong function but still why am I getting the error
Thanks!!!
‘gate’ is a generic patch that has sub-patches to handle different data types. No sub-patch is provided for port, probably because the developers figured it would never be needed.
The ‘gate’ patch is to block a signal under certain conditions. It seldom makes sense to change a port# in the middle of a program, much less use a gate for it.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.