x37v / pdlv2

turns pure data patches into lv2 plugins
Other
24 stars 2 forks source link

pdlv2

Makes simple Pure Data (aka pd) patches usable as LV2 plugins utilizing libpd and lvtk

It supports audio, control and midi in and out.

Currently there is no GUI, just what your host can provide.

Linux only at the moment.

NOTE

Your lv2 host needs to provide processing blocks in multiples of pd's block size, which defaults to 64. Hopefully we can relax this requirement in the future.

Requirements

Only works on Linux as far as I know

Install these:

Install submodules:

You'll also need a c++ compiler and make

Workflow

Short version:

Long version:

References

Debugging, dev

TODO

See also