supercollider / scel

Supercollider emacs package
66 stars 19 forks source link

Server Buffer not showing information #43

Open KonVas opened 2 years ago

KonVas commented 2 years ago

Hello, I am investigating some stuff in scel and I have noticed that the server buffer (created with s.makeWindow) is not responsive. While it is opening well (see below) there is no real time data but only questions marks. Is there another way for this which I am missing or this is not working. I have tested in two emacs installations of Doom and vanilla.

[Quit][K] localhost [-> default] [prepare rec] Avg CPU: ?% Peak CPU: ?% UGens: ? Synths: ? Groups: ? SynthDefs: ?

jxa commented 2 years ago

It's not just you, I see the same behavior. In addition it repeatedly logs an error:

SCLang: Error in command handler
jxa commented 2 years ago

I figured out the immediate issue, https://github.com/supercollider/scel/pull/44. find has been replaced by cl-find. Clearly at one point the buttons were supposed to do something, but there are a bunch of errors when you click them now. I'm not really feeling motivated to fix all that at the moment though, since I don't really use this feature. Posted the draft in case someone wants to pick it up from where i left off