LMMS / lmms

Cross-platform music production software
https://lmms.io
GNU General Public License v2.0
8.13k stars 1.01k forks source link

PureData port as an Instrument Plugin #2292

Open DeRobyJ opened 9 years ago

DeRobyJ commented 9 years ago

There is a project called PDVST which allows to use puredata patches as vsts. It doesn't work on LMMS tho, or at least I couldn't make it work.

Would it be too hard to have a pure data patch reader as an Instrument Plugin?

Here is pdvst https://puredata.info/downloads/pdvst

tresf commented 9 years ago

Would it be too hard to have a pure data patch reader as an Instrument Plugin?

The source code is quite the diverse bag of projects and someone with better DSP experience developing plugins should really chime in.

http://puredata.info/docs/developer/GettingPdSource

Or perhaps:

https://github.com/libpd/libpd

The license is released "Standard Improved BSD License".

softrabbit commented 9 years ago

There's https://github.com/logsol/Pd-Pulp, opensource and using libpd. Some code could probably be lifted from that, if the wheel needs reinventing for some reason.

zonkmachine commented 3 years ago

Here is a project that turns pd int lv2 plugins. https://github.com/x37v/pdlv2 (Edit: Couldn't make it work though. Your mileage may vary...)