-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json: faust generates duplicate shortname for bargraph used multiple times #1100
Comments
This is actually a "feature", see here:
and
I'll add something in the FAQ ASAP. Look also at: https://faustdoc.grame.fr/manual/errors/#warning-messages |
I still think it is strange that it is prefixed because of the duplicate use it introduced, but the prefix is twice the same. |
…h json output of bargraphs
The documentation doesn't deal with shortnames and the issue is about shortnames. |
shortnames are built for pathnames, so if pathnames are the same, so are shortnames. You can always decide to restructure the code to have different pathnames. |
I think in that case an error should be raised. Because there is no way to access the duplicate path. |
in the following example the bargraph is used twice.
faust identifies that the name is used twice and prefixes the shortname with P1_ but it uses the same prefix for both shortnames.
i expect that short names are unique.
I am on master-dev.
But the problem has not been introduced by recent changes.
It is also present in 2.74...
The text was updated successfully, but these errors were encountered: