prko
prko
I think it is better to change the 7th line: from ``` var projectPath = "~/tmp/reacollider-%.RPP".format(Date.getDate.stamp).asAbsolutePath; ``` to ``` var projectPath = "~/reacollider-%.RPP".format(Date.getDate.stamp).asAbsolutePath; ```
To show what I mean, here are two examples: - Example 1: the current status of my research on recursive playback of music written according to the bar structure of...
Thank you for your precious opinion! In February, 2018, I posted it in the mailing list, but nobody gave me any feedback: https://www.listarc.bham.ac.uk/lists/sc-users/msg59085.html I am a bit confused with the...
I expect to read your method in the tutorial! I understand now ASPN is simpler in SC, but the system of the pitch names should be explained in the tutorial....
Is the first part of the following piece interesting enough for a transcription example? https://www.youtube.com/watch?v=ffZnrJpQmZY the number of voice is fixed but mixed with rests. There is a note exceeds...
The PDF of Process help document in this PR - [Process _ SuperCollider 3.14.0-dev Help - default css.pdf](https://github.com/supercollider/supercollider/files/15206478/Process._.SuperCollider.3.14.0-dev.Help.-.default.css.pdf) - [Process _ SuperCollider 3.14.0-dev Help _ custom.css.pdf](https://github.com/supercollider/supercollider/files/15206477/Process._.SuperCollider.3.14.0-dev.Help._.custom.css.pdf)
@cdbzb @smoge I revised PR reflecting what you pointed out: [Process _ SuperCollider 3.14.0-dev Help.pdf](https://github.com/supercollider/supercollider/files/15244165/Process._.SuperCollider.3.14.0-dev.Help.pdf) Sorry and thank you for your efforts to work with a person without sufficient English...
@smoge Thanks for your opinion. Yes, it is indeed confusing. There are three reasons: 1. The use of the variable `test`: If I do not use `test = "thisProcess.nowExecutingPath`, the...
@smoge @cdbzb I saw @cdbzb's like emoticon, so I updated the help file! - [Process _ SuperCollider 3.14.0-dev Help with custom css.pdf](https://github.com/supercollider/supercollider/files/15265244/Process._.SuperCollider.3.14.0-dev.Help.with.custom.css.pdf) - [Process _ SuperCollider 3.14.0-dev Help with default...
I also feel that the last update, which reflects @smoge's suggestion, is now easier to understand. I was obsessed with automation...