PyoungRyang Ko

Results 366 comments of PyoungRyang Ko

The shortest code based on your idea seems to be as follows: ```supercollider ( var meter = ServerMeterView; var numIns = s.options.numInputBusChannels; var numOuts = s.options.numOutputBusChannels; var window = Window("test");...

I tried further with `.lauout`, but it does not respect the view width defined via variables: ```supercollider ( var meter = ServerMeterView; var numIns = s.options.numInputBusChannels; var numOuts = s.options.numOutputBusChannels;...

>... where "new instance" has already been discussed, and the "returns::" line doesn't add any new information. Perhaps omit here? Considering the cases illustrated below, I would suggest the following:...

I would suggest adding the followings: **Additional Guidelines:** - **Minimum number of successive single-sentence paragraphs** Reading a succession of single-sentence paragraphs is not ideal. While isolating a sentence within a...

Thank you for your valuable opinions! I will wait for the conclusion before changing this PR.

>@prko would it be fine w/ you to implement it this way (but please wait w/ the implementation until we have a consensus ;) ) yes!

Thank you for your opinions. I have uploaded https://github.com/supercollider/supercollider/pull/6796/commits/e4d991ce895a87cd6400103cf1258fd2f023b5f7. **This is merely a draft, and I am more than happy to make any necessary changes.** I would greatly appreciate your...

>I would suggest, move the verbose repetitive things into a dedicated error class (e.g. ServerNeedsToBeRunning), which takes the server and the method as arguments. Then you can write: Do we...

Ah, all examples here are tested with warning cases only. Sorry! I will test again!

I tried `Env.perc.test`with the modified methods, and there is no issue: [demo video](https://www.dropbox.com/scl/fi/wiven5n6t0mg3lg6fs7gl/warn-message-demo.mov?rlkey=gbvl5ivbifjqt5w96oy9bsva1&st=ymppzass&dl=0) I will test with the other 16 cases using this structure.