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: Middle click toggles module activation state.
tags/non-daw-v1.1.0
Jonathan Moore Liles
15 years ago
parent
b774ee3f50
commit
fab0527527
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
Mixer/Module.C
+ 6
- 0
Mixer/Module.C
View File
@@ -489,6 +489,12 @@ Module::handle ( int m )
command_remove();
return 1;
}
else if ( test_press( FL_BUTTON2 ) )
{
bypass( !bypass() );
redraw();
return 1;
}
return 0;
}
Write
Preview
Loading…
Cancel
Save