https://github.com/distrho/mod-wasm-template-plugin
Template repository for doing audio plugins with DPF and ImGui, targetting MOD Audio platform
https://github.com/distrho/mod-wasm-template-plugin
Last synced: 3 days ago
JSON representation
Template repository for doing audio plugins with DPF and ImGui, targetting MOD Audio platform
- Host: GitHub
- URL: https://github.com/distrho/mod-wasm-template-plugin
- Owner: DISTRHO
- License: isc
- Created: 2022-12-23T23:19:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T19:37:10.000Z (about 3 years ago)
- Last Synced: 2025-01-11T10:47:17.573Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DPF + ImGui + modgui template plugin project
This repository contains an example audio plugin project using DPF and ImGui, targetting [MOD Audio](https://mod.audio/) platform.

WORK IN PROGRESS!
Early instructions:
```sh
# 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
```