Web synth runs completely in the web browser, so no installation or other setup is required. The full application is available online:
After loading the application for the first time, you'll be greeted with the [[welcome-page]].
I highly recommend checking out a couple of the demo compositions shown under the Demos section. They provide a nice overview of the high-level features of web synth and show off the kinds of patches you can build with it.
At any time, you can reset web synth back to its default patch by clicking the red X icon in the top right of the screen:
Web synth's structure is tightly tied to the concept of the [audio-graph]. You can think of web synth as a bunch of nodes (also referred to as [module]s) that produce and/or consume sound or other signals which are connected together.
For this reason, the [graph-editor] is of central importance to web synth.
Whenever a [module] is added to a composition, it will almost always need to be connected to some other module in order for it to do anything. Any sound sent into the special Destination node will be output from your speakers/headphones.
Although web synth is mostly stable and usable, there are still bugs - especially in less well-trodden corners and older features.
If you ever run into an issue or crash, you can often work around it by simply refreshing the page. Web synth will always save its state when closing its tab or refreshing, and it will load back exactly the same way when it's opened again.
Check out the [composition-sharing] module to browser a collection of patches and compositions from me and other users. You can also use it to save your own compositions and generate a publicly available URL for them to send to others.