
jVSTwRapper allows
you to develop VST (2.4), Audio Unit (AU) and LADSPA
compatible audio plug-ins and virtual instruments
plus user interfaces (Swing) with the Java
programming language on Windows, Linux and Mac OS X.
5 demo plugins (+src) are included.
Summary of changes compared to the
last release:
- Passes the VST-Plugin Unit Test Suite.
- Added a new version of the Liquinth demo
synth.
- More robust string handling.
- Fix to the GUI focus bug.
- Passes static code validation in
VisualStudio 2010.
The Steinberg VST interface
technology is used and supported by a large variety
of different audio applications on different
platforms like Windows, Linux and Mac OS X. This
technology is a de facto standard for audio
applications, and provides the richest set of
functionality for audio plugin programming.
jVSTwRapper therefore uses VST as the base
technology and translates other audio plugin
standards such as Audio Unit (AU) or LADSPA to VST
by means of "native stubs".
jVSTwRapper therefore is a
multi-platform, multi-plugin-technology project,
grounded by VST technology. By providing native
stubs for each platform and plug-in technology, a
single jVSTwRapper plugin runs on three platforms
(Windows, Linux and Mac OS X) and supports three
plugin technologies (VST, AU, LADSPA) without any
code changes or recompilation. Multi-platform
plugins are created with a single command.
jVSTwRapper is free.
Visit:
daniel309