MCPcopy Create free account
hub / github.com/VCVRack/Rack / convert

Function convert

include/dsp/convert.hpp:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32/** Trivial conversions */
33template <>
34inline float convert(float x) {return x;}
35
36
37/** Integer to float */

Callers

nothing calls this directly

Calls 1

minFunction · 0.85

Tested by

no test coverage detected