Mixer/AUX_Module: Define can_support_inputs function.

Closes #181
pull/186/head
Jonathan Moore Liles 2015-10-06 17:16:57 -07:00
parent b57f891e6d
commit 88fe7e7b97
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public:
virtual const char *name ( void ) const { return "AUX"; }
int can_support_inputs ( int n ) { return n > 0 ? n : -1; }
virtual bool configure_outputs ( int n );
virtual bool configure_inputs ( int n );