Git Product home page Git Product logo

dsynkant's Introduction

DSynkant

Description

DSynkant is a virtual synthesizer that emulates the Roland D-50/D-550.

Features

It's rather barebone right now. There is no GUI, no presets, and no sound! It only compiles on Linux but the code should easily be portable to other platforms. It supports DSSI and VST.

Requirements

Compilation

mkdir build
cd build
cmake ..
make -j4

should work.

For VST support, download the VST SDK (tested with 3.6) 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

Contribution

It is largely incomplete, if you want to help you are more than welcome.

Coding standard:

Patches (pull requests) that do not meet the coding standard will not be accepted.

  1. Indentation: smart-tab, see http://www.emacswiki.org/emacs/SmartTabs for Emacs and http://www.vim.org/scripts/script.php?script_id=231 for Vim.
  2. 80 columns max per line.

Bugs

Unknown. Please create an issue if you find some.

Author

Nil Geisweiller

Acknowledgment

Thanks to:

  • David Godevais for giving me his Roland D-550!

dsynkant's People

Contributors

ngeiswei avatar

Watchers

 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.