Geonkick-Synthesizer / geonkick

Geonkick is a free software synthesizer capable of generating a wide range of percussive sounds, including kicks, snares, claps, hi-hats, shakers, and also unique effect sounds.
https://geonkick.org
GNU General Public License v3.0
105 stars 7 forks source link
c cpp lv2 percussion standalone synthesizer vst3

Geonkick

Geonkick - a free software percussion synthesizer.

Website: https://geonkick.org

Geonkick is a free software synthesizer capable of generating a wide range of percussive sounds, including kicks, snares, claps, hi-hats, shakers, and unique effect sounds.

License: GNU General Public License, Version 3

Author and maintainer: Iurie Nistor

Version: 3.5.0

If you have an idea about a feature or found an issue, please, submit it:

Screenshot

Screenshot

Download

Source code repository:

Features

Requirements

In order Geonkick to run and operate correctly there is a need

for standalone:

for plugin:

Build & Install

Install dependencies

In order to build Geonkick there is a need to install the following development packages:

On Debian, Ubuntu, Ubuntu Studio install:

apt-get install build-essential cmake libjack-dev libsndfile-dev rapidjson-dev lv2-dev libcairo2-dev
Build & install Geonkick

Clone the Geonkick code repository, compile and install.

    copy the source code of the latest release
    mkdir geonkick/build
    cd geonkick/build
    cmake ../
    make
    make install
Build Geonkick with VST3 Plugin

Get VST3 SDK than build Geonkick VST3 plugin:

    mkdir geonkick/build
    cd geonkick/build
    cmake -DVST3_SDK_PATH=<full system path to VST3 SDK folder> -DSMTG_ENABLE_VST3_PLUGIN_EXAMPLES=OFF -DSMTG_ENABLE_VST3_HOSTING_EXAMPLES=OFF -DSMTG_ENABLE_VSTGUI_SUPPORT=OFF ../
    make
    make install
Building on Windows

To build on Windows, there is a need to install MSYS2/UCRT64 and follow the same steps as mentioned above.

Documentation

doc/Geonkick_User_Guide.md