-
Notifications
You must be signed in to change notification settings - Fork 10
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
SuperCollider: links written within parenthesis are unusable #100
Comments
Thanks @elgiano for alerting us! I'll take a look. |
Unfortunately @elgiano, these links are working for me, including the one in question. So maybe it's a Linux issue? I don't have a Linux machine nearby, so maybe the next time we do beta testing we'll double check this on all the OSes. |
@tedmoore SCDoc.findHelpFile("FluidBufSpectralShape") Line 56 looks like this for me: <p> The drawings in Peeters 2003 (<a href="http://recherche.ircam.fr/anasyn/peeters/ARTICLES/Peeters_2003_cuidadoaudiofeatures.pdf)">http://recherche.ircam.fr/anasyn/peeters/ARTICLES/Peeters_2003_cuidadoaudiofeatures.pdf)</a> are useful, as are the commented examples below. For the mathematically-inclined reader, the tutorials and code offered here (<a href="https://www.audiocontentanalysis.org/)">https://www.audiocontentanalysis.org/)</a> are interesting to further the understanding. For examples of the impact of computing the moments in power magnitudes, and/or in exponential frequency scale, please refer to the <a href="./../Classes/FluidSpectralShape.html">FluidSpectralShape</a> helpfile. Do you also get a closing parenthesis inside |
Hi @elgiano, Thanks again for your help with this. On 1.0.0-TB2.beta6 (the current release) line 56 is something else, but line 58 is:
so no closing parenthesis inside the |
@elgiano I've added a space both before and after the link (so just inside the parens), or ( so just inside the parens ). I hope this fixes it! Let me know if it doesn't. |
@tedmoore The spaces should fix it! However, in which commit did you add them? I can't find it... |
Here it is! Thanks for the bump to include it here. 3c744bc |
It's on dev and we just merged that to main so it will be in the beta7 release that should be coming out in the next day or two! |
Thanks!! I'll try asap |
Hi @elgiano, I'm doing a checkup pass on lots of open issues. Did you get a chance to check on this yet!? Cheers. |
I just checked the main branch and there is still only one error. The rest looks all good! Thanks.
As you can see, in |
In SuperCollider HelpFiles, all linkes written within parenthesis are unusable. Link hrefs still contain the closing parenthesis, leading to a variety of 404 pages.
For example, in FluidBufSpectralShape, if I try to click on "(https://www.audiocontentanalysis.org/)", I get redirected to
https://www.audiocontentanalysis.org/)
.The text was updated successfully, but these errors were encountered: