Skip to content

harryhaaren/Lv2Host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LV2 Host C++ Class

This class aims to be an implementation of an LV2 plugin host, with various common extensions supported. It should serve as a good starting point for developers wishing to implement LV2 hosting capabilities in thier programs.

Intro

This class supports all of the "core" LV2 features, audio ports, control ports, and the discovery, intitialization, cleanup functions.

Extensions

This class will eventually support the following extensions:

URID map / unmap
Logging
Atom messages
State
MIDI
Presets
Time
Worker

About

A simple class that will load a LV2 plugin, written in C++ using the Lilv library by David Robbilard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages