You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upload a patch with an @hv_param receiver in a subpatch, I don't get any errors but attempting to download libraries result in a 404. The preview window also throws up a 404.
I was able to download the Unity Src. Just not the builds. I did not try to build the source.
Once I removed the parameters from the subpatch, things worked as expected.
Fairly new to pure data and heavy.
The text was updated successfully, but these errors were encountered:
Hi @Pjchardt it sounds like it could be related to the naming of the @hv_param parameters in the patch. Maybe something is slipping through our checks, could you send me a link to the patch page?
I have since uploaded newer versions, but version 31 still fails to download. It should be the problematic version of the patch.
Encountered an additional problem with the patch just now, where the Unity editor would freeze up after stopping play of the scene. When I removed a parameter from the subpatch (one I forgot about), the issue went away. Can add this as another bug if necessary. Just let me know.
thanks for reporting this @Pjchardt you found an interesting edge case, it was due to the parameter names 1_c and 1_C conflicting in the generated code (they get capitalised at some point). I've added a check for this that will throw an error, it should be in the dev branch at some point soon.
Encountered an additional problem with the patch just now, where the Unity editor would freeze up after stopping play of the scene. When I removed a parameter from the subpatch (one I forgot about), the issue went away. Can add this as another bug if necessary. Just let me know.
Yes, would you add another issue for that, thanks!
When I upload a patch with an @hv_param receiver in a subpatch, I don't get any errors but attempting to download libraries result in a 404. The preview window also throws up a 404.
I was able to download the Unity Src. Just not the builds. I did not try to build the source.
Once I removed the parameters from the subpatch, things worked as expected.
Fairly new to pure data and heavy.
The text was updated successfully, but these errors were encountered: