Hi there, I’m new so apologies if I’m just missing something. I am a Lich user and writing my patches in max gen. It seems that no matter what patch I upload and compile and load it on the site I get the message about parameter mismatching from the page. When I try to edit the parameters to match with my actual patch, I am finding that there is a bug preventing the dials from being added and removed correctly. Multiple dials will be edited simultaneously and are not distinct so you can’t actually create “new” parameters. I am not sure if not having the dials setup correctly is blocking my patch from compiling correctly but I tried downloading and loading other users patches, even blank template patches, and loading them and compiling them on the site myself and I encounter the same issues. You can tell the other users patches were configured correctly as the page for theirs has the correctly named dials and inputs and outputs, but I can’t set mine up the same using their code. Any help would be greatly appreciated, thanks!
Just wanted to add a little update. I have been troubleshooting the javascript on the web editor and I noticed in PatchParameters.js which has a method handleAddParameterClick, when it checks available parameters it does not delete the chosen parameter from the list, so it always adds a new parameter with the same value as the previous one, and then they all udpate/sync/delete together. Hope this helps.
Unfortunately there’s been no work done on RebelTech frontend for the last few years.
There’s a small chance that making a github issue and a PR will get accepted and deployed, but frankly I don’t think Martin follows github updates anymore. Just in case this will change and you think you have a solution (sounds like it should be a matter of trivial object removal?), the file you’ve mentioned is here