ACM: Config.h - added default for toy mixer

This commit is contained in:
Jason Short 2012-08-16 15:40:28 -07:00
parent cbf4870b00
commit cd2cf2e431

View File

@ -79,6 +79,10 @@
#ifndef TOY_EDF
# define TOY_EDF DISABLED
#endif
#ifndef TOY_MIXER
# define TOY_MIXER TOY_LINEAR_MIXER
#endif
//////////////////////////////////////////////////////////////////////////////