prko
prko
Add the parent argument to all .plot and .plotAudio methods to easily place them in a parent window.
@capital-G Thanks! I resolved this!
Thank you for this!
I hope this wonderful feature will be reviewed and merged before SC3.14 is released. This is not directly related to audio synthesis and algorithmic composition, but it helps a lot...
I think this is due to the following in `scdoc.css' in SC 3.13.0 and above: ``` #menubar .menuitem .home ``` Previously the corresponding parts were: ``` #menubar .menuitem:first-child ``` @scztt...
https://github.com/supercollider/supercollider/pull/6348 fixes this problem.
I hope these wonderful features will be reviewed and merged before SC3.14 is released. This is not directly related to audio synthesis and algorithmic composition, but it helps a lot...
@telephon Thanks for your comment! I was unsure how many lines to show the line number from, so I just made all code snippets show their line numbers. I have...
> It could be linked to the default in language preferences. Unfortunately, my coding skills are not that advanced. What I could do is add a 'show/hide line number' button...
@telephon > Maybe one on the top navigation for all the examples? I have done it! How about this? 1. default: showing code line number ![Screenshot 2024-02-07 at 5 40...
@telephon Here is another version: - Instead of a text label, an icon is used. - After changing the show/hide code line number, the HTML page now shows the previous...