Example Scripts

There are a bunch of scripts included with VstLua. Most of these are intended as examples, so that you can see how to build your own, rather than complete, useful entities in their own right. Scripts that are host-synced (and therefore need the host to be running to do anything) are marked HostSync .

scripts/

scripts/contrib

Contributed scripts go here!

scripts/algo

Algorithmic music generation stuff. Only very basic things here just now. All of these are host-synced, so the host must be playing for any output to be generated.

scripts/test

Test functions, not likely to be very interesting to most people.

scripts/netosc

Networking, shared memory communication, and Open Sound Control examples.