Proteus neural amp modeling UGen

Perfect – I don’t have access to github just at the moment, but tomorrow I can file that bug report.

hjh

I just checked this method, and I find that it starts correctly with other.class == this.class.

If other is nil, then this would be nil.class == aSynthDesc.class – which is false – hence the method would return false, and not throw an error.

This same-class check was added in March 2020 – so if you are seeing that error, it means that your NodeSnapshot quark is at least 4.5 years old.

Takeaway: It’s worth updating quarks from time to time.

So there’s no bug to log, because the method’s current version is correct.

hjh

Thank you very much James!

Yes you’re right, I hadn’t updated this quark, actually it has helped me to do some tidying up !
And thanks again Sam for this Ugen that works great !

Best,

José