Re: [Linuxsampler-devel] Proposal: Jack Audio and Jack MIDI support for the LinuxSamper Windows Build

2011-04-16 Thread Stéphane Letz
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

[Linuxsampler-devel] Fwd: Jackdmp 0.70 package for OSX (32/64 bits)

2008-02-15 Thread Stéphane Letz
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

[Linuxsampler-devel] Jackdmp 0.70 package for Linux, OSX (32/64 bits) and Windows

2008-02-14 Thread Stéphane Letz
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

Re: [Linuxsampler-devel] Thread in OSX

2008-01-26 Thread Stéphane Letz
>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