Giter Site home page Giter Site logo

denys / stkdekrispatorsynthesizer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from erwincoumans/stkdekrispatorsynthesizer

0.0 1.0 0.0 4.99 MB

Port of Dekrispator Synthesizer to Windows, Linux, Mac and Raspberry Pi. Original for STM32F4 is here: https://github.com/MrBlueXav/Dekrispator Using STK for midi and sound playback.

C++ 57.60% CMake 0.05% C 35.08% Lua 0.52% Objective-C++ 0.37% GLSL 0.10% Objective-C 4.09% Batchfile 0.13% Makefile 0.70% Shell 0.10% Tcl 1.25%

stkdekrispatorsynthesizer's Introduction

StkDekrispatorSynthesizer

Port of Dekrispator Synthesizer to Windows, Linux, Mac and Raspberry Pi. Original for STM32F4 is here: https://github.com/MrBlueXav/Dekrispator Using STK for midi and sound playback.

Build instructions using premake.

Windows

Click on build3/vs2010.bat and open build3/vs2010/0MySolution.sln

Linux, Raspberry Pi and Mac OSX gnu make

On Linux you may need to install ALSA, pthread:

sudo apt-get install libasound2-dev
sudo apt-get install libpthread-stubs0-dev

On Linux, you may try to run the following script terminal:

./build_and_run.sh

Otherwise follow the steps:

cd build3

Dependend on your system (Linux 32bit, 64bit, rPI or Mac OSX) use one of the following lines

./premake4_linux     gmake
./premake4_linux64   gmake
./premake4_osx       gmake
./premake4_rpi       gmake

Then

cd gmake
make

Mac OSX Xcode

Click on build3/xcode4.command or in a terminal window execute

./premake_osx xcode4

Usage

../../bin/App_Dekrispator_gmake

Dekrispator will start in demo mode, switching different sound waves and settings. You can plug in a midi keyboard such as KORG nanoKONTROL2 to tune synth parameters

If you use a midi keyboard you can start playing. It will stop the demo mode and uses the last active sound.

stkdekrispatorsynthesizer's People

Contributors

erwincoumans 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.