[LAD] Amp-example.lv2

2009-07-28 Thread james morris
Hi, The file amp.c needs a quick fix: line 46 (declaring argument for LV2_Handle instantiateAmp) reads: const LV2_Host_Feature * const* features) should read: const LV2_Feature * const* features) regards, James. ___ Linux-audio-dev mailing

Re: [LAD] Amp-example.lv2

2009-07-28 Thread David Robillard
On Tue, 2009-07-28 at 22:23 +0100, james morris wrote: > Hi, > > The file amp.c needs a quick fix: > > line 46 (declaring argument for LV2_Handle instantiateAmp) reads: > > const LV2_Host_Feature * const* features) > > should read: > > const LV2_Feature * const* features) Thanks. Mos

Re: [LAD] Amp-example.lv2

2009-07-29 Thread Steve Harris
On 28 Jul 2009, at 22:50, David Robillard wrote: > > Most things on lv2plug.in are rotting and badly in need of an > overhaul :/ IMO the site doesn't present a very good public face to > the > most important "how do I write an LV2 plugin" crowd at all > > I would like to get a CMS up on there so

Re: [LAD] Amp-example.lv2

2009-07-29 Thread Gabriel M. Beddingfield
On Wed, 29 Jul 2009, Steve Harris wrote: > > Steve, eagerly awaiting the inventions of the 8th day/25th hour And the Round Tuit. -Gabriel ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinf

Re: [LAD] Amp-example.lv2

2009-07-29 Thread David Robillard
On Wed, 2009-07-29 at 15:36 +0100, Steve Harris wrote: > On 28 Jul 2009, at 22:50, David Robillard wrote: > > > > Most things on lv2plug.in are rotting and badly in need of an > > overhaul :/ IMO the site doesn't present a very good public face to > > the > > most important "how do I write an LV