File: README.md

package info (click to toggle)
pd-vstplugin 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,008 kB
  • sloc: cpp: 22,794; lisp: 2,860; makefile: 37; sh: 26
file content (24 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
VSTPlugin SuperCollider extension
=================================

### Documentation:

See the various SC help files, in particular for the `VSTPlugin` and `VSTPluginController` classes.

---

### Known issues:

* The Supernova version of VSTPlugin only works on SuperCollider 3.11 and above!

* macOS: the VST GUI only works on SuperCollider 3.11 and above!
  Otherwise you get a warning if you try to open a plugin with "editor: true".

* Existing SynthDef files written with v0.4 or below don't work in v0.5, because the UGen structure has changed; you have to recreate them with the new version.

---

### Third-party clients:

If you want to port the VSTPlugin UGen to a third-party client,
have a look at the [UGen command reference](doc/VSTPlugin-UGen-Reference.md)