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: Don't segfault when user right-clicks on channel number module.
Closes
:
#128
tags/non-daw-v1.2.0
Jonathan Moore Liles
10 years ago
parent
9d39699950
commit
686d830402
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
mixer/src/Module.C
+ 3
- 0
mixer/src/Module.C
View File
@@ -248,6 +248,9 @@ Module::paste_before ( void )
const char *
Module::Port::osc_number_path ( void )
{
if ( ! _scaled_signal )
return NULL;
int n = _module->chain()->strip()->number();
if ( _by_number_path && n == _by_number_number )
Write
Preview
Loading…
Cancel
Save