Files
ardour/libs
Robin Gareus 7872e4033f LV2/midnam tweaks - fix race conditions
* Emit signal once midnam was actually updated
* only re-read midnam if was it changed. This allows idempotent calls to
  read_midnam() - from the same thread.

At session-load a synth-plugin may load a soundfont in the background
and emit midnam_update() after the synth was initialized but before the
GUI thread connects to the signal. By making the call idempotent the
GUI can call read_midnam() after connecting to the signal to catch up.
2017-09-09 03:08:46 +02:00
..
2017-06-27 20:12:46 +02:00
2017-08-18 09:42:04 -04:00
2017-07-26 22:58:12 +02:00
2017-08-18 20:42:55 +02:00
2017-02-18 16:22:34 +01:00
2017-08-30 20:11:17 +02:00