Add more information on feature post#295
Merged
capital-G merged 2 commits intosupercollider:mainfrom Mar 30, 2025
Merged
Conversation
telephon
reviewed
Mar 29, 2025
Member
telephon
left a comment
There was a problem hiding this comment.
and at the end:
"Since then, it is maintained …"
| *scsynth* – A real-time audio engine implemented as a server | ||
| *sclang* – An interpreted programming language which acts as a client to the server | ||
| *scide* – An editor for sclang with an integrated help system | ||
| <br /> |
Member
There was a problem hiding this comment.
Due to the client/server architecture, it is possible for multiple clients to play one sound server.
Although sclang [link to some help file?] is the native language for the server, there are also several client implementations in other programming languages such as
telephon
approved these changes
Mar 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I think if we start talking about server we should mention that this scsynth is not a webserver.
I also added that scsynth has multiple ways to interact with (aka client implementations), emphasizing the "polyglottness" of the SuperCollider ecosystem :)
While we are at it, I'd also like to show some love for supernova :)
Decided to first mention the features, than its origins - hope this is fine w/ everyone.
I am unsure if this isn't too much technical mumbo-jumbo upfront - maybe someone can give some feedback here? Yet we were already talking about servers and interpreted languages which probably only people w/ IT background could relate to.