VocalShaper
A JUCE-based Open Source DAW
Install / Use
npx skills add Do-sth-sharp/VocalShaperInstalls into whichever agent you are using.
README
VocalShaper 
A JUCE-based Open Source DAW. This DAW is lightweight and can meet most daily usage needs.
[!IMPORTANT] Under development, not released.
Supported Technologies
Audio Plugins
- VST
- VST3
- LV2
- ARA
- 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 (MSVC)
git clone https://github.com/Do-sth-sharp/VocalShaper.git
cd VocalShaper
git checkout develop
git submodule update --init --recursive
cd vcpkg
.\bootstrap-vcpkg.bat
vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-windows
cd ..
Windows (Clang-LLVM)
git clone https://github.com/Do-sth-sharp/VocalShaper.git
cd VocalShaper
git checkout develop
git submodule update --init --recursive
cd vcpkg
.\bootstrap-vcpkg.bat
vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-windows-llvm
cd ..
Linux (Clang-LLVM)
Requirements:
- alsa
- freetype2
- libcurl
- webkit2gtk-4.0
- gtk+-x11-3.0
- patchelf
git clone https://github.com/Do-sth-sharp/VocalShaper.git
cd VocalShaper
git checkout develop
git submodule update --init --recursive
cd vcpkg
bash bootstrap-vcpkg.sh
./vcpkg install --x-manifest-root=../scripts/vcpkg-manifest --x-install-root=./installed --triplet=x64-linux-llvm
cd ..
Compile
Windows Debug (MSVC)
"%VCINSTALLDIR%\Auxiliary\Build\vcvarsall.bat" amd64
cmake --preset "Ninja Debug x64"
cmake --build build/ninja-debug-x64 --target VocalShaper
Windows Release (MSVC)
"%VCINSTALLDIR%\Auxiliary\Build\vcvarsall.bat" amd64
cmake --preset "Ninja Release x64"
cmake --build build/ninja-release-x64 --target VocalShaper
Windows Debug (Clang-LLVM)
cmake --preset "Ninja Debug Win64 LLVM"
cmake --build build/ninja-debug-win64-llvm --target VocalShaper
Windows Release (Clang-LLVM)
cmake --preset "Ninja Release Win64 LLVM"
cmake --build build/ninja-release-win64-llvm --target VocalShaper
Linux Debug (Clang-LLVM)
cmake --preset "Ninja Debug Linux LLVM"
cmake --build build/ninja-debug-linux-llvm --target VocalShaper
Linux Release (Clang-LLVM)
cmake --preset "Ninja Release Linux LLVM"
cmake --build build/ninja-release-linux-llvm --target VocalShaper
Related Skills
qqbot-channel
385.6kQQ channel management skill. Use qqbot_channel_api for explicit QQ channel-management requests; confirm write, delete, and bulk actions before calling authenticated QQ Open Platform endpoints.
docs-writer
106.4kAlways use this skill when the task involves writing, reviewing, or editing files in the `/docs` directory or any `.md` files in the repository.
cpp
40.5kGuide Cursor to write modern C++ and CMake code with clear structure, RAII, const-correctness, and safe error handling.
gamemaker-gml
40.5kGameMaker Language (GML) rules for scripts, objects, events, rooms, data structures, and performance-minded game code
