Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 343 Bytes

readme.md

File metadata and controls

10 lines (8 loc) · 343 Bytes

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