Download

visp 1.0.6

This is the main visp application. This AIR package will install visp as a standalone application on your system.

visp 1.0.6 Source Code

This is the source code for the main visp application. You’ll need this if you want to start creating your own custom renderers.

visp MIDI Proxy 1.0.0

This is the Java MIDI proxy application which facilitates communication between visp and your MIDI device. Download this if you intend to use a MIDI input device with visp.

visp MIDI Proxy 1.0.0 Source Code

This is the source code for the Java MIDI proxy application.

visp Demo Renderers and Source Code 1.0.3

Two demonstration renderers and their source code are included in this zip file to assist you in creating your own renderers. One is called BasicRenderer which is pretty basic and is simply meant to clearly demo input handling and a renderer’s lifecycle. The other is called Burster and represents a sample of how you could approach creating a renderer.