Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LV2 support #149

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

LV2 support #149

wants to merge 17 commits into from

Conversation

swesterfeld
Copy link
Collaborator

I've been working on LV2 support. This is work in progress, so I'm submitting the current version here, while I know the code is somewhat incomplete. As discussed previously, there is no custom UI support yet, and should be added once we have out-of-process support.

  • the ringbuffer is a copy from jack driver, so probably we should have Bse::FrameRingBuffer and Bse::RingBuffer implemented in bse/ringbuffer.hh and used by both
  • the code is used by specifying at LV2 URI (defaults to zynaddsubfx), like
LV2URI=http://synthv1.sourceforge.net/lv2 make run # synth
LV2URI=http://calf.sourceforge.net/plugins/Monosynth make run # synth
LV2URI=urn:ardour:a-reverb make run # stereo effect
  • preset loading should not be done in RT thread (as discussed in last meeting), and notify UI, too
  • there should be a way to select which plugin to use (LV2URI) other than commandline

This avoids sleeping in Worker.

Signed-off-by: Stefan Westerfeld <[email protected]>
Add test code to test deleting plugin instance.

Signed-off-by: Stefan Westerfeld <[email protected]>
Signed-off-by: Stefan Westerfeld <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant