Download project files

How do I verify a download?


0.1 release from the 0.x series released

Release information
Release notes:

PyVST 0.1 uses ctypes for dynamically loading a VST plugin. It thus provides a Python interface to the VST standard.

Version 0.1 provides basic access to the VST interface, as well as a script to analyze and display the audio process of a plugin.

Changelog:

- Uses the VST dispatcher for several functions:
  - processReplacing
  - processDoubleReplacing
  - open/close the plugin
  - open/close the GUI editor
  - returns the GUI rectangle
  - set the sample rate
  - set the block size
  - get name/vendor/product
  - handle programs
  - handle parameters
  - suspend/resume
- set/get a parameter
- get number of programs
- get number of inputs
- get number of outputs
- display.py script
  - can load any plugin
  - displays the editor, if it exists
  - uses a stereo sine-sweep
  - displays a spectrogram of the process of the stereo sine-sweep
  - dumps properties information

File Description Downloads
download icon pyvst-0.1.0.zip (md5) PyVST 0.1 513
last downloaded 3 weeks ago
Total downloads: 513