I have a rather complicated network that I want to dynamically create clones of. This works fine until I save and reload. After reload, all references to ‘me’ in parameters of ops within the clone give me this warning:
Invalid source “me” (name_of_op_with_warning)
Furthermore, they don’t work. Not surprising if the reference to “me” isn’t working.
Am I doing clones wrong? This is the first time I’ve used them extensively.
Can you post an example, or send one to support@derivative.ca? We’ll take a look
track_1 to track_6 are the clones
beatdancer.109.toe (176 KB)
Looks like this bug is fixed in a newer build we are trying to release in the next few weeks. Thanks for the report.
I notice this is not fixed in the july 4th build. Should it be?
I’d like to know if this is going to cause problems for me or if I can just ignore these messages.
Sorry, no this isn’t fixed in the newly released build. A fix will come out, but it will be a few more weeks likely.
So is it just an incorrect warning, or is there a problem in clones?
Sorry, to be more clear, it’s a problem in clones right now. It’s taking a parameter where you have
me
filled in, and cloning it as a literal string
'me'
. The literal string is what’s causing those errors.