PyoungRyang Ko
PyoungRyang Ko
Done with #6986. I hope I did it correctly!
@capital-G This issue should be reopened since the following is still not implemented: >Have a menu item "open examples folder", perhaps? However, I cannot find such a menu in the...
@dyfer, @telephon I think the following sentence >[NodeTreeView](https://github.com/supercollider/supercollider/Classes/NodeTreeView.html) class. Server.plotTree creates an instance of it. by @prko and @dyfer in should be as follows: [NodeTreeView](https://github.com/supercollider/supercollider/Classes/NodeTreeView.html) class. Server.plotTree creates an instance...
This is still reproducible. Is it not possible to resolve this?
#### On Windows 11 arm64 (on virtual machine 1 via Parallels Desktop on macOS 14.6.7 m1max): an unsuccesful case This virtual machine is my main Windows machine. ``` Booting server...
Here is a test on a real machine: --- #### Unsuccessful with default device option value: ``` Booting server 'localhost' on address 127.0.0.1:57110. Device options: - ASIO : Steinberg built-in...
Could such a code be used in a class definition which can be called when the server boots? ``` ( aMethod { Platform.case( \osx, { var devices = ServerOptions.devices; s/*should...
Of course! Here’s a test result on a real Windows 11 machine. ``` compiling class library... Found 874 primitives. Compiling directory 'C:\Users\prahm\Dropbox\prahms\Downloads\SuperCollider\SCClassLibrary' Compiling directory 'C:\ProgramData\SuperCollider\Extensions' Compiling directory 'C:\Users\prahm\AppData\Local\SuperCollider\Extensions' numentries =...
I understand that FluCoMa is a separate project and not officially part of the SuperCollider core. However, since it already addresses the overhead of spawning multiple BufRd UGens for control-rate...
Perhaps something along the following lines (some overlap with suggestions already made): - `Buf2Array` - `BufToArray` - `BufArray` - `BufRdArray` - `BufRdAsArray` `BufDump` also seems appealing, although it suggests that...