|
@@ -141,6 +141,7 @@ void JackTransportEngine::MakeAllLocating(JackClientInterface** table) |
|
|
if (client) { |
|
|
if (client) { |
|
|
JackClientControl* control = client->GetClientControl(); |
|
|
JackClientControl* control = client->GetClientControl(); |
|
|
control->fTransportState = JackTransportStopped; |
|
|
control->fTransportState = JackTransportStopped; |
|
|
|
|
|
control->fTransportSync = true; |
|
|
control->fTransportTimebase = true; |
|
|
control->fTransportTimebase = true; |
|
|
jack_log("MakeAllLocating ref = %ld", i); |
|
|
jack_log("MakeAllLocating ref = %ld", i); |
|
|
} |
|
|
} |
|
|