项目作者: johanLsp

项目描述 :
FM / Formant synthesizer (VST/AU/Standalone)
高级语言: C++
项目地址: git://github.com/johanLsp/Milion.git
创建时间: 2017-12-05T20:57:45Z
项目社区:https://github.com/johanLsp/Milion

开源协议:

下载


Milion

Build Status Build status

Milion is a free experimental synthesizer plugin based on FM and Formant synthesis.

It is available as a VST/VST3/AU plugin or as a standalone application for OSX, Windows & Linux

Build this project

This repository relies on submodules. To recursively clone all submodules:

  1. git clone --recurse-submodules https://github.com/johanLsp/Milion.git

The project is based on CMake and suppports Linux/Macos/Windows. To build it, run:

  1. mkdir build && cd build
  2. cmake ..
  3. make