Coder Social home page Coder Social logo

moretromain / meeblip-controller Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rclement/meeblip-controller

0.0 1.0 0.0 905 KB

MIDI controller for the Meeblip Anode synthesizer

License: GNU General Public License v3.0

CMake 7.78% Python 5.82% Inno Setup 3.93% Shell 2.08% C++ 80.39%

meeblip-controller's Introduction

Build Status Travis-CI Build status AppVeyor

Take full control over your Meeblip Anode!

Meeblip Controller is a real-time MIDI controller for the Meeblip Anode synthesizer, available on MacOS and Windows as an audio plug-in (VST, VST3, AU) and a standalone app.

Features

Currently supported features:

  • Platforms: MacOS, Windows, Linux
  • Plug-in formats:
    • VST2 (MacOS, Windows, Linux)
    • VST3 (MacOS, Windows)
    • AudioUnit (MacOS)
  • Standalone application
  • Real-time parameters interaction
  • Access to "hidden" (MIDI only) parameters of the synthesizer
  • Synthesizer parameters exported at host level for real-time and offline automations
  • One-shot full synchronization with hardware
  • Support for MIDI events forwarding to plug-in host (default) or selected external device
  • Complete preset system

Build

Requirements

  • git
  • python >= 3.5
  • cmake >= 3.4
  • Packages (MacOS only)
  • XCode >= 9.0 (MacOS only)
  • InnoSetup (Windows only)
  • Visual Studio >= 2017 (Windows only)

For Linux, the following packages are required:

git python3 cmake clang freeglut3-dev libasound2-dev libcurl4-openssl-dev libfreetype6-dev libjack-jackd2-dev libx11-dev libxcomposite-dev libxcursor-dev libxinerama-dev libxrandr-dev mesa-common-dev libwebkit2gtk-4.0-dev ladspa-sdk

Automated

    python ci/all.py

Manual

  1. Checkout submodules
    git submodule update --init --recursive
  1. Build FRUT
    mkdir -p sdks/frut/build
    cd sdks/frut/build
    cmake .. -DCMAKE_INSTALL_PREFIX=../prefix -DJUCE_ROOT=../../juce
    cmake --build . --target install
    cd -
  1. Build the plugin
    mkdir -p build
    cd build
    cmake .. -G ["XCode" | "Visual Studio 15 2017" | "Unix Makefiles"] -A ["Win32" | "x64"] -DCMAKE_BUILD_TYPE=["Debug" | "Release"]
    cmake --build . --clean-first --config ["Debug" | "Release"]
  1. Build the installer
  • MacOS: packagesbuild -v build/installer/meeblip-controller.pkgproj
  • Windows: iscc "build\installer\meeblip-controller.iss"
  • Linux: sh "build/installer/meeblip-controller.sh"

Acknowledgments

This project was inspired by:

This software makes use of the following third-party software:

This software makes use of the following third-party graphic material:

License

GNU General Public License v3.0

Copyright (c) 2018 Romain Clement

meeblip-controller's People

Contributors

rclement avatar

Watchers

Romain Moret 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.