-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-01-23 12:49, Rich E wrote:
Hi list,
If I were to make an external that has access to $ arguments, does anyone know where I can find the necessary methods for retrieving this information? Or is it only available at instantiation?
Most importantly, I am looking for a way to get the $0 value of a patch from C.
for $0, see the various implementations in iemlib, iemguts, tof, ... for other $args there is usually no need to find them, as the user could just supply them to your object. if you really need them, there are a number of implementations out there as well, e.g. in iemlib, iemguts, tof,...
gmasdrt IOhannes