[LAU] VocProc - vocal processing app

Gabriel M. Beddingfield gabrbedd at gmail.com
Mon Feb 1 21:35:01 EST 2010


Hi Igor,

On Tue, 2 Feb 2010, Igor Brkic wrote:

> On Tue, Feb 2, 2010 at 12:01 AM, hollunder <hollunder at lavabit.com> wrote:
>> Hi Igor,
>> I just attempted to build a package for Arch Linux (AUR) 
>> but with the current build system it seems to be a 
>> non-trivial task. I guess it's no easier for other 
>> distributions.
>>
>>
>> main.cpp: In function ‘int main(int, char**)’:
>> main.cpp:133: warning: ‘jack_client_t* jack_client_new(const char*)’ is deprecated (declared at /usr/include/jack/jack.h:99)
>> vproc_dsp_process.cpp: In member function ‘void mydsp::setPitchFactor(float)’:
>> vproc_dsp_process.cpp:200: warning: ‘curr’ may be used uninitialized in this function
>>
>
> Latest version should compile without warnings. If you need any help
> with making AUR package let me know, but maybe you should wait few
> days for code to get bit more tested.

Indeed, jack_client_new() is deprecated.  Any recent version 
of JACK will give a compiler warning about it.  New code 
should not use it.  See [1].

-gabriel

[1] http://jackaudio.org/files/docs/html/group__ClientFunctions.html#ga705aa8159e65464dc7e9cf65fc451b90


More information about the Linux-audio-user mailing list