clap-plugins
No description available.
파일 탐색기
최종 버전 다운로드 (.zip)- build.properties.json
- build-gui.yml
- build-headless.yml
- build.groovy
- ADSR.qml
- CMakeLists.txt
- DigiOsc.qml
- Filter.qml
- Knob.qml
- qmldir
- main.qml
- main.qml
- main.qml
- main.qml
- main.qml
- main.qml
- main.qml
- CMakeLists.txt
- CMakeLists.txt
- abstract-gui-factory.cc
- abstract-gui-factory.hh
- abstract-gui-listener.cc
- abstract-gui-listener.hh
- abstract-gui.cc
- abstract-gui.hh
- cf-timer.cc
- cf-timer.hh
- CMakeLists.txt
- gui-handle.cc
- gui-handle.hh
- gui-main.cc
- gui.cc
- gui.hh
- local-gui-factory.cc
- local-gui-factory.hh
- parameter-proxy.cc
- parameter-proxy.hh
- plugin-proxy.cc
- plugin-proxy.hh
- threaded-gui-factory.cc
- threaded-gui-factory.hh
- threaded-gui-listener-proxy.cc
- threaded-gui-listener-proxy.hh
- threaded-gui-proxy.cc
- threaded-gui-proxy.hh
- timer.cc
- timer.hh
- track-info-proxy.cc
- track-info-proxy.hh
- transport-proxy.cc
- transport-proxy.hh
- undo-proxy.cc
- undo-proxy.hh
- win32-timer.cc
- win32-timer.hh
- basic-remote-channel.cc
- basic-remote-channel.hh
- buffer.hh
- CMakeLists.txt
- messages.hh
- posix-remote-channel.cc
- posix-remote-channel.hh
- remote-channel.hh
- win32-remote-channel.cc
- win32-remote-channel.hh
- adsr-module.cc
- adsr-module.hh
- digi-osc-module.cc
- digi-osc-module.hh
- dummy-module.hh
- module.cc
- module.hh
- root-module.cc
- root-module.hh
- svf-module.cc
- svf-module.hh
- voice-expander-module.cc
- voice-expander-module.hh
- voice-module.cc
- voice-module.hh
- adsr-plug.cc
- adsr-plug.hh
- char-check.cc
- char-check.hh
- dc-offset.cc
- dc-offset.hh
- dc-offset-with-latency.cc
- dc-offset-with-latency.hh
- gain.cc
- gain.hh
- gain-metering.cc
- gain-metering.hh
- latency.cc
- latency.hh
- mini-curve-display.cc
- mini-curve-display.hh
- offline-latency.cc
- offline-latency.hh
- project-location.cc
- project-location.hh
- realtime-requirement.cc
- realtime-requirement.hh
- scratch-memory.cc
- scratch-memory.hh
- svf-plug.cc
- svf-plug.hh
- synth.cc
- synth.hh
- track-info.cc
- track-info.hh
- transport-info.cc
- transport-info.hh
- undo-test.hh
- undo-test.hxx
- value-type-tests.cc
- boolean-value-type.cc
- boolean-value-type.hh
- decibel-value-type.cc
- decibel-value-type.hh
- enumerated-value-type.cc
- enumerated-value-type.hh
- frequency-value-type.cc
- frequency-value-type.hh
- simple-value-type.cc
- simple-value-type.hh
- value-type.cc
- value-type.hh
- audio-buffer.cc
- audio-buffer.hh
- audio-buffer.hxx
- clap-entry.cc
- CMakeLists.txt
- constants.hh
- container-of.hh
- context.hh
- core-plugin.cc
- core-plugin.hh
- domain-converter.hh
- fixed-point.hh
- intrusive-list.hh
- linux-clap-plugins.version
- macos-symbols.txt
- merge-process-status.cc
- merge-process-status.hh
- modulation-matrix.hh
- parameter.cc
- parameter.hh
- parameters.cc
- parameters.hh
- path-provider.cc
- path-provider.hh
- plugins.plist.in
- sample-delay.cc
- sample-delay.hh
- smoothed-value.hh
- stream-helper.cc
- stream-helper.hh
- tuning-provider.cc
- tuning-provider.hh
- tuning-utilities.hh
- build-gui.ps1
- build-gui.sh
- build-headless.sh
- arm64-osx-cp.cmake
- x64-linux-cp.cmake
- x64-osx-cp.cmake
- x64-win-cp.cmake
- x86-win-cp.cmake
- .clang-format
- .gitignore
- .gitmodules
- clap
- clap-helpers
- CMakeLists.txt
- CMakePresets.json
- Dockerfile
- LICENSE
- README.md
- vcpkg
- yas
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/free-audio/clap-plugins
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd clap-plugins
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
brew install cmake ninja autoconf automake pkg-config libtool
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
sudo apt install git ninja-build cmake
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -t clap-plugins .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 clap-plugins
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
4. CMake
보통사전 준비물
cmake --preset ninja-headless
이 명령어를 터미널에 그대로 입력해 실행하세요.
cmake --build --preset ninja-headless
이 명령어를 터미널에 그대로 입력해 실행하세요.
brew install cmake ninja autoconf automake pkg-config libtool
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
sudo apt install git ninja-build cmake
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
sudo pacman -S git ninja cmake
이 명령어를 터미널에 그대로 입력해 실행하세요.
build 폴더 안에 실행 파일이 생성됐는지 확인하고, 직접 실행해보세요 (예: ./build/앱이름).
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
