Le 16 avr. 2011 à 10:27, Christian Schoenebeck a écrit :
> On Friday 15 April 2011 18:12:28 Graham Goode wrote:
>> I've been involved with testing the 32/64 bit version of Jack for
>> Windows (1.9.8), which now has full Jack Audio and Jack Midi support.
>> So, given that milestone for Windows bas
Début du message réexpédié :
> De : Ebrahim Mayat <[EMAIL PROTECTED]>
> Date : 15 février 2008 14:51:00 HNEC
> À : linuxsampler-devel@lists.sourceforge.net
> Cc : [EMAIL PROTECTED], Stéphane Letz <[EMAIL PROTECTED]>
> Objet : Rép : [Linuxsampler-devel] Jackdmp 0.70
Version 0.70, has the same API of jackd 0.109.xx version:
- Updated API to match jack 0.109.0 version.
- Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
- Latest jack_lsp code from jack SVN.
- Add jack_mp_thread_wait client example.
- Add jack_thread_wait client example.
- Remove checki
>The problem seemed to be caused by the implementation of pthread in
>OSX. It looks like OSX does not have PTHREAD_CANCEL_ASYNCHRONOUS
cancel
>type, although pthread_setcanceltype() does not result in an error.
As a
>workaround, I inserted calls to pthread_testcancel() here and
there, and