GithubHelp home page GithubHelp logo

wandoujia555 / vocalshaper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from do-sth-sharp/vocalshaper

0.0 0.0 0.0 14.75 MB

A JUCE-based Open Source DAW

License: Mozilla Public License 2.0

C++ 87.23% C 9.22% Lua 0.51% Objective-C++ 0.38% CMake 2.36% Batchfile 0.30%

vocalshaper's Introduction

VocalShaper forthebadge

forthebadge forthebadge forthebadge forthebadge forthebadge

A JUCE-based Open Source DAW. Under development, not released.

Supported Technologies

Audio Plugins

  • VST
  • VST3
  • LV2
  • AU (TODO)

Audio Drivers

  • WASAPI
  • DirectSound
  • ASIO
  • CoreAudio (TODO)

Sequence File Formats

  • mid
  • musicxml (TODO)
  • ufdata (TODO)
  • json (OpenSVIP model file)(TODO)

Audio File Formats

  • wav
  • bwf
  • flac
  • mp3
  • ogg
  • aiff / aif
  • wma
  • wmv
  • asf
  • wm
  • aac (TODO)
  • m4a (TODO)
  • 3gp (TODO)

Others

  • MIDI IO
  • MIDI CC
  • MMC
  • Mackie Control (TODO)

Get Source Code

Windows

git clone https://github.com/Do-sth-sharp/VocalShaper.git
cd VocalShaper
git checkout develop
git submodule update --init --recursive
.\linkEnv.bat

Complie

Windows Debug (MSVC)

"%VCINSTALLDIR%\Auxiliary\Build\vcvarsall.bat" amd64
set CC=cl
set CXX=cl
set ASM=cl
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Debug -B out/build/x64-Debug .
ninja -C out/build/x64-Debug -j 8 VocalShaper

Windows Release (MSVC)

"%VCINSTALLDIR%\Auxiliary\Build\vcvarsall.bat" amd64
set CC=cl
set CXX=cl
set ASM=cl
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -B out/build/x64-Release .
ninja -C out/build/x64-Release -j 8 VocalShaper

Run

Windows

cd app
VocalShaper

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.