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.

881 lines
38KB

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