ChromaticIsobar / HyperTremolo

Dual Amplitude Modulator effect. It is designed to be an Harmonic Tremolo, but can be tweaked to get a lot of different effects, e.g. a Rotary Simulator
MIT License
4 stars 0 forks source link
harmonic juce modulation plugin tremolo vst

HyperTremolo

Projucer CI/CD Badge Download Badge

HyperTremolo is a Dual Amplitude Modulator effect. It is designed to be an Harmonic Tremolo, but can be tweaked to get a lot of different effects, from haunting Ring Modulations to Rotary Speaker emulations!

Screenshot

The Effect

HyperTremolo splits your input signal into a low-passed and a high-passed signal. Each of these signals is modulated with an amplitude modulator (tremolo). Then the two signals are mixed back together.

Diagram

Parameters

The parameters are divided in three sections

Tremolo

Filter

Mixer

Example Settings

Through-0 Rate Ratio Sync Depth Crossover Resonance Balance Harmonic Gain Mix
Fast Pulsar 6.00 1.00 0.50 1000.0 0.707 0.50 1.00 7.00 1.00
Slow Phaser 0.75 1.00 0.67 1000.0 0.707 0.50 1.00 7.00 1.00
Subtle Rotary 1.33 4.50 0.90 1000.0 0.707 0.60 1.00 7.00 1.00
Rotary Cabinet 1.33 4.50 0.90 1000.0 1.25 0.60 1.00 6.00 1.00
Dual Trem 2.00 4.00 0.75 1000.0 0.707 0.50 0.00 7.00 1.00
Glitchy Resonances 6.28 10.00 1.00 200.0 0.707 0.333 0.50 7.00 1.00

Installation

You can find the latest release on GitHub at https://github.com/ChromaticIsobar/HyperTremolo/releases

Installer

To download and install HyperTremolo, you can use an installer

Windows

You can either download the installer only (HyperTremolo_win_installer_v<x>.<y>.<z>.zip) or the the whole release (HyperTremolo_v<x>.<y>.<z>.zip, see Download). Extract and execute HyperTremolo_win_installer_v<x>.<y>.<z>.exe for a guided installation

Linux

From the command line, run

curl -s https://raw.githubusercontent.com/ChromaticIsobar/HyperTremolo/main/installers/linux/install.py | python3 -

Run the command with the --help option to get information about the available options

Manual instalation

Download

You can either download only the specific plugin (standalone, VST3, or Audio Unit) for your OS or the whole release in a single zip file: HyperTremolo_v<x>.<y>.<z>.zip. This file contains:

Install

Standalone applications require no installation. Plugins must be copied to the proper directory to be installed

OS Plugin Path Plugin Path
Windows VST3 (x64) C:\Program Files\Common Files\VST3 VST3 (Win32) C:\Program Files (x86)\Common Files\VST3
MacOS VST3 Library/Audio/Plug-ins/VST3 AU Library/Audio/Plug-ins/Components
Ubuntu VST3 ~/.vst

Build from source

You can find instructions on how to build from source at https://github.com/ChromaticIsobar/HyperTremolo/blob/main/BUILD.md

Contacts

This software was developed by Marco Tiraboschi at the Laboratorio di Informatica Musicale

For issues about this specific software, please open an issue on GitHub

https://github.com/ChromaticIsobar/HyperTremolo

License

Copyright (c) 2021 Marco Tiraboschi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.