VL.SCSynth 0.0.3-alpha

This is a prerelease version of VL.SCSynth.
dotnet add package VL.SCSynth --version 0.0.3-alpha
                    
NuGet\Install-Package VL.SCSynth -Version 0.0.3-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VL.SCSynth" Version="0.0.3-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VL.SCSynth" Version="0.0.3-alpha" />
                    
Directory.Packages.props
<PackageReference Include="VL.SCSynth" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VL.SCSynth --version 0.0.3-alpha
                    
#r "nuget: VL.SCSynth, 0.0.3-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VL.SCSynth@0.0.3-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VL.SCSynth&version=0.0.3-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=VL.SCSynth&version=0.0.3-alpha&prerelease
                    
Install as a Cake Tool

VL.SCSynth

SuperCollider Server-Client Lib - foundation for vvvv and SC integration

What is this?

VL.SCSynth (SuperCollider Server)[^5] is a minimal implementation of a standalone server executor (scsynth)[^10] using the VL.IO.OSC lib.

<cite>Read more about SuperCollider here</cite>

It supports all major OSC messages for manipulating the server itself and its nodes, such as SynthDefs, Synths, Groups and Busses (check this list below).

Therefore it is bundled with all the appropriate functionalities to build your own messages and queries.

SCServer comes with an integrated SCClient (for receiving scynth responses). However SCClient can be used to access an active SuperCollider server by any machine, locally or internally.

[^10]: scsynth – A real-time audio server

Use SynthDefs to Instanciate Synths

<b>Check the example in your Help Browser (F1) "Custom SynthDefs"</b>

<ol> <li>Create a folder named "synthdefs" next to your project file (root)</li> <li>Populate the "synthdefs" folder with scsyndef files (compiled synthdefs)</li> <li>Add VL.SCSynth to your patch project</li> <li>Call SYNTHDEFS category from your nodebrowser</li> <li>Pick and introduce a Synth (instance) based on the provided synthdef files</li> </ol>

Sponsoring

The development of this library was mainly sponsored by:

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.3-alpha 161 3/19/2025
0.0.2-alpha 159 3/19/2025
0.0.1-alpha 107 12/19/2024