prefer floor() over round(), this avoids "-0"
authorRobin Gareus <robin@gareus.org>
Sat, 23 Sep 2017 16:59:39 +0000 (18:59 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 23 Sep 2017 16:59:39 +0000 (18:59 +0200)
commita9c8a25fc4240e0df3f87316d94989d53cc67747
tree42d06408909646c4a7ddb85251a2fdfa0ea48171
parentd50c7382036d4c6f5f9c6db5fb52ecb0caa44047
prefer floor() over round(), this avoids "-0"

GUI interface values are always in the range 0..1 so there's no abiguity
with trunc()
libs/ardour/parameter_descriptor.cc