Skip to content

DISTRHO/dear-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISTRHO Dear Plugins

A collection of audio plugins based on existing Dear 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

Text Editor

Exposes the Text Editor as available in the 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

About

Collection of audio plugins based on Dear ImGui and DPF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published