teleVU is a level indicator (or envelope follower) plugin for MIDI controllers like the Neuzeit Instruments Drop. It measures peak or RMS levels of a stereo input in dBFS and converts them to MIDI CC messages, sent to both the plugin output and optionally directly to a connected controller. The interval for both targets is ~70ms. A gain control is applied to the input before measurement, and also affects the audio output.
Thanks to CLAP and clap-wrapper this plugin is available as CLAP, VST3®, and AU.
Checking for latest release…
teleVU.clapteleVU.vst3teleVU.componentinstall.sh — install scriptxattr -dr com.apple.quarantine so your DAW can load the
plugin normally.
install.sh from the unzipped folder into the Terminal window and press Return.If you prefer not to run the script, open Terminal and do the following.
Replace ~/Downloads/teleVU with the path to your unzipped folder:
xattr -dr com.apple.quarantine ~/Downloads/teleVU/teleVU.clap
xattr -dr com.apple.quarantine ~/Downloads/teleVU/teleVU.vst3
xattr -dr com.apple.quarantine ~/Downloads/teleVU/teleVU.component
cp -r ~/Library/Audio/Plug-Ins/CLAP/teleVU.clap /tmp/
cp -r ~/Library/Audio/Plug-Ins/VST3/teleVU.vst3 /tmp/
cp -r ~/Library/Audio/Plug-Ins/Components/teleVU.component /tmp/
rm -rf ~/Library/Audio/Plug-Ins/CLAP/teleVU.clap
rm -rf ~/Library/Audio/Plug-Ins/VST3/teleVU.vst3
rm -rf ~/Library/Audio/Plug-Ins/Components/teleVU.component
cp -r ~/Downloads/teleVU/teleVU.clap ~/Library/Audio/Plug-Ins/CLAP/
cp -r ~/Downloads/teleVU/teleVU.vst3 ~/Library/Audio/Plug-Ins/VST3/
cp -r ~/Downloads/teleVU/teleVU.component ~/Library/Audio/Plug-Ins/Components/
Checking for latest release…
teleVU.clapteleVU.vst3mkdir -p ~/.clap
cp -r ~/Downloads/teleVU/teleVU.clap ~/.clap/
mkdir -p ~/.vst3
cp -r ~/Downloads/teleVU/teleVU.vst3 ~/.vst3/
~/Downloads/teleVU with the actual path to your unzipped folder.
~/.clap and ~/.vst3 are the standard per-user plugin directories
on Linux and are supported by most DAWs.
Checking for latest release…
teleVU.clapteleVU.vst3| File | Destination |
|---|---|
teleVU.clap |
C:\Program Files\Common Files\CLAP\ |
teleVU.vst3 |
C:\Program Files\Common Files\VST3\ |
C:\Program Files\Common Files\.
Right-click the destination folder and choose Properties → Security if you
encounter a permissions error, or paste the files as Administrator.