Skip to content

Template repository for doing audio plugins with DPF and ImGui, targetting MOD Audio platform

License

Notifications You must be signed in to change notification settings

DISTRHO/mod-wasm-template-plugin

Repository files navigation

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

About

Template repository for doing audio plugins with DPF and ImGui, targetting MOD Audio platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published