JVAPTools Java VST Audio Plugins Tools Library
The easiest way of creating VST plugins with Java and jVSTwRapper.
Hosted by:SourceForge.net Logo

Introduction

Features

Documentation

Download

Scripteffect

License

Contribute

Forum

CVS

Links

Contact

Sourceforge site

Scripteffect
Info Screenshot Installing Tutorial Scripts
 

Scripts

Here are some example scripts for Scripteffect:

volume.scr: A simple volume plugin. Parameter a changes the volume of the incomming audio.

midivolume.scr: A simple midi plugin that sets the volume of all midi notes to the value of parameter a. Please consult your hosts manual to find out, how to route midi in and out of an effect plugin.

midiscale.scr: A simple midi plugin, that scales all midi notes with 2*a. Please consult your hosts manual to find out, how to route midi in and out of an effect plugin.

delay.scr: A delay effect. Parameter a determines the delay and parameter b the feedback.

lowpass.scr: A resonant lowpass effect. Algorithm is from www.musicdsp.org. Parameter a is the cutoff frequency, parameter b is the resonance, parameter c can be used to set the maximum cutoff frequency and parameter d to finetune the resonance.

Contribute your scripts

If you made a usefull script then please send it to me and I will put it on this page or make it downloadable on the download page.

Send a script.

 

 

 

Last change : 03/29/2006|Contact