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/Controller_Module: Shutdown JACK port when switching off CV mode.
Closes
#172
tags/non-daw-v1.2.0
Jonathan Moore Liles
9 years ago
parent
156fd6d453
commit
abde7f3bb5
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/Controller_Module.C
+ 2
- 0
mixer/src/Controller_Module.C
View File
@@ -229,6 +229,8 @@ Controller_Module::mode ( Mode m )
else if ( mode() == CV && m != CV )
{
chain()->client()->lock();
aux_audio_input.back().jack_port()->shutdown();
delete aux_audio_input.back().jack_port();
Write
Preview
Loading…
Cancel
Save