Noel Borthwick [Cakewalk]
Zo
Thks guyz ..but i think i'm not clear : the names i wanna change is not those ij the plugin layout , the plugin layout is the one i used in X1 , i alwayz manually copy files adress form on pref panel (X1) to the other (here X3) so i have those folder location migradted
Second : i know i can change the plugin name by double ckikikng on them in the plugin manager : i'm taliking DLL name not their names on the plugin layout : the issue is then it refresh the manager and it takes crazy time so i simply go to registry and for each plugin i want to change the name , i do what the plugin manager does : i change the display name value in the key !! easy ....
You are running into weird stuff because you are trying to hack the registry to do things you want.
As steven said the workflow for renaming plugins is to use plugin layouts not change the plugin names in the registry. The names there will be lost the next time you do a full scan so its a waste of your time anyway!
Also there is another danger with doing that. X3 supports automatic VST2 to VST3 plugin migration. The logic for doing that is dependent on the *original* plugin name so changing that value will break this migration potentially (or at least part of it). If you want different plugin names edit them in the menu layout.
Regarding the ASIO latency not being shown, it was just a minor bug in the UI that has been corrected.
Regarding scan, SONAR never does a full scan by default it only scans for changes. The only time it does so is if the user chooses "reset" or "rescan original" or "rescan failed" in the VST properties.
Steven:
plugin layout with different names showing original name in the bin. Its not a bug but a feature request :) The bin refers to the master plugin record once inserted and not the layout which is user selectable. I see your point though, but changing it means that we now have to store two names in the project file - the original name as well as the display name, something that SONAR doesn't do today. See comment about migration above for why this would be necessary. Any way we'll consider this for a future version.
What Zo is doing by renaming plugins directly is bad. Plugin manager shouldn't allow renaming directly anymore - that was a feature that was ok in older versions of SONAR. If anything if a plugin is renamed it would have to retain the original name.
(I'll be happy to post this as a suggestion once I get some sleep)
Hi Noel,
Thanks for the clarification.
I see what you mean about the naming in the FX Bin -and while there will be some issues regardless of what is done, something should be done.
There is a problem that exists in that there can be various versions of a plug-in that use the same "FullName" and once you insert a plugin into one of the bins you then loose the ability to tell which one it is.
For example Absynth 5 has 2 FX versions with the same name:
Absynth 5 FX.dll
Absynth 5 FX Surround.dll
once you insert it into the FX BIN you cannot tell which one it is just by looking at the name in the BIN.
In some cases you have different versions of the same plug-in installed. You might have multiple versions of a plug-in that you need to maintain because the vendor changed features and you have old project that need a specific version, etc..
While storing the display name with the project could be an option I would think that it might be more effective to store that info as a separate registry entry that is tied to the plug-in but not 'refreshed' if the plug-in's other info is updated.
One thing that I think should be done is to have a plug-in ID method - where, for example, if you Alt-Right clicked on the plug-in name that a pop-up identifying the plug-in (showing menu-name, file name & path, etc.) would appear. So where the BIN Name might show a quick reference the pop-up info would provide clarifying detail. Currently Alt-Right click appears to not be used...
Thanks again for jumping in on the thread.
...Steven