fix LV2 freewheeling port, explicit cast bool to float.
authorRobin Gareus <robin@gareus.org>
Mon, 27 Jul 2015 17:08:29 +0000 (19:08 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 27 Jul 2015 17:08:29 +0000 (19:08 +0200)
commitfee54fb1552db2a5df110b285d5a7489be99ba21
tree58f0f3c2bd02b1f1d0cb686a4057f999ffc544e9
parent22bc62ed4360aaea29c131cc7dead87fa25ef228
fix LV2 freewheeling port, explicit cast bool to float.

http://lv2plug.in/ns/lv2core/#freeWheeling mentions "true"
and http://lv2plug.in/ns/lv2core/#toggled defines true as > 0.
false as <= 0.
libs/ardour/lv2_plugin.cc