ACM: Config.h - added default for toy mixer

This commit is contained in:
Jason Short 2012-08-16 15:40:28 -07:00
parent 770956a3fd
commit 3ee2fd3fb6

View File

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