MSVC won't allow us to cast directly from float to an enum. We need to kludge it...
authorJohn Emmas <johne53@tiscali.co.uk>
Thu, 22 Mar 2018 10:54:21 +0000 (10:54 +0000)
committerJohn Emmas <johne53@tiscali.co.uk>
Thu, 22 Mar 2018 10:54:21 +0000 (10:54 +0000)
commit7b42c7e361bbfa1e7e461cce16409cdfeb9e4dde
treec8b5778acc7a922dd3c88ee414081acf3a7dbee9
parentc177434669dc88a65e707f4b2eac23238e005281
MSVC won't allow us to cast directly from float to an enum. We need to kludge it by first casting to an integer type

(is it safe to be casting from float to enum anyway??)
libs/surfaces/osc/osc.cc