This website works better with JavaScript.
Home
Help
Sign In
non
/
non
mirror of
https://github.com/original-male/non
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
Mixer: Fix crash when disabling strip auto output.
tags/non-daw-v1.3.0
Jonathan Moore Liles
2 years ago
parent
f5b215066a
commit
9aa275e0af
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mixer/src/Module.H
+ 0
- 1
mixer/src/Module.H
View File
@@ -262,7 +262,6 @@ public:
Port *connected_port ( void ) const
{
ASSERT( _type == Port::CONTROL, "Operation only available for control ports" );
return _connected.size() == 0 ? NULL : _connected.front();
}
Write
Preview
Loading…
Cancel
Save