All Projects → usdivad → Melodrumatic

usdivad / Melodrumatic

Licence: GPL-3.0 license
Audio plugin that lets you use MIDI to pitch-shift via delay to turn unpitched audio into melodies

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Melodrumatic

juceSynths
Collection of JUCE synthesisers utilising the Maximilian library.
Stars: ✭ 78 (+200%)
Mutual labels:  dsp, vsts, vst, vst3
juce-cookbook
Collection of tutorials & resources for the C++ library JUCE
Stars: ✭ 58 (+123.08%)
Mutual labels:  dsp, vsts, vst3, audiounit
Juce
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
Stars: ✭ 3,841 (+14673.08%)
Mutual labels:  vst, vst3, aax, audiounit
Regrader
VST delay plugin where the repeats degrade in resolution
Stars: ✭ 44 (+69.23%)
Mutual labels:  dsp, delay, vst, vst3
Dplug
Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
Stars: ✭ 341 (+1211.54%)
Mutual labels:  dsp, vst, vst3
dd-core
Rust-based VST plugin development library with hardware accelerated GUI support.
Stars: ✭ 32 (+23.08%)
Mutual labels:  vsts, vst, audio-plugin
GuitarAmp
A basic and experimental guitar modeling amp
Stars: ✭ 79 (+203.85%)
Mutual labels:  vst, vst3, audiounit
DAFx19-Gamelanizer
Accompanying material for the paper 'A Real-Time Audio Effect Plug-In Inspired by the Processes of Traditional Indonesian Gamelan Music'
Stars: ✭ 33 (+26.92%)
Mutual labels:  dsp, vsts, vst
Audio Plugin Development Resources
Various resources related to developing plugins for audio production.
Stars: ✭ 136 (+423.08%)
Mutual labels:  dsp, vst, vst3
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+3250%)
Mutual labels:  dsp, vst, vst3
Roboverb
A VST / VST3 / AU / LV2 Reverb Plugin
Stars: ✭ 48 (+84.62%)
Mutual labels:  vst, vst3, audiounit
fogpad
A VST reverb effect in which the reflections can be frozen, filtered, pitch shifted and ultimately disintegrated.
Stars: ✭ 61 (+134.62%)
Mutual labels:  dsp, vst, vst3
Jamtaba
Jamtaba is a software to play online music jam sessions.
Stars: ✭ 174 (+569.23%)
Mutual labels:  midi, vst
Shaden
🎧 A modular audio synthesizer.
Stars: ✭ 175 (+573.08%)
Mutual labels:  midi, dsp
simple-reverb
A simple reverb made with the JUCE DSP module
Stars: ✭ 43 (+65.38%)
Mutual labels:  dsp, vst
Helio Workstation
One music sequencer for all major platforms, desktop and mobile
Stars: ✭ 2,257 (+8580.77%)
Mutual labels:  midi, vst
Protoplug
Create audio plugins on-the-fly with LuaJIT.
Stars: ✭ 175 (+573.08%)
Mutual labels:  midi, vst
Adlplug
FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Stars: ✭ 249 (+857.69%)
Mutual labels:  midi, vst
AUParamsApp
An AUv3 MIDI plugin. See the blog post
Stars: ✭ 24 (-7.69%)
Mutual labels:  midi, audiounit
vst-cmake
A cross-platform CMake-based template for designing VST audio plug-ins.
Stars: ✭ 21 (-19.23%)
Mutual labels:  vsts, audio-plugin

Melodrumatic

Melodrumatic screenshot

Overview

Melodrumatic is an audio plugin that lets you "pitch-shift" via delay (i.e. the Doppler effect) to turn unpitched audio into melodies. Controllable via MIDI or mouse :)

Demo video: https://youtu.be/KpkDhlis1zw

Available Formats

VST3, AU, AAX, Unity

Installation

Download the latest version of Melodrumatic from the releases page, then unzip and place the individual files into the appropriate plugin folders for your respective DAWs (or Unity!)

For Mac, this usually means:

VST3  -->  ~/Library/Audio/Plug-Ins/VST3
AU    -->  ~/Library/Audio/Plug-Ins/Components
AAX   -->  /Library/Application Support/Avid/Audio/Plug-Ins
Unity -->  [YourProjectName]/Assets/Plugins

And for Windows, this usually means:

VST3  -->  C:\Program Files\Common Files\VST3
AU    -->  Not supported :(
AAX   -->  C:\Program Files\Common Files\Avid\Audio\Plug-Ins
Unity -->  [YourProjectName]\Assets\Plugins

For Unity projects, install the plugin (audioplugin_Melodrumatic.bundle on Mac, audioplugin_Melodrumatic.dll + audioplugin_Melodrumatic_UnityScript.cs on Windows) into [YourProjectName]/Assets/Plugins.

Usage

For DAWs

(NOTE: The screenshot examples are in Ableton Live, but the steps should be relatively similar for any DAW you use; currently the plugin has been tested with Ableton Live, Logic Pro X, and REAPER)

1. Insert Melodrumatic as an effect on the track whose output you'd like to pitch-shift (this can be either an audio or a MIDI track).

DAW usage step 1

2. Create a MIDI track.

DAW usage step 2

3. Route the MIDI track's output to the track that Melodrumatic resides on...

DAW usage step 3a

... and specifically to Melodrumatic.

DAW usage step 3b

4. (optional) If you have an external MIDI controller, assign that as the input to your MIDI track so that you can control Melodrumatic live!

DAW usage step 4

For Unity

1. Insert Melodrumatic as an effect onto the desired Audio Mixer (the plugin will show up as audioplugin_Melodrumatic). Unity usage step 1

2. (optional) Right-click parameters and select "Expose parameterName to script" in order to control Melodrumatic through scripting! Unity usage step 2

NOTE: Since the Unity plugin normalizes parameter values to a 0-1 range, in order to treat the Delay Time parameter as MIDI notes you'll need to re-scale the values. This can be done by quantizing values to steps of 0.0078125 (i.e. 1/128).

Contact

Please get in touch if you end up making any cool music, sounds, or games using this, as well as if you have any questions or comments!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].