Giter Site home page Giter Site logo

110-kenichi / deicsonze Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ngeiswei/deicsonze

1.0 0.0 0.0 103 KB

VST/DSSI/LV2 emulator of the YM2414, the FM synthesizer of the Yamaha DX11 and TX81Z. Warning: WIP, does not compile yet.

License: GNU General Public License v2.0

CMake 1.65% C 0.45% C++ 97.89%

deicsonze's Introduction

Deicsonze

Emulator of the YM2414, the FM synthesizer of the Yamaha DX11 and TX81Z. Previously only part of http://www.muse-sequencer.org/ now standalone.

Features

  • Nearly perfect emulation
  • Support SysEx
  • Over 2000 presets
  • VST, DSSI, (LV2 comming soon)
  • MIDI controls assigned to parameters
  • GUI

Requirements

Installation

  1. Create build directory and run cmake
$ mkdir build
$ cd build
$ cmake ..
  1. Compile
$ make
  1. Install
$ sudo make install

For VST support, download the VST SDK (https://www.steinberg.net/en/company/developers.html) and unzip it directly under the project root directory.

Under GNU/Linux 64-bit, you may also need to comment out a bit of code in

pluginterfaces/vst2.x/aeffect.h

like all definitions of VSTCALLBACK except

#define VSTCALLBACK

Parameters Description

TODO

TODO

  • Fix release bug in Poly mode
  • Fix noise period parameter
  • Expose parameters to VST host
  • Define presets

Help

The last features (portamento and pitch envelope) have been implemented only based on the documentation, not compared with the real hardward. If you own a DX11 or TX81Z I need you! Please record your sound with different values of portamento and pitch envelope and send it to me so I can improve the fidelity of the emulation.

Author

Nil Geisweiller

deicsonze's People

Contributors

ngeiswei avatar

Stargazers

now_its_dark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.