This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Mixer/AUX_Module: Define can_support_inputs function.
Closes
#181
tags/non-daw-v1.2.0
Jonathan Moore Liles
9 years ago
parent
b57f891e6d
commit
88fe7e7b97
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mixer/src/AUX_Module.H
+ 2
- 0
mixer/src/AUX_Module.H
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 );
Write
Preview
Loading…
Cancel
Save