add compost chorus effect.

This commit is contained in:
bolero-MURAKAMI 2012-11-11 08:26:58 +09:00
parent c7e6be98bb
commit aca22bec98
4 changed files with 161 additions and 4 deletions

View file

@ -21,8 +21,8 @@
# define SPROUT_NO_DELEGATING_CONSTRUCTORS
#endif
#if (__has_feature(cxx_constexpr) && (__GNUC__ >= 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) && defined(__GXX_EXPERIMENTAL_CXX0X__))
# define SPROUT_HAS_CONSTEXPR_CMATH_FUNCTION
#endif
//#if (__has_feature(cxx_constexpr) && (__GNUC__ >= 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) && defined(__GXX_EXPERIMENTAL_CXX0X__))
//# define SPROUT_HAS_CONSTEXPR_CMATH_FUNCTION
//#endif
#endif // #ifndef SPROUT_CONFIG_COMPILER_CLANG_HPP