Browse Source

There was a typo

tags/v1.9.11
falkTX 6 years ago
parent
commit
b09c6591f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/engine/CarlaEngineJack.cpp

+ 1
- 1
source/backend/engine/CarlaEngineJack.cpp View File

@@ -1013,7 +1013,7 @@ public:
jackbridge_connect(fClient, "system:capture_1", strBuf);
}

if (jackbridge_port_by_name(fClient, "system:capture_1") != nullptr)
if (jackbridge_port_by_name(fClient, "system:playback_1") != nullptr)
{
std::snprintf(strBuf, STR_MAX-2, "%s:audio-out1", jackClientName);
jackbridge_connect(fClient, strBuf, "system:playback_1");


Loading…
Cancel
Save