prko
prko
Hi @mtmccrea I have tested your new code with a clean SuperCollider_3.14.0_dev after removing the old `Platform.userAppSupportDir` and then installing your PlotView.sc file. The same problem occurs. The evaluation of...
> I'll update the example to avoid using `screenBounds`, would you mind confirming this works for you? This example works fine! Thank you for reflecting the solution to my problem...
Hello everyone, There seems to have been a problem with `Plotter` recently. I am also reporting it here because you have recently updated the `Plotter` class. https://github.com/supercollider/supercollider/issues/6206 If this bug...
Thank you so much! I have read your comment. Following your advice, I went through the `GraphBuilder.sc` file and found at least the line related to this error. Thanks again!
I love this! I have a question. When compiling sclang, the following warnings appear: >WARNING: Extension in 'C:\Temp\SuperCollider for Windows (x64)\SCClassLibrary\Common\GUI\PlusGUI\Math\PlotView.sc' overwrites Bus:plot in main class library. WARNING: Extension in...
Sorry, this is my fault! When I pasted your code, I did not overwrite the previous one, but pasted a new one on top of the old one. Sorry about...
One more thing: `fork` has an argument to change `Clock`. I think there is no reason not to have this option for `.waitForBoot` and `.doWhenBooted`.
@mtmccrea I think I have done all the things you mentioned. Please let me know if there is anything else I should do to get this PR noticed by reviewers!
\levels and \steps have the same behaviour. https://scsynth.org/t/plot-bars-mode-problem/8683/7?u=prko
> The Ubuntu issue is actually self explaining (`ERROR: could not start audio backend: Unable to connect to JACK server`). Is the Jack server running? I think so because the...