prko

Results 141 comments of prko

This seems to be the last change from my point of view, but I am willing to change if anyone asks for a change. - Vertical cell width arrangement is...

@capital-G Thank you for your time, effort and kindness! For me, the design is not that important. I am more satisfied with the current content because - I can do...

https://github.com/supercollider/supercollider/pull/6265#issuecomment-2115709830 @capital-G I think the design of the help home document could be redesigned using your idea!

@mtmccrea Thanks! The error occurs in the following line, if I am not mistaken: https://github.com/supercollider/supercollider/blob/db7eed2a17c361503dbc7f70a557874b6001e3cd/SCClassLibrary/Common/Control/GraphBuilder.sc#L168 > ``` > { Impulse.ar(\tFreq.ar(400)) }.fork //plot(0.01) > ``` In this case `name` is `tFreq`...

@telephon Thank you for your kind comments! I have added the `parent` argument to all `plot` and `plotAudio` methods in the _plotView.sc_ file. I also updated the `WaveTable`, `Buffer` and...

@telephon An example that shows an audio bus and the physical stereo output busses would be good. Will the examples in the following thread do the job? One thing I...

> https://scsynth.org/t/plotaudio-and-the-practical-use-case-for-plotting-an-audio-bus/9143/3?u=prko @telephon Thank you! The example is added! Your example clarified three things that were a bit unclear to me!

@telephon Added additional explanation to `Bus.audio` and `Bus.new` for easy understanding of these methods.

I realised that I missed updating AbstractFunction.schelp. Also, I realised that there was a conflict, so I resolved it.

Sorry for not checking this carefully. I added the `parent` argument to `BusPlug`. In the following screenshots you can see what I did: - ![Screenshot 2024-05-06 at 22 25 43](https://github.com/supercollider/supercollider/assets/416281/435c9e85-d235-4806-ba88-4cb6334b9674)...