jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1299 lines
36KB

  1. ChangeLog
  2. #########
  3. * 1.9.12 (2017-12-13)
  4. * Fix Windows build issues.
  5. * Fix build with gcc-7.
  6. * Show hint when DBus device reservation fails.
  7. * Add support for internal session files.
  8. * 1.9.11-RC1 (2017-06-13)
  9. * Various corrections in NetJack2 code. Partial buffers can now be
  10. transmitted with libjacknet API.
  11. * Including S24_LE/BE formats to linux ALSA driver.
  12. * More robust shared memory allocator.
  13. * Allow autostart of jackd on OSX where device-names can contain spaces.
  14. * Correct CoreAudio devices aggregation code.
  15. * Waf and wscripts improvement and update.
  16. * More flexible RT priority setup on Windows.
  17. * New JackProxyDriver.
  18. * Various fixes in JACK MIDI code.
  19. * Fix return value of SetTimebaseCallback().
  20. * Correct netmanager latency reporting.
  21. * Implement new jack_port_rename and JackPortRenameCallback API.
  22. * For OSX El Capitan support, use of Posix semaphore and move of Frameworks
  23. in /Library folder.
  24. * Fix CPU hogging of the midi_thread().
  25. * Release audio devices when alsa_driver_new fails.
  26. * String management fix.
  27. * Correct JackDriver::Open: call to fGraphManager->SetBufferSize has to use
  28. current fEngineControl->fBufferSize value.
  29. * Use ARM neon intrinsics for AudioBufferMixdown.
  30. * Fix Netjack alignment.
  31. * Various wscript improvements and cleanup.
  32. * Fix initialization of several class variables.
  33. * Heap-allocate client matrix in topo sort.
  34. * Add a toggle command to transport utility, to allow toggling between play
  35. and stop state.
  36. * Avoid side effects from parsing of "version" option in jackd.
  37. * Allow firewire device be selected via -d.
  38. * Add ARM-NEON acceleration for all non-dithering sample conversion
  39. functions.
  40. * Add jack_simdtest utility.
  41. * Use Linux futex as JackSynchro.
  42. * Add autoclose option to jack_load.
  43. * 1.9.10 (2014-07-19)
  44. * More robust code in JackPortAudioDriver to handle buffer size change and
  45. backend switching.
  46. * Fix bus error on ARM platforms.
  47. * Dynamically scan and print backend and internal names in jackd.
  48. * CoreMIDI driver fixes.
  49. * Rework NetJack2 code (OPUS codec on OSX, latency management, libjacknet
  50. code).
  51. * Correct auto-connect for audioadapter.
  52. * Add IIO driver.
  53. * Merge of Nedko no-self-connect branch.
  54. * Fix freewheel mode.
  55. * JackServer::SwitchMaster now correctly notify buffer_size and sample_rate
  56. changes, cleanup/improvements in JackNetDriver.
  57. * Tim Mayberry : Add support for building with mingw compiler.
  58. * Merge of Kim Jeong Yeon Android branch.
  59. * Partial port of metadata API.
  60. * 1.9.9.5 (2012-11-26)
  61. * Adrian Knoth fix in midiseq.c.
  62. * Fix library symbols export issue.
  63. * Cleanup drivers and internals loading code.
  64. * jackctl_driver_params_parse API moved in public control.h.
  65. * More general drivers/internals loading model on Windows.
  66. * Factorize code the server/client request in JackRequestDecoder class.
  67. * More robust server/client protocol.
  68. * Implement shutdown for in server clients.
  69. * Better time-out management in NetJack2.
  70. * Experimental system port alias use in Windows JackRouter.
  71. * Improve ShutDown in NetManager.
  72. * Correct ShutDown in JackInternalClient and JackLibClient.
  73. * Fix NetJack2 initialisation bug.
  74. * Add EndTime function (especially for Windows).
  75. * Rename JackProcessSync in JackPosixProcessSync.
  76. * A bit more robust JackMessageBuffer implementation (in progress).
  77. * Check server API callback from notification thread.
  78. * Use a time-out in notification channel write function.
  79. * Fix lock management in JackEngine.
  80. * In control API, UNIX like sigset_t replaced by more abstract
  81. jackctl_sigmask_t * opaque struct.
  82. * Improve libjacknet master mode.
  83. * Remove JACK_32_64 flag, so POST_PACKED_STRUCTURE now always used.
  84. POST_PACKED_STRUCTURE used for jack_latency_range_t type.
  85. * Rework JackMessageBuffer. [firewire]
  86. * Introduce UpdateLatencies() in FFADO backend. [firewire]
  87. * Allow FFADO backend to change the buffer size.
  88. * Update waf.
  89. * New jack_get_cycle_times() implementation from Fons Adriennsen.
  90. * Align buffers to 32 byte boundaries to allow AVX processing.
  91. * Extend jack_control to have parameter reset commands.
  92. * Fix alsa driver parameter order.
  93. * Control API: Enforce driver/internal parameter order.
  94. * Fix in ALSA adapter.
  95. * Devin Anderson patch for Jack/CoreMIDI duplicated messages.
  96. * Change framework installation hierarchy for OSX Mountain Lion.
  97. * Update JackCoreAudioDriver and JackCoreAudioAdapter with more recent API.
  98. * jack_control: fix epr command.
  99. * Add opus support to NetJack2.
  100. * More robust channel mapping handling in JackCoreAudioDriver.
  101. * netjack1/netone opus support.
  102. * controlapi: fix double free on master switch.
  103. * Use string ids in the alsa device list.
  104. * netjack/opus: don't re-init en/decoders.
  105. * Correct JackPortAudioDriver::Open: special case for ASIO drivers.
  106. * 1.9.8 (2011-12-19)
  107. * Merge newer-midi branch (Devin Anderson redesign of the MIDI drivers:
  108. alsarawmidi, ffado, coremidi and winmme).
  109. * Correction in jackdmp.cpp: notify_server_stop should be done after server
  110. destruction.
  111. * Correct driver lifetime management.
  112. * Add XRun detection in PortAudio driver.
  113. * CELT code for NetJack2.
  114. * Merge branch switch-master-port-registration-notifications: correct driver
  115. port registration.
  116. * Libjacknet in progress.
  117. * Correct MIDI in NetJack2.
  118. * Correct OSX real-time thread setup.
  119. * Correct rd_acquire in dbus code.
  120. * Correct NetJack2 connection handling.
  121. * SaveConnections/RestoreConnections in NetDriver and JackAudioDriver.
  122. * Special version of jack_attach_shm/jack_release_shm on client side for
  123. POSIX shared memory, to solve a memory leak issue.
  124. * Another round of code improvements to handle completely buggy Digidesign
  125. CoreAudio user-land driver.
  126. * Special CATCH_CLOSE_EXCEPTION_RETURN to handle Close API calls.
  127. * Add JACK_NETJACK_PORT and JACK_NETJACK_MULTICAST environment variables for
  128. NetJack2. NetJack2 now only send data on network only is ports are
  129. connected both sides.
  130. * Fix for "starting two instances of same app in parallel does not work"
  131. bug.
  132. * Enable explicit channel mapping in CoreAudio driver.
  133. * New JackTimedDriver class to be used by JackDummyDriver, JackNetDriver and
  134. JackNetOneDriver classes.
  135. * More robust code in synchronization primitives and in JackMessageBuffer.
  136. * More robust Control API implementation. Add jackctl_driver_get_type in
  137. Control API.
  138. * Singleton behaviour for JackCoreMidiDriver and JackWinMMEDriver.
  139. * John Emmas patch for DSP CPU computation.
  140. * John Emmas Windows server launching patch.
  141. * Fix jack_set_port_name API.
  142. * Enable local access in NetJack2 code.
  143. * Dynamic port management in JACK/CoreMidi bridge.
  144. * 1.9.7 (2011-03-30)
  145. * Sync JackAlsaDriver::alsa_driver_check_card_type with JACK1 backend.
  146. * Correct JackServer::Open to avoid a race when control API is used on OSX.
  147. * Improve backend error handling: fatal error returned by Read/Write now
  148. cause a Process failure (so a thread exit for blocking backends).
  149. Recoverable ones (XRuns..) are now treated internally in ALSA, FreeBob and
  150. FFADO backends.
  151. * In jackdmp.cpp, jackctl_setup_signals moved before jackctl_server_start.
  152. * Correct symbols export in backends on OSX. ALSA backend: suspend/resume
  153. handling.
  154. * Correct dummy driver.
  155. * Adrian Knoth jack_lsp patch.
  156. * Remove JackPortIsActive flag.
  157. * New latency API implementation.
  158. * ComputeTotalLatencies now a client/server call.
  159. * Add latent test client for latency API.
  160. * Also print playback and capture latency in jack_lsp.
  161. jack_client_has_session_callback implementation.
  162. * Check requested buffer size and limit to 1..8192 - avoids weird behaviour
  163. caused by jack_bufsize foobar.
  164. * jack_port_type_get_buffer_size implementation.
  165. * Stop using alloca and allocate buffer on the heap for alsa_io.
  166. * Rename jdelay to jack_iodelay as per Fons' request.
  167. * Call buffer size callback in activate (actually this is done on client side
  168. in the RT thread Init method).
  169. * Add jack_midi_dump client.
  170. * Synchronize net JACK1 with JACK1 version.
  171. * Synchronize jack_connect/jack_disconnect with JACK1 version.
  172. * Correct JackNetMaster::SetBufferSize.
  173. * Use jack_default_audio_sample_t instead of float consistently, fix ticket
  174. #201.
  175. * -X now allows to add several slave backends, add -I to load several
  176. internal clients.
  177. * Rework internal slave driver management, JackServerGlobals now handle same
  178. parameters as jackdmp.
  179. * Correct JackEngine::NotifyGraphReorder, update JackDebugClient with latest
  180. API.
  181. * Devin Anderson server-ctl-proposal branch merged on trunk: improved control
  182. API, slave backend reworked. Implement renaming in JackDriver::Open to
  183. avoid name collision (thanks Devin Anderson).
  184. * Correct alsa_driver_restart (thanks Devin Anderson). Correction of
  185. jack_connect/jack_disconnect: use of jack_activate and volatile keyword for
  186. thread shared variable.
  187. * Correction of JackNetOneDriver for latest CELT API.
  188. * Synchronize JackWeakAPI.cpp with new APIs.
  189. * 1.9.6 (2010-08-30)
  190. * Improve JackCoreAudioDriver and JackCoreAudioAdapter : when no devices are
  191. described, takes default input and output and aggregate them.
  192. * Correct JackGraphManager::DeactivatePort.
  193. * Correct JackMachServerChannel::Execute : keep running even in error cases.
  194. Raise JACK_PROTOCOL_VERSION number.
  195. * Arnold Krille firewire patch.
  196. * Raise JACK_DRIVER_PARAM_STRING_MAX and JACK_PARAM_STRING_MAX to 127
  197. otherwise some audio drivers cannot be loaded on OSX.
  198. * Fix some file header to have library side code use LGPL.
  199. * On Windows, now use TRE library for regexp (BSD license instead of GPL
  200. license).
  201. * ffado-portname-sync.patch from ticket #163 applied.
  202. * Remove call to exit in library code.
  203. * Make jack_connect/jack_disconnect wait for effective port
  204. connection/disconnection.
  205. * Add tests to validate intclient.h API.
  206. * On Linux, inter-process synchronization primitive switched to POSIX
  207. semaphore.
  208. * In JackCoreAudioDriver, move code called in MeasureCallback to be called
  209. once in IO thread.
  210. * David Garcia Garzon netone patch.
  211. * Fix from Fernando Lopez-Lezcano for compilation on fc13.
  212. * Fix JackPosixSemaphore::TimedWait : same behavior as
  213. JackPosixSemaphore::Wait regarding EINTR.
  214. * David Garcia Garzon unused_pkt_buf_field_jack2 netone patch.
  215. * Arnold Krille firewire snooping patch.
  216. * Jan Engelhardt patch for get_cycles on SPARC.
  217. * Adrian Knoth hurd.patch, kfreebsd-fix.patch and alpha_ia64-sigsegv.patch
  218. from ticket 177.
  219. * Adrian Knoth fix for linux cycle.h (ticket 188).
  220. * In JackCoreAudioDriver, fix an issue when no value is given for input.
  221. * 1.9.5 (2010-02-12)
  222. * Dynamic choice of maximum port number.
  223. * More robust sample rate change handling code in JackCoreAudioDriver.
  224. * Devin Anderson patch for Jack FFADO driver issues with lost MIDI bytes
  225. between periods (and more).
  226. * Fix port_rename callback: now both old name and new name are given as
  227. parameters.
  228. * Special code in JackCoreAudio driver to handle completely buggy Digidesign
  229. CoreAudio user-land driver.
  230. * Ensure that client-side message buffer thread calls thread_init callback
  231. if/when it is set by the client (backport of JACK1 rev 3838).
  232. * Check dynamic port-max value.
  233. * Fix JackCoreMidiDriver::ReadProcAux when ring buffer is full (thanks Devin
  234. Anderson).
  235. * Josh Green ALSA driver capture only patch.
  236. * When threads are cancelled, the exception has to be rethrown.
  237. * Use a QUIT notification to properly quit the server channel, the server
  238. channel thread can then be 'stopped' instead of 'canceled'.
  239. * Mario Lang alsa_io time calculation overflow patch. Shared memory manager
  240. was calling abort in case of fatal error, now return an error in caller.
  241. * Change JackEngineProfiling and JackAudioAdapterInterface gnuplot scripts
  242. to output SVG instead of PDF.
  243. * 1.9.4 (2009-11-19)
  244. * Solaris boomer backend now working in capture or playback only mode.
  245. * Add a -G parameter in CoreAudio backend (the computation value in RT
  246. thread expressed as percent of period).
  247. * Use SNDCTL_DSP_SYNCGROUP/SNDCTL_DSP_SYNCSTART API to synchronize input and
  248. output in Solaris boomer backend.
  249. * Big endian bug fix in memops.c.
  250. * Fix issues in JackNetDriver::DecodeTransportData and
  251. JackNetDriver::Initialize.
  252. * Correct CPU timing in JackNetDriver, now take cycle begin time after Read.
  253. * Simplify transport in NetJack2: master only can control transport.
  254. * Change CoreAudio notification thread setup for OSX Snow Leopard.
  255. * Correct server temporary mode: now set a global and quit after
  256. server/client message handling is finished.
  257. * Add a string parameter to server ==> client notification, add a new
  258. JackInfoShutdownCallback type.
  259. * CoreAudio backend now issue a JackInfoShutdownCallback when an
  260. unrecoverable error is detected (sampling rate change, stream
  261. configuration change).
  262. * Correct jackdmp.cpp (failures case were not correct..).
  263. * Improve JackCoreAudioDriver code.
  264. * Raise default port number to 2048.
  265. * Correct JackProcessSync::LockedTimedWait.
  266. * Correct JACK_MESSAGE_SIZE value, particularly in OSX RPC code.
  267. * Now start server channel thread only when backend has been started (so in
  268. JackServer::Start).
  269. * Should solve race conditions at start time.
  270. * jack_verbose moved to JackGlobals class.
  271. * Improve aggregate device management in JackCoreAudioDriver: now a
  272. "private" device only and cleanup properly.
  273. * Aggregate device code added to JackCoreAudioAdapter.
  274. * Implement "hog mode" (exclusive access of the audio device) in
  275. JackCoreAudioDriver.
  276. * Fix jack_set_sample_rate_callback to have he same behavior as in JACK1.
  277. * Dynamic system version detection in JackCoreAudioDriver to either create
  278. public or private aggregate device.
  279. * In JackCoreAudioDriver, force the SR value to the wanted one *before*
  280. creating aggregate device (otherwise creation will fail).
  281. * In JackCoreAudioDriver, better cleanup of AD when intermediate open
  282. failure.
  283. * In JackCoreAudioDriver::Start, wait for the audio driver to effectively
  284. start (use the MeasureCallback).
  285. * In JackCoreAudioDriver, improve management of input/output channels: -1 is
  286. now used internally to indicate a wanted max value.
  287. * In JackCoreAudioDriver::OpenAUHAL, correct stream format setup and
  288. cleanup.
  289. * Correct crash bug in JackAudioAdapterInterface when not input is used in
  290. adapter (temporary fix).
  291. * Sync JackCoreAudioAdapter code on JackCoreAudioDriver one.
  292. * JACK_SCHED_POLICY switched to SCHED_FIFO.
  293. * Now can aggregate device that are themselves AD.
  294. * No reason to make jack_on_shutdown deprecated, so revert the incorrect
  295. change.
  296. * Thread AcquireRealTime and DropRealTime were (incorrectly) using fThread
  297. field.
  298. * Use pthread_self()) (or GetCurrentThread() on Windows) to get the calling
  299. thread.
  300. * Correctly save and restore RT mode state in freewheel mode.
  301. * Correct freewheel code on client side.
  302. * Fix AcquireRealTime and DropRealTime: now distinguish when called from
  303. another thread (AcquireRealTime/DropRealTime) and from the thread itself
  304. (AcquireSelfRealTime/DropSelfRealTime).
  305. * Correct JackPosixThread::StartImp: thread priority setting now done in the
  306. RT case only.
  307. * Correct JackGraphManager::GetBuffer for the "client loop with one
  308. connection" case: buffer must be copied.
  309. * Correct JackInfoShutdownCallback prototype, two new
  310. JackClientProcessFailure and JackClientZombie JackStatus code.
  311. * Correct JackCoreAudio driver when empty strings are given as -C, -P or -d
  312. parameter.
  313. * Better memory allocation error checking on client (library) side.
  314. * Better memory allocation error checking in ringbuffer.c, weak import
  315. improvements.
  316. * Memory allocation error checking for jack_client_new and jack_client_open
  317. (server and client side).
  318. * Memory allocation error checking in server for RPC.
  319. * Simplify server temporary mode: now use a JackTemporaryException.
  320. * Lock/Unlock shared memory segments (to test...).
  321. * Sync with JACK1 : -r parameter now used for no-realtime, realtime (-R) is
  322. now default, usable backend given vie platform.
  323. * In JackCoreAudio driver, (possibly) clock drift compensation when needed
  324. in aggregated devices.
  325. * In JackCoreAudio driver, clock drift compensation in aggregated devices
  326. working.
  327. * In JackCoreAudio driver, clock drift compensation semantic changed a bit:
  328. when on, does not activate if not needed (same clock domain).
  329. * Sync JackCoreAudioAdapter code with JackCoreAudioDriver.
  330. * 1.9.3 (2009-07-21)
  331. * New JackBoomerDriver class for Boomer driver on Solaris.
  332. * Add mixed 32/64 bits mode (off by default).
  333. * Native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
  334. * In ALSA audio card reservation code, tries to open the card even if
  335. reservation fails.
  336. * Clock source setting on Linux.
  337. * Add jackctl_server_switch_master API.
  338. * Fix transport callback (timebase master, sync) issue when used after
  339. jack_activate (RT thread was not running).
  340. * D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
  341. * Cleanup "loopback" stuff in server.
  342. * Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
  343. * New jack_free function added in jack.h.
  344. * Reworked Torben Hohn fix for server restart issue on Windows.
  345. * Correct jack_set_error_function, jack_set_info_function and
  346. jack_set_thread_creator functions.
  347. * Correct JackFifo::TimedWait for EINTR handling.
  348. * Move DBus based audio device reservation code in ALSA backend compilation.
  349. * Correct JackTransportEngine::MakeAllLocating, sync callback has to be
  350. called in this case also.
  351. * NetJack2 code: better error checkout, method renaming.
  352. * Tim Bechmann patch: hammerfall, only release monitor thread, if it has
  353. been created.
  354. * Tim Bechmann memops.c optimization patches.
  355. * In combined --dbus and --classic compilation code, use PulseAudio
  356. acquire/release code.
  357. * Big rewrite of Solaris boomer driver, seems to work in duplex mode at
  358. least.
  359. * Loopback backend reborn as a dynamically loadable separated backend.
  360. * 1.9.2 (2009-02-11)
  361. * Solaris version.
  362. * New "profiling" tools.
  363. * Rework the mutex/signal classes.
  364. * Support for BIG_ENDIAN machines in NetJack2.
  365. * D-BUS based device reservation to better coexist with PulseAudio on Linux.
  366. * Add auto_connect parameter in netmanager and netadapter.
  367. * Use Torben Hohn PI controler code for adapters.
  368. * Client incorrect re-naming fixed : now done at socket and fifo level.
  369. * Virtualize and allow overriding of thread creation function, to allow Wine
  370. support (from JACK1).
  371. * 1.9.1 (2008-11-14)
  372. * Fix jackctl_server_unload_internal.
  373. * Filter SIGPIPE to avoid having client get a SIGPIPE when trying to access
  374. a died server.
  375. * Libjack shutdown handler does not "deactivate" (fActive = false) the
  376. client anymore, so that jack_deactivate correctly does the job later on.
  377. * Better isolation of server and clients system resources to allow starting
  378. the server in several user account at the same time.
  379. * Report ringbuffer.c fixes from JACK1.
  380. * Client and library global context cleanup in case of incorrect shutdown
  381. handling (that is applications not correctly closing client after server
  382. has shutdown).
  383. * Use JACK_DRIVER_DIR variable in internal clients loader.
  384. * For ALSA driver, synchronize with latest JACK1 memops functions.
  385. * Synchronize JACK2 public headers with JACK1 ones.
  386. * Implement jack_client_real_time_priority and
  387. jack_client_max_real_time_priority API.
  388. * Use up to BUFFER_SIZE_MAX frames in midi ports, fix for ticket #117.
  389. * Cleanup server starting code for clients directly linked with
  390. libjackserver.so.
  391. * JackMessageBuffer was using thread "Stop" scheme in destructor, now use
  392. the safer thread "Kill" way.
  393. * Synchronize ALSA backend code with JACK1 one.
  394. * Set default mode to 'slow' in JackNetDriver and JackNetAdapter.
  395. * Simplify audio packet order verification.
  396. * Fix JackNetInterface::SetNetBufferSize for socket buffer size computation
  397. and JackNetMasterInterface::DataRecv if synch packet is received, various
  398. cleanup.
  399. * Better recovery of network overload situations, now "resynchronize" by
  400. skipping cycles.".
  401. * Support for BIG_ENDIAN machines in NetJack2.
  402. * Support for BIG_ENDIAN machines in NetJack2 for MIDI ports.
  403. * Support for "-h" option in internal clients to print the parameters.
  404. * In NetJack2, fix a bug when capture or playback only channels are used.
  405. * Add a JACK_INTERNAL_DIR environment variable to be used for internal
  406. clients.
  407. * Add a resample quality parameter in audioadapter.
  408. * Now correctly return an error if JackServer::SetBufferSize could not
  409. change the buffer size (and was just restoring the current one).
  410. * Use PRIu32 kind of macro in JackAlsaDriver again.
  411. * Add a resample quality parameter in netadapter.
  412. * 1.9.0 (2008-03-18)
  413. * Waf based build system: Nedko Arnaudov, Grame for preliminary OSX support.
  414. * Control API, dbus based server control access: Nedko Arnaudov, Grame.
  415. * NetJack2 components (in progress): jack_net backend, netmanager,
  416. audioadapter, netadapter : Romain Moret, Grame.
  417. * Code restructuring to help port on other architectures: Michael Voigt.
  418. * Code cleanup/optimization: Tim Blechmann.
  419. * Improve handling of server internal clients that can now be
  420. loaded/unloaded using the new server control API: Grame.
  421. * A lot of bug fix and improvements.
  422. * 0.72 (2008-04-10)
  423. * 0.71 (2008-02-14)
  424. * Add port register/unregister notification in JackAlsaDriver.
  425. * Correct JACK_port_unregister in MIDI backend.
  426. * Add TimeCallback in JackDebugClient class.
  427. * Correct jack_get_time propotype.
  428. * Correct JackSocketClientChannel::ClientClose to use ServerSyncCall instead
  429. of ServerAsyncCall.
  430. * Better documentation in jack.h. libjackdmp.so renamed to
  431. libjackservermp.so and same for OSX framework.
  432. * Define an internal jack_client_open_aux needed for library wrapper feature.
  433. * Remove unneeded jack_port_connect API.
  434. * Correct jack_port_get_connections function (should return NULL when no
  435. connections).
  436. * In thread model, execute a dummy cycle to be sure thread has the correct
  437. properties (ensure thread creation is finished).
  438. * Fix engine real-time notification (was broken since ??).
  439. * Implements wrapper layer.
  440. * Correct jack_port_get_total_latency.
  441. * Correct all backend playback port latency in case of "asynchronous" mode
  442. (1 buffer more).
  443. * Add test for jack_cycle_wait, jack_cycle_wait and jack_set_process_thread
  444. API.
  445. * RT scheduling for OSX thread (when used in dummy driver).
  446. * Add -L (extra output latency in aynchronous mode) in CoreAudio driver.
  447. * New JackLockedEngine decorator class to serialize access from ALSA Midi
  448. thread, command thread and in-server clients.
  449. * Use engine in JackAlsaDriver::port_register and
  450. JackAlsaDriver::port_unregister.
  451. * Fix connect notification to deliver *one* notification only.
  452. * Correct JackClient::Activate so that first kGraphOrderCallback can be
  453. received by the client notification thread.
  454. * New jack_server_control client to test notifications when linked to the
  455. server library.
  456. * Synchronise transport.h with latest jackd version (Video handling).
  457. * Transport timebase fix.
  458. * Dmitry Baikov patch for alsa_rawmidi driver.
  459. * Pieter Palmers patch for FFADO driver.
  460. * Add an Init method for blocking drivers to be decorated using
  461. JackThreadedDriver class.
  462. * Correct PortRegister, port name checking must be done on server side.
  463. * Correct a missing parameter in the usage message of jack_midiseq.
  464. * New SetNonBlocking method for JackSocket.
  465. * Correct a dirty port array issue in JackGraphManager::GetPortsAux.
  466. * 0.70 (2008-01-24)
  467. * Updated API to match jack 0.109.0 version.
  468. * Update in usx2y.c and JackPort.cpp to match jackd 0.109.2.
  469. * Latest jack_lsp code from jack SVN.
  470. * Add jack_mp_thread_wait client example.
  471. * Add jack_thread_wait client example.
  472. * Remove checking thread in CoreAudio driver, better device state change
  473. recovery strategy: the driver is stopped and restarted.
  474. * Move transport related methods from JackEngine to JackServer.
  475. * Tim Blechmann sse optimization patch for JackaudioPort::MixAudioBuffer,
  476. use of Apple Accelerate framework on OSX.
  477. * Remove use of assert in JackFifo, JackMachSemaphore, and
  478. JackPosixSemaphore: print an error instead.
  479. * Correct "server_connect": close the communication channel.
  480. * More robust external API.
  481. * Use SetAlias for port naming.
  482. * Use jackd midi port naming scheme.
  483. * Notify ports unregistration in JackEngine::ClientCloseAux.
  484. * Fix in JackClient::Error(): when RT thread is failing and calling
  485. Shutdown, Shutdown was not desactivating the client correctly.
  486. * 0.69
  487. * On OSX, use CFNotificationCenterPostNotificationWithOptions with
  488. kCFNotificationDeliverImmediately | kCFNotificationPostToAllSessions for
  489. server ==> JackRouter plugin notification.
  490. * On OSX, use jack server name in notification system.
  491. * Correct fPeriodUsecs computation in JackAudioDriver::SetBufferSize and
  492. JackAudioDriver::SetSampleRate.
  493. * Correct JackMachNotifyChannel::ClientNotify.
  494. * Correct bug in CoreAudio driver sample rate management.
  495. * Add a sample_rate change listener in CoreAudio driver.
  496. * Correct sample_rate management in JackCoreAudioDriver::Open.
  497. * Better handling in sample_rate change listener.
  498. * Pieter Palmers FFADO driver and scons based build.
  499. * Pieter Palmers second new build system: scons and Makefile based build.
  500. * Tim Blechmann scons patch.
  501. * Change string management for proper compilation with gcc 4.2.2.
  502. * JackLog cleanup.
  503. * Cleanup in CoreAudio driver.
  504. * Tim Blechmann patch for JackGraphManager::GetPortsAux memory leak, Tim
  505. Blechmann patch for scons install.
  506. * Dmitry Baikov MIDI patch: alsa_seqmidi and alsa_rammidi drivers.
  507. * CoreAudio driver improvement: detect and notify abnormal situations
  508. (stopped driver in case of SR change...).
  509. * 0.68 (2007-10-16)
  510. * Internal loadable client implementation, winpipe version added.
  511. * Reorganize jack headers.
  512. * Improve Linux install/remove scripts.
  513. * Use LIB_DIR variable for 64 bits related compilation (drivers location).
  514. * More generic Linux script.
  515. * Correct jack_acquire_real_time_scheduling on OSX.
  516. * Merge of Dmitry Baikov MIDI branch.
  517. * Correct JackGraphManager::GetPortsAux to use port type.
  518. * Remove JackEngineTiming class: code moved in JackEngineControl.
  519. * Add midiseq and midisine examples.
  520. * Cleanup old zombification code.
  521. * Linux Makefile now install jack headers.
  522. * Use of JACK_CLIENT_DEBUG environment variable to activate debug client
  523. mode.
  524. * Definition of JACK_LOCATION variable using -D in the Makefile.
  525. * Restore jack 0.103.0 MIDI API version.
  526. * Fix a bug in freewheel management in async mode: drivers now receive the
  527. kStartFreewheelCallback and kStopFreewheelCallback notifications.
  528. * Server and user directory related code moved in a JackTools file.
  529. * Client name rewriting to remove path characters (used in fifo naming).
  530. * Correct ALSA driver Attach method: internal driver may have changed the
  531. buffer_size and sample_rate values.
  532. * Add JackWinSemaphore class.
  533. * Add an implementation for obsolete jack_internal_client_new and
  534. jack_internal_client_close.
  535. * Add missing jack_port_type_size.
  536. * Use of JackWinSemaphore instead of JackWinEvent for inter-process
  537. synchronization.
  538. * Correct types.h for use with MINGW on Windows.
  539. * Move OSX start/stop notification mechanism in Jackdmp.cpp.
  540. * Correct CheckPort in JackAPI.cpp.
  541. * 0.67 (2007-09-28)
  542. * Correct jack_client_open "status" management.
  543. * Rename server_name from "default" to "jackdmp_default" to avoid conflict
  544. with regular jackd server.
  545. * Fix a resource leak issue in JackCoreAudioDriver::Close().
  546. * Better implement "jack_client_open" when linking a client with the server
  547. library.
  548. * Correct "jack_register_server" in shm.c.
  549. * Add missing timestamps.c and timestamps.h files.
  550. * Correctly export public headers in OSX frameworks.
  551. * Suppress JackEngine::ClientInternalCloseIm method.
  552. * Use .jackdrc file (instead of .jackdmprc).
  553. * Install script now creates a link "jackd ==> jackdmp" so that automatic
  554. launch can work correctly.
  555. * Paul Davis patch for -r (--replace-registry) feature.
  556. * Internal loadable client implementation.
  557. * Fix JackEngine::Close() method.
  558. * Windows JackRouter.dll version 0.17: 32 integer sample format.
  559. * 0.66 (2007-09-06)
  560. * Internal cleanup.
  561. * Windows JackRouter.dll version 0.16: use of "jack_client_open" API to
  562. allow automatic client renaming, better Windows VISTA support, new
  563. JackRouter.ini file.
  564. * 0.65 (2007-08-30)
  565. * Fix backend port alias management (renaming in system:xxx).
  566. * Fix a bug in JackLibClient::Open introduced when adding automatic client
  567. renaming.
  568. * Fix a bug in jack_test.
  569. * Correct JackShmMem destructor.
  570. * Correct end case in JackClient::Execute.
  571. * Correct JackMachSemaphore::Disconnect.
  572. * Implement server temporary (-T) mode.
  573. * Make "Rename" a method of JackPort class, call it from driver Attach
  574. method.
  575. * Server/library protocol checking implementation.
  576. * 0.64 (2007-07-26)
  577. * Checking in the server to avoid calling the clients if no callback are
  578. registered.
  579. * Correct deprecated jack_set_sample_rate_callback to return 0 instead of
  580. -1.
  581. * Dmitry Baikov buffer size patch.
  582. * Correct notification for kActivateClient event. Correct
  583. JackEngine::ClientCloseAux (when called from
  584. JackEngine::ClientExternalOpen).
  585. * Correct JackWinEvent::Allocate.
  586. * Automatic client renaming.
  587. * Add "systemic" latencies management in CoreAudio driver.
  588. * Automatic server launch.
  589. * Removes unneeded 'volatile' for JackTransportEngine::fWriteCounter.
  590. * 0.63 (2007-04-05)
  591. * Correct back JackAlsaDriver::Read method.
  592. * Dmitry Baikov patch for JackGraphManager.cpp. Merge JackGraphManager Remove
  593. and Release method in a unique Release method.
  594. * Dmitry Baikov jackmp-time patch : add jack_get_time, jack_time_to_frames,
  595. jack_frames_to_time. Add missing -D__SMP__in OSX project. Add new
  596. jack_port_set_alias, jack_port_unset_alias and jack_port_get_aliases API.
  597. * Steven Chamberlain patch to fix jack_port_by_id export.
  598. * Steven Chamberlain patch to fix jack_port_type. Test for jack_port_type
  599. behaviour in jack_test.cpp tool. Add jack_set_client_registration_callback
  600. API. Add "callback exiting" and "jack_frame_time" tests in jack_test.
  601. * 0.62 (2007-02-16)
  602. * More client debug code: check if the client is still valid in every
  603. JackDebugClient method, check if the library context is still valid in
  604. every API call.
  605. * Uses a time out value of 10 sec in freewheel mode (like jack).
  606. * More robust activation/deactivation code, especially in case of client
  607. crash.
  608. * New LockAllMemory and UnlockAllMemory functions.
  609. * Use pthread_attr_setstacksize in JackPosixThread class.
  610. * Add Pieter Palmers FreeBob driver.
  611. * Thibault LeMeur ALSA driver patch.
  612. * Thom Johansen fix for port buffer alignment issues.
  613. * Better error checking in PortAudio driver.
  614. * 0.61 (2006-12-18)
  615. * Tom Szilagyi memory leak fix in ringbuffer.c.
  616. * Move client refnum management in JackEngine.
  617. * Shared_ports renamed to shared_graph.
  618. * Add call to the init callback (set up using the
  619. jack_set_thread_init_callback API) in Real-Time and Notification threads.
  620. * Define a new 'kActivateClient' notification.
  621. * New server/client data transfer model to fix a 64 bits system bug.
  622. * Fix a device name reversal bug in ALSA driver.
  623. * Implement thread.h API.
  624. * 0.60 (2006-11-23)
  625. * Improve audio driver synchronous code to better handle possible time-out
  626. cases.
  627. * Correct JackWinEnvent::Allocate (handle the ERROR_ALREADY_EXISTS case).
  628. * Correct JackEngine::ClientExternalNew.
  629. * 0.59 (2006-09-22)
  630. * Various fixes in Windows version.
  631. * Signal handling in the Windows server.
  632. * Improved JackRouter ASIO/Jack bridge on Windows.
  633. * Rename global "verbose" in "jack_verbose" to avoid symbol clash with
  634. PureData.
  635. * Add a new cpu testing/loading client.
  636. * Correct server SetBufferSize in case of failure.
  637. * Correct PortAudio driver help.
  638. * Use -D to setup ADDON_DIR on OSX and Linux.
  639. * Synchronize ALSA backend with jack one.
  640. * 0.58 (2006-09-06)
  641. * Correct a bug introduced in 0.55 version that was preventing coreaudio
  642. audio inputs to work.
  643. * Restructured code structure after import on svn.
  644. * 0.57
  645. * Correct bug in Mutex code in JackClientPipeThread::HandleRequest.
  646. * ASIO JackRouter driver supports more applications.
  647. * Updated HTML documentation.
  648. * Windows dll binaries are compiled in "release" mode.
  649. * 0.56
  650. * Correct SetBufferSize in coreaudio driver, portaudio driver and
  651. JackServer.
  652. * Real-time notifications for Windows version.
  653. * In the PortAudio backend, display more informations for installed WinMME,
  654. * DirectSound and ASIO drivers.
  655. * 0.55
  656. * Windows version.
  657. * Correct management of monitor ports in ALSA driver.
  658. * Engine code cleanup.
  659. * Apply Rui patch for more consistent parameter naming in coreaudio driver.
  660. * Correct JackProcessSync::TimedWait: time-out was not computed correctly.
  661. * Check the return code of NotifyAddClient in JackEngine.
  662. * 0.54
  663. * Use the latest shm implementation that solve the uncleaned shm segment
  664. problem on OSX.
  665. * Close still opened file descriptors (report from Giso Grimm). Updated html
  666. documentation.
  667. * 0.53
  668. * Correct JackPilotMP tool on OSX.
  669. * Correct CoreAudio driver for half duplex cases.
  670. * Fix a bug in transport for "unactivated" clients.
  671. * Fix a bug when removing "unactivated" clients from the server. Tested on
  672. Linux/PPC.
  673. * 0.52
  674. * Universal version for Mac Intel and PPC.
  675. * Improvement of CoreAudio driver for half duplex cases.
  676. * 0.51
  677. * Correct bugs in transport API implementation.
  678. * 0.50
  679. * Transport API implementation.
  680. * 0.49
  681. * Internal connection manager code cleanup.
  682. * 0.48
  683. * Finish software monitoring implementation for ALSA and CoreAudio drivers.
  684. * Simpler shared library management on OSX.
  685. * 0.47
  686. * More fix for 64 bits compilation.
  687. * Correct ALSA driver.
  688. * Create a specific folder for jackdmp drivers.
  689. * Use /dev/shm as default for fifo and sockets.
  690. * "Install" and "Remove" script for smoother use with regular jack.
  691. * 0.46
  692. * Fix a bug in loop management.
  693. * Fix a bug in driver loading/unloading code.
  694. * Internal code cleanup for better 64 bits architecture support.
  695. * Compilation on OSX/Intel.
  696. * Add the -d option for coreaudio driver (display CoreAudio devices internal
  697. name).
  698. * 0.45
  699. * Script to remove the OSX binary stuff.
  700. * Correct an export symbol issue that was preventing QjackCtl to work on OSX.
  701. * Fix the consequences of the asynchronous semantic of
  702. connections/disconnections.
  703. * 0.44
  704. * Patch from Dmitry Daikov: use clock_gettime by default for timing.
  705. * Correct dirty buffer issue in CoreAudio driver. Updated doc.
  706. * 0.43
  707. * Correct freewheel mode.
  708. * Optimize ALSA and coreaudio drivers.
  709. * Correct OSX installation script.
  710. * 0.42
  711. * Patch from Nick Mainsbridge.
  712. * Correct default mode for ALSA driver.
  713. * Correct XCode project.
  714. * 0.41
  715. * Add the ALSA MMAP_COMPLEX support for ALSA driver.
  716. * Patch from Dmitry Daikov: compilation option to choose between
  717. "get_cycles" and "gettimeofday" to measure timing.
  718. * 0.4
  719. * Linux version, code cleanup, new -L parameter to activate the loopback
  720. driver (see Documentation), a number of loopback ports can be defined.
  721. Client validation tool.
  722. * 0.31
  723. * Correct bug in mixing code that caused Ardour + jackdmp to crash...
  724. * 0.3
  725. * Implement client zombification + correct feedback loop management + code
  726. cleanup.
  727. * 0.2
  728. * Implements jack_time_frame, new -S (sync) mode: when "synch" mode is
  729. activated, the jackdmp server waits for the graph to be finished in the
  730. current cycle before writing the output buffers. Note: To experiment with
  731. the -S option, jackdmp must be launched in a console.
  732. * 0.1
  733. * First published version