Hey all,
A while ago I asked about LADSPA plugins, they're implemented & working
smoothly now,
thanks all that replied & Robin for the code!
The next plugin I want to tackle is LV2, I've read lv2plug.in, and I
understand how it works.
I just don't have a clue where to start with implementing. Does anybody out
there have
some code lying about that just "bare-bones" loads the plugin?
I've read the ZynJackU sources... but to no avail, they're too big for easy
learning.
Thanks for reading, -Harry
On 13.12.2010 11:25, Harry Van Haaren wrote:
> Hey all,
>
> A while ago I asked about LADSPA plugins, they're implemented &
> working smoothly now,
> thanks all that replied & Robin for the code!
>
> The next plugin I want to tackle is LV2, I've read lv2plug.in
> <http://lv2plug.in>, and I understand how it works.
>
> I just don't have a clue where to start with implementing. Does
> anybody out there have
> some code lying about that just "bare-bones" loads the plugin?
>
> I've read the ZynJackU sources... but to no avail, they're too big for
> easy learning.
>
> Thanks for reading, -Harry
If you grok C++, here is some wrapper code and a tutorial:
http://www.nongnu.org/ll-plugins/lv2pftci/
-Sakari-
Zita-at1 has been updated to 0.2.1 fixing a nasty bug.
Thanks to Oleg Ivanenko for reporting the problem and
helping to solve it.
As usual: <http://www.kokkinizita.net/linuxaudio/downloads>
Ciao,
--
FA
There are three of them, and Alleline.
Recently an option to allow easy resampling (in the tracker sense, not DSP
sense) and a new pattern effect that allows you to generate and modify
patterns using Python code has been added to Neil modular tracker. Enjoy, if
you are in to that kind of thing.
--
http://sites.google.com/site/neilsequencer/
On Sat, Dec 11, 2010 at 08:06:26PM +0300, Oleg Ivanenko wrote:
> So, zita-at1 WAS installed from "source-dir"
> /mnt/music/src/audio/fons/zita-at1-0.2.0/source
Indeed... Since the build doesn't produce any information,
the only way seems to run zita-at1 from gdb and get a stack
trace.
Is there anything unusual about your system/X11/Jack ?
Ciao,
--
FA
There are three of them, and Alleline.
On Sat, Dec 11, 2010 at 07:07:36PM +0300, Oleg Ivanenko wrote:
> What am I doing wrong?
> --
> Truly yours, Oleg Ivanenko aka Ash
> [if it wasn't so sad, it would be funny]
You must do a 'make install'. It will not run from the
build directory.
Ciao,
--
FA
There are three of them, and Alleline.
I'm experimenting with lv2_jack_host with Gabriel's excellent
composite loaded, and have a general question.
Is lv2_jack_host, from a terminal, jack-sessionable?
Or, if this isn't viable, if any loaded plugins are jack-session
capable, can lv2_jack_host save a "state", enabling any jack-session
capable plugins to have their state re-instated, when a jack session
is started/restarted?
Alex.
--
www.openoctave.org
midi-subscribe(a)openoctave.org
development-subscribe(a)openoctave.org
An update of zita-at1 is available at the usual place:
<http://www.kokkinizita.net/linuxaudio/downloads>.
Changes:
* The resampler now uses cubic interpolation (at twice
the sample rate for 44.1 and 48 kHz), giving even
cleaner output.
* The offset control now has 400 steps of exactly 1
cent (1/100 semitone) each, and displays the set
value when touched. Default mousewheel step is 10
cents, 1 cent with Shift pressed.
Enjoy !
--
FA
There are three of them, and Alleline.