An open API service indexing awesome lists of open source software.

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

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.

![ImGuiDemo](plugins/ImGuiDemo/Screenshot.png "ImGui Demo")

## 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.

![TextEditor](plugins/TextEditor/Screenshot.png "Text Editor")