[Cs-dev] For jack experts
| Date | 2011-12-05 11:45 |
| From | john ffitch |
| Subject | [Cs-dev] For jack experts |
I am seeing the message that jack_client_new is deprecated in
InOut/rtjack.c and should be replaces by jack_client_open. I think
that the call could be
client_ = jack_client_open(&(p->clientName[0]), 0, NULL);
but could someone check? I do not use jack at all so am in the dark as
to what it all means
==John ffitch
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |
| Date | 2011-12-05 12:07 |
| From | Victor Lazzarini |
| Subject | Re: [Cs-dev] For jack experts |
I thought I had made that change a while ago, maybe it got reverted. Oh I see it needed to be changed in two places, I have only made the change in one of them: InOut/rtjack.c:406: p->client = jack_client_open(&(p->clientName[0]), JackNullOption, NULL); Similar code can be used in line 534. Victor On 5 Dec 2011, at 11:45, john ffitch wrote: > I am seeing the message that jack_client_new is deprecated in > InOut/rtjack.c and should be replaces by jack_client_open. I think > that the call could be > client_ = jack_client_open(&(p->clientName[0]), 0, NULL); > but could someone check? I do not use jack at all so am in the dark as > to what it all means > ==John ffitch > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
| Date | 2011-12-05 13:53 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Cs-dev] For jack experts |
Thanks; applied > I thought I had made that change a while ago, maybe it got reverted. Oh I > see it needed to be changed in two places, I have only made the change in > one of them: > > InOut/rtjack.c:406: p->client = jack_client_open(&(p->clientName[0]), > JackNullOption, NULL); > > Similar code can be used in line 534. > > Victor ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |