Giter Club home page Giter Club logo

soundboard's Introduction

Soundboard

Ultraschall Soundboard VST das Soundboard für Podcaster.

Build Status

Installation

  • Entpacken des ZIP-Archivs
  • Verschieben der Datei Soundboard.vst nach: USER/Library/Audio/Plug-Ins/VST
  • Die eventuell schon vorhandene, alte Version unter HDD/Library/Audio/Plug-Ins/VST bitte löschen

Entwickler HowTo

Den Sourcecode bekommst du wie folgend:

git clone https://github.com/Ultraschall/Soundboard.git Soundboard
cd Soundboard
git submodule init 
git submodule update

Wenn du dich noch nicht mit dem JUCE Framework auskennst, kannst du dich hier http://www.juce.com/learn/getting-started darüber informieren.

Um das VST Plugin übersetzen zu können brauchst das VST STK von Steinberg. (https://www.steinberg.net/de/company/developer.html)

Das Soundboard sollte unter Mac OS X, Linux und Windows übersetzbar sein. Die passenden Projektdateien findet ihr unter ./Builds.

Über dein Feedback freuen wir uns natürlich.

Linux (Ubuntu)

Folgende Pakete werden benötigt.

sudo apt-get -y install build-essential
sudo apt-get -y install libfreetype6-dev
sudo apt-get -y install libx11-dev
sudo apt-get -y install libxinerama-dev
sudo apt-get -y install libxcursor-dev
sudo apt-get -y install mesa-common-dev
sudo apt-get -y install libasound2-dev
sudo apt-get -y install freeglut3-dev
sudo apt-get -y install libxcomposite-dev 
sudo apt-get -y install libxrandr-dev
sudo apt-get -y install libsdl1.2-dev
sudo apt-get -y install libc++-dev

sudo apt-get -y install clang
sudo update-alternatives --config c++

Zum kompilieren muss clang verwerdent werden! GCC und libstdc++ untersetuetzen einige Features des Soundboard Sourcecodes noch nicht.

Von https://github.com/FortAwesome/Font-Awesome/tree/master/fonts muss die Font fontawesome-webfont.ttf installiert werden. (Leider geht die eingebettete Font nicht unter Linux)

Nach dem kompilieren muss die Datei Soundboard.so unter /usr/local/lib/lxvst/ kopiert werden.

Windows

Die Binaries kommen am besten unter C:\Program Files\VstPlugins

soundboard's People

Contributors

danlin avatar heikopanjas avatar johannes-mueller 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.