Fix a crash in rhythm ferret if the relevant plugin couldn't be found for some reason
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 4 Feb 2017 12:58:33 +0000 (12:58 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 4 Feb 2017 12:58:33 +0000 (12:58 +0000)
commitefd859a0ee590d4c09d09abddc4c3e9ca2d26fc1
tree3525c79060aca43987e0ab435189dfb6be2ac7ca
parentd1599abad301b81a05b208704434f19d8bb76d4e
Fix a crash in rhythm ferret if the relevant plugin couldn't be found for some reason

The crash was caused by not catching 'failed_constructor()' (which gets thrown in the c'tor for AudioAnalyser).
gtk2_ardour/rhythm_ferret.cc