Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 614 Bytes

DPF + ImGui + modgui template plugin project

This repository contains an example audio plugin project using DPF and ImGui, targetting MOD Audio platform.

screenshot

WORK IN PROGRESS!

Early instructions:

# 1. build moddwarf target in mod-plugin-builder
# 2. install and setup emscripten

# 3. import emscripten environment
source /path/to/emsdk/emsdk_env.sh

# 4. build for dwarf and create wasm modgui
make moddwarf

# 5. copy screenshot
cp screenshot.png thumbnail.png ./bin/mod-wasm-example.lv2/modgui/

# 6. deploy to moddwarf
make modpush