|
|
@@ -24,49 +24,53 @@ Paul Davis |
|
|
|
---------------------------
|
|
|
|
Jackdmp changes log
|
|
|
|
---------------------------
|
|
|
|
|
|
|
|
|
|
|
|
2009-06-17 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Move DBus based audio device reservation code in ALSA backend compilation.
|
|
|
|
|
|
|
|
2009-06-16 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Correct JackFifo::TimedWait for EINTR handling. |
|
|
|
|
|
|
|
* Correct JackFifo::TimedWait for EINTR handling.
|
|
|
|
|
|
|
|
2009-06-05 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions. |
|
|
|
|
|
|
|
* Correct jack_set_error_function, jack_set_info_function and jack_set_thread_creator functions.
|
|
|
|
|
|
|
|
2009-05-18 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Correct wcsript files to create jackdbus only (and not create jackd anymore) when compiled in --dbus mode, add a --classic option. Both options are possible but issue a warning. |
|
|
|
|
|
|
|
* Correct wcsript files to create jackdbus only (and not create jackd anymore) when compiled in --dbus mode, add a --classic option. Both options are possible but issue a warning.
|
|
|
|
|
|
|
|
2009-05-15 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Move InitFrameTime in JackDriver::Start method. |
|
|
|
|
|
|
|
* Move InitFrameTime in JackDriver::Start method.
|
|
|
|
|
|
|
|
2009-05-13 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Reworked Torben Hohn fix for server restart issue on Windows. |
|
|
|
|
|
|
|
* Reworked Torben Hohn fix for server restart issue on Windows.
|
|
|
|
|
|
|
|
2009-05-11 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* New jack_free function added in jack.h. |
|
|
|
* Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c. |
|
|
|
|
|
|
|
* New jack_free function added in jack.h.
|
|
|
|
* Torben Hohn fix for InitTime and GetMicroSeconds in JackWinTime.c.
|
|
|
|
|
|
|
|
2009-05-07 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Cleanup "loopback" stuff in server. |
|
|
|
|
|
|
|
* Cleanup "loopback" stuff in server.
|
|
|
|
|
|
|
|
2009-05-06 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Fix transport callback (timebase master, sync) issue when used after jack_activate (RT thread was not running). |
|
|
|
* Fix transport callback (timebase master, sync) issue when used after jack_activate (RT thread was not running).
|
|
|
|
* D-Bus access for jackctl_server_add_slave/jackctl_server_remove_slave API.
|
|
|
|
|
|
|
|
|
|
|
|
2009-05-05 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* First working version of native MIDI backend (JackCoreMidiDriver, JackWinMMEDriver).
|
|
|
|
|
|
|
|
|
|
|
|
2009-04-22 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* jackctl_server_load_master renamed to jackctl_server_switch_master, jackctl_server_unload_master is removed.
|
|
|
|
|
|
|
|
|
|
|
|
2009-04-21 Stephane Letz <letz@grame.fr>
|
|
|
|
|
|
|
|
* Add jackctl_server_load_master/jackctl_server_unload_master API.
|
|
|
|