madskjeldgaard / Birdhouse

An OSC to Midi Bridge. Cross-platform. VST, CLAP, Standalone.
Other
32 stars 1 forks source link

TODO:Do not type check with float32 #8

Closed madskjeldgaard closed 9 months ago

madskjeldgaard commented 9 months ago

The osc handler currently type checks the input to see if it is a float32 type. This should be changed to allow other number types, then static cast them to float for internal calculations.