https://github.com/distrho/dear-plugins
Collection of audio plugins based on Dear ImGui and DPF
https://github.com/distrho/dear-plugins
Last synced: 5 months ago
JSON representation
Collection of audio plugins based on Dear ImGui and DPF
- Host: GitHub
- URL: https://github.com/distrho/dear-plugins
- Owner: DISTRHO
- License: isc
- Created: 2023-07-11T12:09:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T12:45:56.000Z (6 months ago)
- Last Synced: 2024-11-30T13:34:32.461Z (6 months ago)
- Language: C
- Size: 115 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DISTRHO Dear Plugins
A collection of audio plugins based on existing [Dear ImGui](https://github.com/ocornut/imgui) widgets,
created with the main purpose of demonstrating and testing ImGui widgets integration in DISTRHO's Plugin Framework (DPF for short).This is very much WORK IN PROGRESS!
This collection currently includes:
- ImGui Demo
- Text Editor## ImGui Demo
Exposes the ImGui demo window directly as a plugin GUI, DSP side simply passes through the audio unmodified.
This is useful for testing UI events and interaction for all internal ImGui widgets.

## Text Editor
Exposes the Text Editor as available in the [DPF-Widgets](https://github.com/DISTRHO/DPF-Widgets) repository, which uses ImGui behind the scenes.
The contents of the editor is saved as plugin state, but otherwise DSP side also does nothing.