mhetrick / hetrickcv

VCV Rack Modules by Michael Hetrick
Creative Commons Zero v1.0 Universal
155 stars 13 forks source link

0.6 conversion: many deprecated warnings #12

Closed DomiKamu closed 5 years ago

DomiKamu commented 6 years ago

Hi,

During compiling your plugin (Windows platform) against 0.6.0dev, they're a lot of warnings concerning deprecated functions in your source files: These functions are:

randomf() clampf (replaced by clamp).

See 258 (5th message below "0.5 API" header, Andrew discuss about clampi & clampf deprecated)

I don't know about randomf() function, however, my code doesn't use it.

Cheers.

Dominique

mhetrick commented 5 years ago

Hi Dominique! Thanks for the heads up. I've fixed everything on the v1 branch. I will now fix the v1 deprecations as well.