Implement JS delay workaround. #187
commit640ca88481512912c62bc59c4d5d74adc8d73853
authorNedko Arnaudov <nedko@arnaudov.name>
Sun, 23 Oct 2011 00:52:16 +0000 (23 03:52 +0300)
committerNedko Arnaudov <nedko@arnaudov.name>
Sun, 23 Oct 2011 00:54:04 +0000 (23 03:54 +0300)
tree5000804283e78ee10441b802060ee08361fbd9f5
parent02dfa258f2a96c5db6d270170f19f357f1cb90e4
Implement JS delay workaround. #187

yoshimi-0.060.10 jack session implementation is broken. Save complete
reply is sent from the jack session callback but the actual save is
made asynchronously, in the main thread, on next main loop iteration.

This changeset implements workaround for app bugs like this.
User is able to set JS delay in seconds. Default is zero.
daemon/conf.h
daemon/jack_session.c
daemon/main.c
gui/gladish.ui
gui/main.c
gui/settings.c
proxies/conf_proxy.c
proxies/conf_proxy.h