klknn log /
posts /
tags /
works /
feed /
src
tag: Dplug
- WindowsでのDplug開発 (2021-02-28 14:24:12 +0900 +0900) Synth2 開発のために,普段の音楽制作で使ってるWindowsで開発環境を構築しました.その備忘録です. コンパイラ 以下のツールが必要 MSVC x64/x86 build tools (v14.28) + Windows 10 SDK (10.01924.10) : https://visualstudio.microsoft.com 64bitバイナリのリンクに必要.数GBあるのなんなんですかね.(XCodeよりはマシだが).Github Actions読み解けば減らせるかもしれない. ldc2 最新版 (ldc2-1.25.0-windows-x64.7z): https://github.com/ldc-developers/ldc/releases D言語のコンパイルに必要. dplug-build: https://github.com/AuburnSounds/Dplug/wiki/Getting-Started#step-3-build-the-dplug-build-tool 動的ライブラリをVST3等のプラグインに変換するときに必要. 色々書くのが面倒で動画も作ったので,暇な人は見てください. https://www.youtube.com/watch?v=vZEgpgHGI-A&t=17s 動画ではPowerShellを使ってますが,私はzsh (+tmux+emacs) が好きなので,基本 MSYS2 で開発してます. エディタ 拘りがなければ VSCode の D 言語拡張 を入れるの
Copyright © klknn All Rights Reserved.