Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError booting #32
Error booting #32
Comments
|
Well that is a SIGABRT that scsynth threw.
It spat out a buffer to stderr which is odd. That seems like it was compiling the SynthDef. So it started scsynth and it started sclang and then posted that buffer to stderr. Can you check that they the processes are starting up ? Maybe you already had a server running and there is an OSC address collision. you really want to use sclang ? hmm. |
|
How do I go about checking if the processes are starting up? I was just trying again from a reboot so I don't think any servers were running. I get the same error, stdeer buffer, when trying to run examples that don't contain synthdefs such as boot-server.js. As for sclang, it's not the language necessarily but the all the useful functionality that web audio or tonejs lacks. I'm thinking specifically of the patterns library. |
|
I was thinking about porting the patterns library to javascript. It would actually be simpler to write it in js than sc. That library could be used with supercollider.js or for tone.js or for graphics. They are just numerical patterns. |
|
Good news, I just got the same error. So I can figure it out now. It acknowledges the notify request and then it quits. The synthdef send is after that.
|
|
will watch for processes named scsynth, updating every second |
I thought that's what you had already done with the server/patterns examples. Are those entirely unusable without booting the server first? My goal, for now, is really just to be able to use those patterns with tonejs. The methods for sequencing are much less advanced there, everything basically has to be built from scratch.
Do you know why this is happening. Is it just with this example or all of them?
When trying this is get an error I can do this:
I think that's just searching for my scsynth right? [s]csynth as you had written gave an error. Having the patterns library availible in js would really be amazing and highly used. Let me know if I could be of any help if you decide to do it. |
|
So it does start it. Then scsynth bails for some reason. With |
|
Working on it a bit this morning. It sure would be helpful if scsynth bothered to tell us why it is killing itself. It only happens when it loads a synth def. The plugins path looks right. I can run it on the command line fine. Maybe something to do with environment variables. Still investigating. |
|
It's actually something to do with sclang booting up and some installed quark doing something that causes the already running scsynth to quit. I removed all my quarks and it now runs fine. I'll track it down further. |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Hello,
I get an error while booting attempting to boot:
I'm pretty sure my paths are correct because when installing I get this readout:
Any obvious problems you can see? Anything I might be forgetting?
Also, i'm looking into ths again because I would like to be able to use some of sclang to control webaudio instead of scsynth so everythign can run in the browser. Can you see any reasons why this wouldn't work? It seems better than trying to rewrite all of the useful features of sclang again.