audazz / morphex

A Spectral Morphing Synthesizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Spectral Morphing Synthesizer

Version Downloads License

Morphex GUI

Morphex is an open source audio plugin that morphs the harmonics of two sounds while exploring the latent timbral space that emerges from the spectral analysis of musical sounds, and to craft new hybrid instruments.

You can download the latest release of the plugin here: https://github.com/MarcSM/morphex/releases

Demo Video

If you want to see the plugin live you can take a look at this video:

https://youtube.com/watch?v=4NT5JkBR96U

In this video you can hear some presets of the plugin. External plugin effects such as distortion and reverb are used at the end of the video to see what kind of sounds can we get when using the plugin within a DAW in a music production use case.

Research Repository

https://github.com/MarcSM/morphex-research

System requirements

Supported OS:

  • macOS 10.13+

Morphex has been tested on macOS with the following hosts:

  • Ableton Live
  • Logic Pro X
  • Reaper
  • Hosting AU

Right now we have 3 different builds of the plugin:

  • A standalone app for macOS (you can open it directly)
  • An Audio Unit plugin “AU”
  • And a “VST3” plugin

How to compile Morphex

macOS

  1. Clone this repository

  2. Download Juce (http://www.juce.com/) - This project is currently made using JUCE v5.4.3

  3. Open "Morphex.jucer" using the Projucer app

  4. On the menu bar go to "Projucer -> Global Paths" and set "Path to JUCE" and "JUCE Modules".

  5. Click on "File -> Save Project and open in IDE" to load the project in XCode.

  6. Once the project is loaded hit de build button.

  7. Build done!

License

Morphex is licensed under the GNU General Public License v3.0 license (https://www.gnu.org/licenses/gpl-3.0).

Copyright © 2019, Marc Sanchez Martinez.

About

A Spectral Morphing Synthesizer

License:GNU General Public License v3.0


Languages

Language:C++ 98.0%Language:C 1.5%Language:Objective-C++ 0.5%Language:R 0.0%