stk_module icon indicating copy to clipboard operation
stk_module copied to clipboard

JUCE module wrapper for the STK library

Results 4 stk_module issues
Sort by recently updated
recently updated
newest added

Hi here my updated version of stk_module with stk 4.4.4

This worked for me: In `stk.h` ``` #if __cplusplus > 199711L #define register // Deprecated in C++11. #endif // #if __cplusplus > 199711L ```

when I include this module and try and compile for android with e.g. `ant release` I get lots of errors such as the following: ``` [exec] /Users/adamelemental/dev/SDKs/android-ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:56:24: error: expected unqualified-id...

Realised I needed to add the undef's to the `stk_module/stk/Stk.h` header, seems to be the only place it made a difference.