Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lvtk/jlv2
LV2 Related JUCE Modules
https://github.com/lvtk/jlv2
c-plus-plus juce juce-lv2 juce-modules lv2 lv2-host
Last synced: 3 months ago
JSON representation
LV2 Related JUCE Modules
- Host: GitHub
- URL: https://github.com/lvtk/jlv2
- Owner: lvtk
- License: other
- Archived: true
- Created: 2013-11-14T05:29:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T17:00:26.000Z (about 2 years ago)
- Last Synced: 2024-05-13T08:34:24.339Z (6 months ago)
- Topics: c-plus-plus, juce, juce-lv2, juce-modules, lv2, lv2-host
- Language: Python
- Size: 610 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-juce - jlv2
README
## 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