-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement as an LV2 plugin #14
Comments
Yep, Petri-Foo as an LV2 plugin would be nice but.... who's gonna do it? Maybe I will do it one day but right now I'm having a break to enjoy what remains of the British Summer. |
Fair enough. I also don't have time, at least for a few months. Just thought I'd throw it up here anyway, partly to gauge your interest in having it included. Do you have any idea roughly how much work is involved? I haven't done any audio-related coding before. |
I would be happy to see development of Petri-Foo as an LV2 plugin, but I expect it would turn out to be a lot of work. I experimented a few years ago porting a handful of simple LADSPA plugins to LV2 and I didn't find it straight forward. There have also been issues with LV2 regarding external files and RT threads - how do you get the plugin to load a sample for instance? How do you get it to allocate memory for the sample? Does the host do it? etc, etc... I know Drobilla has been working on these issues but I am unsure if they have been resolved yet. Take a look at http://samplv1.sourceforge.net if you want some idea of what is involved. Join the LV2 developers mailing list too. |
Yes LV2 would be nice. I meantime NSM is a good alternative. It's already there, but broken atm |
First, thanks for this software. It's pretty straight to dive into it. |
I thought about something today which might be helpful for someone diving into making an LV2 version of petri-foo : https://github.com/DISTRHO/DPF |
I'm not deeply enough involved in code anymore to work on this or any other aspect of Petri-Foo. |
OK, thanks for letting us know @jwm-art-net . I'm finishing reading through all emails on the ML archive and I've got to tell you a big thanks for having done what you did in petri foo. |
This is the simplest and easiest to use FOSS sampler that I've come across. Its small size makes it really well suited as a plugin for various DAWs (Ardour, Qtractor etc.). Making this available as an LV2 plugin would also probably give it a lot more reach, as a plugin-based workflow is much more common on windows/mac, which is where many new users are coming from.
http://lv2plug.in/trac/
The text was updated successfully, but these errors were encountered: