Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 638 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 638 Bytes

Project Arvhived.

JUCE officially now supports LV2 since version 7.0. Please use it instead.

LV2 Pugin Hosting for JUCE

A JUCE module which provides a LV2PluginFormat. Many features are working, but this project should be considered pre alpha.

Simple plugins should load and run fine, however handling LV2 Atom ports is not complete. Midi input should be working. Please report a bug if you find otherwise.

Requirements

  • JUCE 5.4.4 or higher

Supported LV2 Features

  • Instance Access
  • Log
  • Scale Points
  • State
  • UI
  • URID
  • Worker

Supported LV2 UI Features

  • CocoaUI / X11UI
  • Idle
  • Parent
  • Resize
  • Touch