Skip to content

A tutorial on how to write SuperCollider plugins in C++

Notifications You must be signed in to change notification settings

notam02/supercollider-plugin-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to make a SuperCollider server plugin in C++

This repository contains a tutorial on how to create a SuperCollider plugin in C++.

Build

Convert to pdf (or any other format) using pandoc:

cd tutorial
pandoc -i how-to-make-a-supercollider-plugin-cpp.md -o how-to-make-a-supercollider-plugin-cpp.pdf