Re: [LAD] [LAA] CLAP, new virtual instrument and effect plugin interface proposal

2015-01-03 Thread Florian Paul Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sending this to LAD (additionally to replying to the author directly) as I cannot post answers to LAA and maybe it's interesting to keep this discussion on LAD.. On 29.12.2014 16:48, Alexandre Bique wrote: > Hi, > > I worked on a new plugin interface

[LAD] Linux Audio Conference 2015 - Call for Participation

2015-01-03 Thread Albert Graef
[Sorry for cross-posting, please distribute.] Linux Audio Conference 2015 - Call for Participation (Due to exceptional circumstances, this announcement comes a bit late, so please note the early deadline of Feb 1st for submissions. We apologize.) We are happy to announce the next issue of the Li

Re: [LAD] [LAA] CLAP, new virtual instrument and effect plugin interface proposal

2015-01-03 Thread Florian Paul Schmidt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03.01.2015 12:48, Alexandre Bique wrote: >> 3] It would make plugin development easier if it was required to >> call deactivate() on a plugin before clap_destroy'ing it. The >> additional burden on the host would be small. Is there a good >> reason

[LAD] fftw_complex and C++11

2015-01-03 Thread Aurélien Leblond
Hi all, I'm porting the FFT Vocoder from AMS to ams.lv2. The FFT Vocoder is using fftw_complex, and I can compile my code if I use -std=c99 but not if I use -std=c++11 I get error like: error: incompatible types in assignment of ‘float’ to ‘fftw_complex {aka double [2]}’ modinforward[l2] = mo