4 * jackdbus 2.21.0 (2022-08-27)
6 Initial release of standalone jackdbus.
8 LADI jackdbus was initially modification of jack1.
10 Later, jackdbus reincarnated as modification of jackdmp by Stephane Letz
11 in form of jack2 version 1.9.0, along with a new C level control API
12 provided via libjackserver.
14 jackdbus was maintained by its author as part of jackaudio's jack2 project until 2022-08.
15 As of this release, jackdbus is not part of jack2 codebase anymore,
16 at least as far as LADI project is concerned.
18 Instead, this new LADI modification of jackaudio.org jack2 codebase,
19 is providing jackdbus only.
21 This modification is based on jackaudio.org jack2 version 1.9.21.
24 * non-jackdbus related code is removed, to be built from https://github.com/LADI/jack2
27 * Add shell mode to ``jack_control`` (executes commands from stdin until EOF)
28 * The waf autooption ``--example-tools`` introduced in 1.9.20 is now off by default,
29 To get the previous behavior back pass ``--example-tools`` during build.
30 This flag (and the related tools and their code) are going to be removed in the next release.
31 * Fix alignas() on non-packed architectures
32 * Fix build of jack-example-tools man pages (1.9.20 regression)
33 * Fix compatibility with macOS 12
34 * Fix missing symbols from jack client library (error and info callback pointers)
35 * Fix potential memory corruption in midi_latency_test tool
36 * Fix JackWeakAPI on Windows
37 * Use predefined variables in pkg-config file (required for mingw)
39 External changes, related to macOS/Windows installer:
40 * Fix application style in QJackCtl (qwindowsvistastyle.dll was missing)
41 * Update QjackCtl used in macOS/Windows installers to 0.9.7
45 * Add waf autooption ``--example-tools`` to allow optional build of
46 executables, libraries and man pages provided by `jack-example-tools
47 <https://github.com/jackaudio/jack-example-tools>`_ (the files are built by
48 default). Building and installing the additional files can be disabled by
49 using ``--example-tools=no`` or ``--no-example-tools``.
50 * Fix 32-bit support in ALSA driver
51 * Fix incomplete ASIO support on Windows
52 * Fix metadata usage with multiple users
53 * Fix netsource tool missing on Windows
54 * Fix semaphore usage on macOS
55 * Official FreeBSD support
57 External changes, related to macOS/Windows installer:
58 * Update Qt5 used in macOS/Windows installers to 5.12.12
59 * Update QjackCtl used in macOS/Windows installers to 0.9.6
63 * Add jack_position_t::tick_double, and flags around it
64 * Add zalsa "-w" argument to wait for soundcard to be available
65 * Bump internal protocol version to 9 (due to struct alignment)
66 * Fix alignment of fields for atomic accesses
67 * Fix build for platforms needing __STDC_FORMAT_MACROS
68 * Fix compilation of documentation
72 * Add zalsa_in/out as internal client (based on zita-a2j/j2a and jack1 code)
73 * Fix jack_midi_dump deadlock on close after the jack server is restarted
74 * Fix interrupt signal for linux futex waits
75 * Fix usage of meta-data in official macOS builds (private DB errors)
76 * Log error message when cleaning previous DB (macOS and Windows)
80 * Fix jack_control stopping after first command iteration
81 * Fix library compat/current version under macOS
82 * Fix return codes of jackd on success
83 * Ignore DB_VERSION_MISMATCH error on windows, it is expected
84 * Remove old workaround for asio4all, as it breaks with jack-router
86 External changes, related to macOS/Windows installer:
87 * Add jack-router to Windows installer, opt-in
88 * Fix registry keys for Windows, add 32bit compat ones on 64bit
89 * Support for arm64 macOS builds
90 * Show welcome and license pages on windows installer
91 * Update QjackCtl used in macOS/Windows installers to v0.9.0, with some commits cherry-picked from develop branch
95 * Fix/revert a change in how meta-data definitions were exposed (regression in 1.9.15)
96 * Remove jack-router Windows code from the repository
100 * Automated builds for macOS and Windows (see jackaudio/jack2-releases repository)
101 * Adapt wscript Windows build configuration to match old v1.9.11 installer
102 * Bump maximum default number of clients and ports (now 256 clients and 2048 ports)
103 * Delete various macOS and Windows-related files from the source code (no longer relevant)
104 * Mark JACK-Session as deprecated, please use NSM instead
105 * Remove unnecessary GPL include from LGPL code
106 * Split example-clients and tools, as done in JACK1 many years ago (WIP)
107 * Write Windows registry key during installation, so 3rd parties can find jackd.exe (as HKLM\\Software\\JACK\\Location)
108 * jack_control: Fix handling of dbus bytes
109 * jack_control: Return a proper exit status on DBus exception
110 * jack_property: Fix possible crash with "-l" argument usage
111 * jack_wait: Add client name option -n/--name
112 * Fix compilation of documentation
113 * Fix compilation of mixed mode with meta-data enabled
114 * Fix compilation with mingw
115 * Fix client-side crash if initial meta-data DB setup fails
116 * Fix macOS semaphore usage, so it works again
117 * Several fixes for Windows (with contributions from Kjetil S. Matheussen)
118 * Several minor fixes and grammar corrections (with contributions from Adam Miartus and Timo Wischer)
120 * 1.9.14 (2019-10-28)
123 * Fix mixed mode build when meta-data is enabled
124 * Fix blocking DBus device reservation, so it plays nice with others (like PipeWire)
125 * Use python3 for the waf build scripts
127 * 1.9.13 (2019-10-06)
129 * Meta-data API implementation. (and a few tools updated with support for it)
130 * Correct GPL licence to LGPL for files needed to build libjack.
131 * Remove FreeBoB backend (superseded by FFADO).
132 * define JACK_LIB_EXPORT, useful for internal clients.
133 * Mark jack_midi_reset_buffer as deprecated.
134 * Add example systemd unit file
135 * Signal to systemd when jackd is ready.
136 * Set "seq" alsa midi driver to maximum resolution possible.
137 * Fix loading internal clients from another internal client.
138 * Code cleanup and various fixes. (too many to mention here, see git log for details)
140 * 1.9.12 (2017-12-13)
142 * Fix Windows build issues.
143 * Fix build with gcc-7.
144 * Show hint when DBus device reservation fails.
145 * Add support for internal session files.
147 * 1.9.11-RC1 (2017-06-13)
149 * Various corrections in NetJack2 code. Partial buffers can now be
150 transmitted with libjacknet API.
151 * Including S24_LE/BE formats to linux ALSA driver.
152 * More robust shared memory allocator.
153 * Allow autostart of jackd on OSX where device-names can contain spaces.
154 * Correct CoreAudio devices aggregation code.
155 * Waf and wscripts improvement and update.
156 * More flexible RT priority setup on Windows.
157 * New JackProxyDriver.
158 * Various fixes in JACK MIDI code.
159 * Fix return value of SetTimebaseCallback().
160 * Correct netmanager latency reporting.
161 * Implement new jack_port_rename and JackPortRenameCallback API.
162 * For OSX El Capitan support, use of Posix semaphore and move of Frameworks
164 * Fix CPU hogging of the midi_thread().
165 * Release audio devices when alsa_driver_new fails.
166 * String management fix.
167 * Correct JackDriver::Open: call to fGraphManager->SetBufferSize has to use
168 current fEngineControl->fBufferSize value.
169 * Use ARM neon intrinsics for AudioBufferMixdown.
170 * Fix Netjack alignment.
171 * Various wscript improvements and cleanup.
172 * Fix initialization of several class variables.
173 * Heap-allocate client matrix in topo sort.
174 * Add a toggle command to transport utility, to allow toggling between play
176 * Avoid side effects from parsing of "version" option in jackd.
177 * Allow firewire device be selected via -d.
178 * Add ARM-NEON acceleration for all non-dithering sample conversion
180 * Add jack_simdtest utility.
181 * Use Linux futex as JackSynchro.
182 * Add autoclose option to jack_load.
184 * 1.9.10 (2014-07-19)
186 * More robust code in JackPortAudioDriver to handle buffer size change and
188 * Fix bus error on ARM platforms.
189 * Dynamically scan and print backend and internal names in jackd.
190 * CoreMIDI driver fixes.
191 * Rework NetJack2 code (OPUS codec on OSX, latency management, libjacknet
193 * Correct auto-connect for audioadapter.
195 * Merge of Nedko no-self-connect branch.
196 * Fix freewheel mode.
197 * JackServer::SwitchMaster now correctly notify buffer_size and sample_rate
198 changes, cleanup/improvements in JackNetDriver.
199 * Tim Mayberry : Add support for building with mingw compiler.
200 * Merge of Kim Jeong Yeon Android branch.
201 * Partial port of metadata API.
203 * 1.9.9.5 (2012-11-26)
205 * Adrian Knoth fix in midiseq.c.
206 * Fix library symbols export issue.
207 * Cleanup drivers and internals loading code.
208 * jackctl_driver_params_parse API moved in public control.h.
209 * More general drivers/internals loading model on Windows.
210 * Factorize code the server/client request in JackRequestDecoder class.
211 * More robust server/client protocol.
212 * Implement shutdown for in server clients.
213 * Better time-out management in NetJack2.
214 * Experimental system port alias use in Windows JackRouter.
215 * Improve ShutDown in NetManager.
216 * Correct ShutDown in JackInternalClient and JackLibClient.
217 * Fix NetJack2 initialisation bug.
218 * Add EndTime function (especially for Windows).
219 * Rename JackProcessSync in JackPosixProcessSync.
220 * A bit more robust JackMessageBuffer implementation (in progress).
221 * Check server API callback from notification thread.
222 * Use a time-out in notification channel write function.
223 * Fix lock management in JackEngine.
224 * In control API, UNIX like sigset_t replaced by more abstract
225 jackctl_sigmask_t * opaque struct.
226 * Improve libjacknet master mode.
227 * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
228 POST_PACKED_STRUCTURE used for jack_latency_range_t type.
229 * Rework JackMessageBuffer. [firewire]
231 * Introduce UpdateLatencies() in FFADO backend. [firewire]
233 * Allow FFADO backend to change the buffer size.
235 * New jack_get_cycle_times() implementation from Fons Adriennsen.
236 * Align buffers to 32 byte boundaries to allow AVX processing.
237 * Extend jack_control to have parameter reset commands.
238 * Fix alsa driver parameter order.
239 * Control API: Enforce driver/internal parameter order.
240 * Fix in ALSA adapter.
241 * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
242 * Change framework installation hierarchy for OSX Mountain Lion.
243 * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
244 * jack_control: fix epr command.
245 * Add opus support to NetJack2.
246 * More robust channel mapping handling in JackCoreAudioDriver.
247 * netjack1/netone opus support.
248 * controlapi: fix double free on master switch.
249 * Use string ids in the alsa device list.
250 * netjack/opus: don't re-init en/decoders.
251 * Correct JackPortAudioDriver::Open: special case for ASIO drivers.
255 * Merge newer-midi branch (Devin Anderson redesign of the MIDI drivers:
256 alsarawmidi, ffado, coremidi and winmme).
257 * Correction in jackdmp.cpp: notify_server_stop should be done after server
259 * Correct driver lifetime management.
260 * Add XRun detection in PortAudio driver.
261 * CELT code for NetJack2.
262 * Merge branch switch-master-port-registration-notifications: correct driver
264 * Libjacknet in progress.
265 * Correct MIDI in NetJack2.
266 * Correct OSX real-time thread setup.
267 * Correct rd_acquire in dbus code.
268 * Correct NetJack2 connection handling.
269 * SaveConnections/RestoreConnections in NetDriver and JackAudioDriver.
270 * Special version of jack_attach_shm/jack_release_shm on client side for
271 POSIX shared memory, to solve a memory leak issue.
272 * Another round of code improvements to handle completely buggy Digidesign
273 CoreAudio user-land driver.
274 * Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls.
275 * Add JACK_NETJACK_PORT and JACK_NETJACK_MULTICAST environment variables for
276 NetJack2. NetJack2 now only send data on network only is ports are
277 connected both sides.
278 * Fix for "starting two instances of same app in parallel does not work"
280 * Enable explicit channel mapping in CoreAudio driver.
281 * New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and
282 JackNetOneDriver classes.
283 * More robust code in synchronization primitives and in JackMessageBuffer.
284 * More robust Control API implementation. Add jackctl_driver_get_type in
286 * Singleton behaviour for JackCoreMidiDriver and JackWinMMEDriver.
287 * John Emmas patch for DSP CPU computation.
288 * John Emmas Windows server launching patch.
289 * Fix jack_set_port_name API.
290 * Enable local access in NetJack2 code.
291 * Dynamic port management in JACK/CoreMidi bridge.
295 * Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
296 * Correct JackServer::Open to avoid a race when control API is used on OSX.
297 * Improve backend error handling: fatal error returned by Read/Write now
298 cause a Process failure (so a thread exit for blocking backends).
299 Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and
301 * In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start.
302 * Correct symbols export in backends on OSX. ALSA backend: suspend/resume
304 * Correct dummy driver.
305 * Adrian Knoth jack_lsp patch.
306 * Remove JackPortIsActive flag.
307 * New latency API implementation.
308 * ComputeTotalLatencies now a client/server call.
309 * Add latent test client for latency API.
310 * Also print playback and capture latency in jack_lsp.
311 jack_client_has_session_callback implementation.
312 * Check requested buffer size and limit to 1..8192 - avoids weird behaviour
313 caused by jack_bufsize foobar.
314 * jack_port_type_get_buffer_size implementation.
315 * Stop using alloca and allocate buffer on the heap for alsa_io.
316 * Rename jdelay to jack_iodelay as per Fons' request.
317 * Call buffer size callback in activate (actually this is done on client side
318 in the RT thread Init method).
319 * Add jack_midi_dump client.
320 * Synchronize net JACK1 with JACK1 version.
321 * Synchronize jack_connect/jack_disconnect with JACK1 version.
322 * Correct JackNetMaster::SetBufferSize.
323 * Use jack_default_audio_sample_t instead of float consistently, fix ticket
325 * -X now allows to add several slave backends, add -I to load several
327 * Rework internal slave driver management, JackServerGlobals now handle same
328 parameters as jackdmp.
329 * Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest
331 * Devin Anderson server-ctl-proposal branch merged on trunk: improved control
332 API, slave backend reworked. Implement renaming in JackDriver::Open to
333 avoid name collision (thanks Devin Anderson).
334 * Correct alsa_driver_restart (thanks Devin Anderson). Correction of
335 jack_connect/jack_disconnect: use of jack_activate and volatile keyword for
336 thread shared variable.
337 * Correction of JackNetOneDriver for latest CELT API.
338 * Synchronize JackWeakAPI.cpp with new APIs.
342 * Improve JackCoreAudioDriver and JackCoreAudioAdapter : when no devices are
343 described, takes default input and output and aggregate them.
344 * Correct JackGraphManager::DeactivatePort.
345 * Correct JackMachServerChannel::Execute : keep running even in error cases.
346 Raise JACK_PROTOCOL_VERSION number.
347 * Arnold Krille firewire patch.
348 * Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127
349 otherwise some audio drivers cannot be loaded on OSX.
350 * Fix some file header to have library side code use LGPL.
351 * On Windows, now use TRE library for regexp (BSD license instead of GPL
353 * ffado-portname-sync.patch from ticket #163 applied.
354 * Remove call to exit in library code.
355 * Make jack_connect/jack_disconnect wait for effective port
356 connection/disconnection.
357 * Add tests to validate intclient.h API.
358 * On Linux, inter-process synchronization primitive switched to POSIX
360 * In JackCoreAudioDriver, move code called in MeasureCallback to be called
362 * David Garcia Garzon netone patch.
363 * Fix from Fernando Lopez-Lezcano for compilation on fc13.
364 * Fix JackPosixSemaphore::TimedWait : same behavior as
365 JackPosixSemaphore::Wait regarding EINTR.
366 * David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.
367 * Arnold Krille firewire snooping patch.
368 * Jan Engelhardt patch for get_cycles on SPARC.
369 * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch
371 * Adrian Knoth fix for linux cycle.h (ticket 188).
372 * In JackCoreAudioDriver, fix an issue when no value is given for input.
376 * Dynamic choice of maximum port number.
377 * More robust sample rate change handling code in JackCoreAudioDriver.
378 * Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes
379 between periods (and more).
380 * Fix port_rename callback: now both old name and new name are given as
382 * Special code in JackCoreAudio driver to handle completely buggy Digidesign
383 CoreAudio user-land driver.
384 * Ensure that client-side message buffer thread calls thread_init callback
385 if/when it is set by the client (backport of JACK1 rev 3838).
386 * Check dynamic port-max value.
387 * Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin
389 * Josh Green ALSA driver capture only patch.
390 * When threads are cancelled, the exception has to be rethrown.
391 * Use a QUIT notification to properly quit the server channel, the server
392 channel thread can then be 'stopped' instead of 'canceled'.
393 * Mario Lang alsa_io time calculation overflow patch. Shared memory manager
394 was calling abort in case of fatal error, now return an error in caller.
395 * Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts
396 to output SVG instead of PDF.
400 * Solaris boomer backend now working in capture or playback only mode.
401 * Add a -G parameter in CoreAudio backend (the computation value in RT
402 thread expressed as percent of period).
403 * Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and
404 output in Solaris boomer backend.
405 * Big endian bug fix in memops.c.
406 * Fix issues in JackNetDriver::DecodeTransportData and
407 JackNetDriver::Initialize.
408 * Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
409 * Simplify transport in NetJack2: master only can control transport.
410 * Change CoreAudio notification thread setup for OSX Snow Leopard.
411 * Correct server temporary mode: now set a global and quit after
412 server/client message handling is finished.
413 * Add a string parameter to server ==> client notification, add a new
414 JackInfoShutdownCallback type.
415 * CoreAudio backend now issue a JackInfoShutdownCallback when an
416 unrecoverable error is detected (sampling rate change, stream
417 configuration change).
418 * Correct jackdmp.cpp (failures case were not correct..).
419 * Improve JackCoreAudioDriver code.
420 * Raise default port number to 2048.
421 * Correct JackProcessSync::LockedTimedWait.
422 * Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code.
423 * Now start server channel thread only when backend has been started (so in
425 * Should solve race conditions at start time.
426 * jack_verbose moved to JackGlobals class.
427 * Improve aggregate device management in JackCoreAudioDriver: now a
428 "private" device only and cleanup properly.
429 * Aggregate device code added to JackCoreAudioAdapter.
430 * Implement "hog mode" (exclusive access of the audio device) in
432 * Fix jack_set_sample_rate_callback to have he same behavior as in JACK1.
433 * Dynamic system version detection in JackCoreAudioDriver to either create
434 public or private aggregate device.
435 * In JackCoreAudioDriver, force the SR value to the wanted one *before*
436 creating aggregate device (otherwise creation will fail).
437 * In JackCoreAudioDriver, better cleanup of AD when intermediate open
439 * In JackCoreAudioDriver::Start, wait for the audio driver to effectively
440 start (use the MeasureCallback).
441 * In JackCoreAudioDriver, improve management of input/output channels: -1 is
442 now used internally to indicate a wanted max value.
443 * In JackCoreAudioDriver::OpenAUHAL, correct stream format setup and
445 * Correct crash bug in JackAudioAdapterInterface when not input is used in
446 adapter (temporary fix).
447 * Sync JackCoreAudioAdapter code on JackCoreAudioDriver one.
448 * JACK_SCHED_POLICY switched to SCHED_FIFO.
449 * Now can aggregate device that are themselves AD.
450 * No reason to make jack_on_shutdown deprecated, so revert the incorrect
452 * Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread
454 * Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling
456 * Correctly save and restore RT mode state in freewheel mode.
457 * Correct freewheel code on client side.
458 * Fix AcquireRealTime and DropRealTime: now distinguish when called from
459 another thread (AcquireRealTime/DropRealTime) and from the thread itself
460 (AcquireSelfRealTime/DropSelfRealTime).
461 * Correct JackPosixThread::StartImp: thread priority setting now done in the
463 * Correct JackGraphManager::GetBuffer for the "client loop with one
464 connection" case: buffer must be copied.
465 * Correct JackInfoShutdownCallback prototype, two new
466 JackClientProcessFailure and JackClientZombie JackStatus code.
467 * Correct JackCoreAudio driver when empty strings are given as -C, -P or -d
469 * Better memory allocation error checking on client (library) side.
470 * Better memory allocation error checking in ringbuffer.c, weak import
472 * Memory allocation error checking for jack_client_new and jack_client_open
473 (server and client side).
474 * Memory allocation error checking in server for RPC.
475 * Simplify server temporary mode: now use a JackTemporaryException.
476 * Lock/Unlock shared memory segments (to test...).
477 * Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is
478 now default, usable backend given vie platform.
479 * In JackCoreAudio driver, (possibly) clock drift compensation when needed
480 in aggregated devices.
481 * In JackCoreAudio driver, clock drift compensation in aggregated devices
483 * In JackCoreAudio driver, clock drift compensation semantic changed a bit:
484 when on, does not activate if not needed (same clock domain).
485 * Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
489 * New JackBoomerDriver class for Boomer driver on Solaris.
490 * Add mixed 32/64 bits mode (off by default).
491 * Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
492 * In ALSA audio card reservation code, tries to open the card even if
494 * Clock source setting on Linux.
495 * Add jackctl_server_switch_master API.
496 * Fix transport callback (timebase master, sync) issue when used after
497 jack_activate (RT thread was not running).
498 * D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
499 * Cleanup "loopback" stuff in server.
500 * Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
501 * New jack_free function added in jack.h.
502 * Reworked Torben Hohn fix for server restart issue on Windows.
503 * Correct jack_set_error_function, jack_set_info_function and
504 jack_set_thread_creator functions.
505 * Correct JackFifo::TimedWait for EINTR handling.
506 * Move DBus based audio device reservation code in ALSA backend compilation.
507 * Correct JackTransportEngine::MakeAllLocating, sync callback has to be
508 called in this case also.
509 * NetJack2 code: better error checkout, method renaming.
510 * Tim Bechmann patch: hammerfall, only release monitor thread, if it has
512 * Tim Bechmann memops.c optimization patches.
513 * In combined --dbus and --classic compilation code, use PulseAudio
514 acquire/release code.
515 * Big rewrite of Solaris boomer driver, seems to work in duplex mode at
517 * Loopback backend reborn as a dynamically loadable separated backend.
522 * New "profiling" tools.
523 * Rework the mutex/signal classes.
524 * Support for BIG_ENDIAN machines in NetJack2.
525 * D-BUS based device reservation to better coexist with PulseAudio on Linux.
526 * Add auto_connect parameter in netmanager and netadapter.
527 * Use Torben Hohn PI controler code for adapters.
528 * Client incorrect re-naming fixed : now done at socket and fifo level.
529 * Virtualize and allow overriding of thread creation function, to allow Wine
530 support (from JACK1).
534 * Fix jackctl_server_unload_internal.
535 * Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access
537 * Libjack shutdown handler does not "deactivate" (fActive = false) the
538 client anymore, so that jack_deactivate correctly does the job later on.
539 * Better isolation of server and clients system resources to allow starting
540 the server in several user account at the same time.
541 * Report ringbuffer.c fixes from JACK1.
542 * Client and library global context cleanup in case of incorrect shutdown
543 handling (that is applications not correctly closing client after server
545 * Use JACK_DRIVER_DIR variable in internal clients loader.
546 * For ALSA driver, synchronize with latest JACK1 memops functions.
547 * Synchronize JACK2 public headers with JACK1 ones.
548 * Implement jack_client_real_time_priority and
549 jack_client_max_real_time_priority API.
550 * Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117.
551 * Cleanup server starting code for clients directly linked with
553 * JackMessageBuffer was using thread "Stop" scheme in destructor, now use
554 the safer thread "Kill" way.
555 * Synchronize ALSA backend code with JACK1 one.
556 * Set default mode to 'slow' in JackNetDriver and JackNetAdapter.
557 * Simplify audio packet order verification.
558 * Fix JackNetInterface::SetNetBufferSize for socket buffer size computation
559 and JackNetMasterInterface::DataRecv if synch packet is received, various
561 * Better recovery of network overload situations, now "resynchronize" by
563 * Support for BIG_ENDIAN machines in NetJack2.
564 * Support for BIG_ENDIAN machines in NetJack2 for MIDI ports.
565 * Support for "-h" option in internal clients to print the parameters.
566 * In NetJack2, fix a bug when capture or playback only channels are used.
567 * Add a JACK_INTERNAL_DIR environment variable to be used for internal
569 * Add a resample quality parameter in audioadapter.
570 * Now correctly return an error if JackServer::SetBufferSize could not
571 change the buffer size (and was just restoring the current one).
572 * Use PRIu32 kind of macro in JackAlsaDriver again.
573 * Add a resample quality parameter in netadapter.
577 * Waf based build system: Nedko Arnaudov, Grame for preliminary OSX support.
578 * Control API, dbus based server control access: Nedko Arnaudov, Grame.
579 * NetJack2 components (in progress): jack_net backend, netmanager,
580 audioadapter, netadapter : Romain Moret, Grame.
581 * Code restructuring to help port on other architectures: Michael Voigt.
582 * Code cleanup/optimization: Tim Blechmann.
583 * Improve handling of server internal clients that can now be
584 loaded/unloaded using the new server control API: Grame.
585 * A lot of bug fix and improvements.
591 * Add port register/unregister notification in JackAlsaDriver.
592 * Correct JACK_port_unregister in MIDI backend.
593 * Add TimeCallback in JackDebugClient class.
594 * Correct jack_get_time propotype.
595 * Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead
597 * Better documentation in jack.h. libjackdmp.so renamed to
598 libjackservermp.so and same for OSX framework.
599 * Define an internal jack_client_open_aux needed for library wrapper feature.
600 * Remove unneeded jack_port_connect API.
601 * Correct jack_port_get_connections function (should return NULL when no
603 * In thread model, execute a dummy cycle to be sure thread has the correct
604 properties (ensure thread creation is finished).
605 * Fix engine real-time notification (was broken since ??).
606 * Implements wrapper layer.
607 * Correct jack_port_get_total_latency.
608 * Correct all backend playback port latency in case of "asynchronous" mode
610 * Add test for jack_cycle_wait, jack_cycle_wait and jack_set_process_thread
612 * RT scheduling for OSX thread (when used in dummy driver).
613 * Add -L (extra output latency in aynchronous mode) in CoreAudio driver.
614 * New JackLockedEngine decorator class to serialize access from ALSA Midi
615 thread, command thread and in-server clients.
616 * Use engine in JackAlsaDriver::port_register and
617 JackAlsaDriver::port_unregister.
618 * Fix connect notification to deliver *one* notification only.
619 * Correct JackClient::Activate so that first kGraphOrderCallback can be
620 received by the client notification thread.
621 * New jack_server_control client to test notifications when linked to the
623 * Synchronise transport.h with latest jackd version (Video handling).
624 * Transport timebase fix.
625 * Dmitry Baikov patch for alsa_rawmidi driver.
626 * Pieter Palmers patch for FFADO driver.
627 * Add an Init method for blocking drivers to be decorated using
628 JackThreadedDriver class.
629 * Correct PortRegister, port name checking must be done on server side.
630 * Correct a missing parameter in the usage message of jack_midiseq.
631 * New SetNonBlocking method for JackSocket.
632 * Correct a dirty port array issue in JackGraphManager::GetPortsAux.
636 * Updated API to match jack 0.109.0 version.
637 * Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
638 * Latest jack_lsp code from jack SVN.
639 * Add jack_mp_thread_wait client example.
640 * Add jack_thread_wait client example.
641 * Remove checking thread in CoreAudio driver, better device state change
642 recovery strategy: the driver is stopped and restarted.
643 * Move transport related methods from JackEngine to JackServer.
646 * Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer,
647 use of Apple Accelerate framework on OSX.
648 * Remove use of assert in JackFifo, JackMachSemaphore, and
649 JackPosixSemaphore: print an error instead.
650 * Correct "server_connect": close the communication channel.
651 * More robust external API.
652 * Use SetAlias for port naming.
653 * Use jackd midi port naming scheme.
654 * Notify ports unregistration in JackEngine::ClientCloseAux.
655 * Fix in JackClient::Error(): when RT thread is failing and calling
656 Shutdown, Shutdown was not desactivating the client correctly.
660 * On OSX, use CFNotificationCenterPostNotificationWithOptions with
661 kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for
662 server ==> JackRouter plugin notification.
663 * On OSX, use jack server name in notification system.
664 * Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and
665 JackAudioDriver::SetSampleRate.
666 * Correct JackMachNotifyChannel::ClientNotify.
667 * Correct bug in CoreAudio driver sample rate management.
668 * Add a sample_rate change listener in CoreAudio driver.
669 * Correct sample_rate management in JackCoreAudioDriver::Open.
670 * Better handling in sample_rate change listener.
671 * Pieter Palmers FFADO driver and scons based build.
672 * Pieter Palmers second new build system: scons and Makefile based build.
673 * Tim Blechmann scons patch.
674 * Change string management for proper compilation with gcc 4.2.2.
676 * Cleanup in CoreAudio driver.
677 * Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim
678 Blechmann patch for scons install.
679 * Dmitry Baikov MIDI patch: alsa_seqmidi and alsa_rammidi drivers.
680 * CoreAudio driver improvement: detect and notify abnormal situations
681 (stopped driver in case of SR change...).
685 * Internal loadable client implementation, winpipe version added.
686 * Reorganize jack headers.
687 * Improve Linux install/remove scripts.
688 * Use LIB_DIR variable for 64 bits related compilation (drivers location).
689 * More generic Linux script.
690 * Correct jack_acquire_real_time_scheduling on OSX.
691 * Merge of Dmitry Baikov MIDI branch.
692 * Correct JackGraphManager::GetPortsAux to use port type.
693 * Remove JackEngineTiming class: code moved in JackEngineControl.
694 * Add midiseq and midisine examples.
695 * Cleanup old zombification code.
696 * Linux Makefile now install jack headers.
697 * Use of JACK_CLIENT_DEBUG environment variable to activate debug client
699 * Definition of JACK_LOCATION variable using -D in the Makefile.
700 * Restore jack 0.103.0 MIDI API version.
701 * Fix a bug in freewheel management in async mode: drivers now receive the
702 kStartFreewheelCallback and kStopFreewheelCallback notifications.
703 * Server and user directory related code moved in a JackTools file.
704 * Client name rewriting to remove path characters (used in fifo naming).
705 * Correct ALSA driver Attach method: internal driver may have changed the
706 buffer_size and sample_rate values.
707 * Add JackWinSemaphore class.
708 * Add an implementation for obsolete jack_internal_client_new and
709 jack_internal_client_close.
710 * Add missing jack_port_type_size.
711 * Use of JackWinSemaphore instead of JackWinEvent for inter-process
713 * Correct types.h for use with MINGW on Windows.
714 * Move OSX start/stop notification mechanism in Jackdmp.cpp.
715 * Correct CheckPort in JackAPI.cpp.
719 * Correct jack_client_open "status" management.
720 * Rename server_name from "default" to "jackdmp_default" to avoid conflict
721 with regular jackd server.
722 * Fix a resource leak issue in JackCoreAudioDriver::Close().
723 * Better implement "jack_client_open" when linking a client with the server
725 * Correct "jack_register_server" in shm.c.
726 * Add missing timestamps.c and timestamps.h files.
727 * Correctly export public headers in OSX frameworks.
728 * Suppress JackEngine::ClientInternalCloseIm method.
729 * Use .jackdrc file (instead of .jackdmprc).
730 * Install script now creates a link "jackd ==> jackdmp" so that automatic
731 launch can work correctly.
732 * Paul Davis patch for -r (--replace-registry) feature.
733 * Internal loadable client implementation.
734 * Fix JackEngine::Close() method.
735 * Windows JackRouter.dll version 0.17: 32 integer sample format.
740 * Windows JackRouter.dll version 0.16: use of "jack_client_open" API to
741 allow automatic client renaming, better Windows VISTA support, new
746 * Fix backend port alias management (renaming in system:xxx).
747 * Fix a bug in JackLibClient::Open introduced when adding automatic client
749 * Fix a bug in jack_test.
750 * Correct JackShmMem destructor.
751 * Correct end case in JackClient::Execute.
752 * Correct JackMachSemaphore::Disconnect.
753 * Implement server temporary (-T) mode.
754 * Make "Rename" a method of JackPort class, call it from driver Attach
756 * Server/library protocol checking implementation.
760 * Checking in the server to avoid calling the clients if no callback are
762 * Correct deprecated jack_set_sample_rate_callback to return 0 instead of
764 * Dmitry Baikov buffer size patch.
765 * Correct notification for kActivateClient event. Correct
766 JackEngine::ClientCloseAux (when called from
767 JackEngine::ClientExternalOpen).
768 * Correct JackWinEvent::Allocate.
769 * Automatic client renaming.
770 * Add "systemic" latencies management in CoreAudio driver.
771 * Automatic server launch.
772 * Removes unneeded 'volatile' for JackTransportEngine::fWriteCounter.
776 * Correct back JackAlsaDriver::Read method.
777 * Dmitry Baikov patch for JackGraphManager.cpp. Merge JackGraphManager Remove
778 and Release method in a unique Release method.
779 * Dmitry Baikov jackmp-time patch : add jack_get_time, jack_time_to_frames,
780 jack_frames_to_time. Add missing -D__SMP__in OSX project. Add new
781 jack_port_set_alias, jack_port_unset_alias and jack_port_get_aliases API.
782 * Steven Chamberlain patch to fix jack_port_by_id export.
783 * Steven Chamberlain patch to fix jack_port_type. Test for jack_port_type
784 behaviour in jack_test.cpp tool. Add jack_set_client_registration_callback
785 API. Add "callback exiting" and "jack_frame_time" tests in jack_test.
789 * More client debug code: check if the client is still valid in every
790 JackDebugClient method, check if the library context is still valid in
792 * Uses a time out value of 10 sec in freewheel mode (like jack).
793 * More robust activation/deactivation code, especially in case of client
795 * New LockAllMemory and UnlockAllMemory functions.
796 * Use pthread_attr_setstacksize in JackPosixThread class.
797 * Add Pieter Palmers FreeBob driver.
798 * Thibault LeMeur ALSA driver patch.
799 * Thom Johansen fix for port buffer alignment issues.
800 * Better error checking in PortAudio driver.
804 * Tom Szilagyi memory leak fix in ringbuffer.c.
805 * Move client refnum management in JackEngine.
806 * Shared_ports renamed to shared_graph.
807 * Add call to the init callback (set up using the
808 jack_set_thread_init_callback API) in Real-Time and Notification threads.
809 * Define a new 'kActivateClient' notification.
810 * New server/client data transfer model to fix a 64 bits system bug.
811 * Fix a device name reversal bug in ALSA driver.
812 * Implement thread.h API.
816 * Improve audio driver synchronous code to better handle possible time-out
818 * Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case).
819 * Correct JackEngine::ClientExternalNew.
823 * Various fixes in Windows version.
824 * Signal handling in the Windows server.
825 * Improved JackRouter ASIO/Jack bridge on Windows.
826 * Rename global "verbose" in "jack_verbose" to avoid symbol clash with
828 * Add a new cpu testing/loading client.
829 * Correct server SetBufferSize in case of failure.
830 * Correct PortAudio driver help.
831 * Use -D to setup ADDON_DIR on OSX and Linux.
832 * Synchronize ALSA backend with jack one.
836 * Correct a bug introduced in 0.55 version that was preventing coreaudio
837 audio inputs to work.
838 * Restructured code structure after import on svn.
842 * Correct bug in Mutex code in JackClientPipeThread::HandleRequest.
843 * ASIO JackRouter driver supports more applications.
844 * Updated HTML documentation.
845 * Windows dll binaries are compiled in "release" mode.
849 * Correct SetBufferSize in coreaudio driver, portaudio driver and
851 * Real-time notifications for Windows version.
852 * In the PortAudio backend, display more informations for installed WinMME,
854 * DirectSound and ASIO drivers.
859 * Correct management of monitor ports in ALSA driver.
860 * Engine code cleanup.
861 * Apply Rui patch for more consistent parameter naming in coreaudio driver.
862 * Correct JackProcessSync::TimedWait: time-out was not computed correctly.
863 * Check the return code of NotifyAddClient in JackEngine.
867 * Use the latest shm implementation that solve the uncleaned shm segment
869 * Close still opened file descriptors (report from Giso Grimm). Updated html
874 * Correct JackPilotMP tool on OSX.
875 * Correct CoreAudio driver for half duplex cases.
876 * Fix a bug in transport for "unactivated" clients.
877 * Fix a bug when removing "unactivated" clients from the server. Tested on
882 * Universal version for Mac Intel and PPC.
883 * Improvement of CoreAudio driver for half duplex cases.
887 * Correct bugs in transport API implementation.
891 * Transport API implementation.
895 * Internal connection manager code cleanup.
899 * Finish software monitoring implementation for ALSA and CoreAudio drivers.
900 * Simpler shared library management on OSX.
904 * More fix for 64 bits compilation.
905 * Correct ALSA driver.
906 * Create a specific folder for jackdmp drivers.
907 * Use /dev/shm as default for fifo and sockets.
908 * "Install" and "Remove" script for smoother use with regular jack.
912 * Fix a bug in loop management.
913 * Fix a bug in driver loading/unloading code.
914 * Internal code cleanup for better 64 bits architecture support.
915 * Compilation on OSX/Intel.
916 * Add the -d option for coreaudio driver (display CoreAudio devices internal
921 * Script to remove the OSX binary stuff.
922 * Correct an export symbol issue that was preventing QjackCtl to work on OSX.
923 * Fix the consequences of the asynchronous semantic of
924 connections/disconnections.
928 * Patch from Dmitry Daikov: use clock_gettime by default for timing.
929 * Correct dirty buffer issue in CoreAudio driver. Updated doc.
933 * Correct freewheel mode.
934 * Optimize ALSA and coreaudio drivers.
935 * Correct OSX installation script.
939 * Patch from Nick Mainsbridge.
940 * Correct default mode for ALSA driver.
941 * Correct XCode project.
945 * Add the ALSA MMAP_COMPLEX support for ALSA driver.
946 * Patch from Dmitry Daikov: compilation option to choose between
947 "get_cycles" and "gettimeofday" to measure timing.
951 * Linux version, code cleanup, new -L parameter to activate the loopback
952 driver (see Documentation), a number of loopback ports can be defined.
953 Client validation tool.
957 * Correct bug in mixing code that caused Ardour + jackdmp to crash...
961 * Implement client zombification + correct feedback loop management + code
966 * Implements jack_time_frame, new -S (sync) mode: when "synch" mode is
967 activated, the jackdmp server waits for the graph to be finished in the
968 current cycle before writing the output buffers. Note: To experiment with
969 the -S option, jackdmp must be launched in a console.
973 * First published version