madskjeldgaard / portedplugins

A collection of plugins for the SuperCollider sound environment, all of which are ported / remixed from elsewhere
GNU General Public License v3.0
180 stars 13 forks source link

mi-resonator.hpp: include cstdint for int32_t definition #32

Closed sonoro1234 closed 2 years ago

sonoro1234 commented 2 years ago

This inclusion is needed for avoiding the compile error (with mingw64)

C:/supercolliderrepos/portedplugins/plugins/mutated/mi-resonator.hpp: In function 'float mi::Interpolate(const float*, float, float)':
C:/supercolliderrepos/portedplugins/plugins/mutated/mi-resonator.hpp:51:3: error: 'int32_t' was not declared in this scope
madskjeldgaard commented 2 years ago

Thanks!!