VL.SCSynth 0.0.1-alpha

This is a prerelease version of VL.SCSynth.
dotnet add package VL.SCSynth --version 0.0.1-alpha                
NuGet\Install-Package VL.SCSynth -Version 0.0.1-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.1-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VL.SCSynth --version 0.0.1-alpha                
#r "nuget: VL.SCSynth, 0.0.1-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.
// Install VL.SCSynth as a Cake Addin
#addin nuget:?package=VL.SCSynth&version=0.0.1-alpha&prerelease

// Install VL.SCSynth as a Cake Tool
#tool nuget:?package=VL.SCSynth&version=0.0.1-alpha&prerelease                

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:

There are no supported framework assets in this 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.1-alpha 43 12/19/2024