Towards fixing AU preset invalidation
authorRobin Gareus <robin@gareus.org>
Sat, 1 Dec 2018 23:26:57 +0000 (00:26 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 1 Dec 2018 23:26:57 +0000 (00:26 +0100)
commit3c7dea43af9d9e5b2563aee81ac5253fb2ee7858
tree609ac23a111688e63a4612582fdb4dc02d8b66d4
parentd53af10c9261172c57dbc66b6b4d1143b37bbcae
Towards fixing AU preset invalidation

This is a step in the right direction: first load the preset and
only if preset-loading was successful mark it as loaded.

This still does not properly unset "parameter_changed_since_last_preset".
AU signals "kAudioUnitEvent_ParameterValueChange" later in the event-loop.
libs/ardour/audio_unit.cc