We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60edcf5 commit cce4bf4Copy full SHA for cce4bf4
1 file changed
src/clientrpc.cpp
@@ -347,7 +347,6 @@ CClientRpc::CClientRpc ( CClient* pClient, CRpcServer* pRpcServer, QObject* pare
347
return;
348
}
349
350
- // TODO How to set fader level in client correctly? OnControllerInFaderLevel is definitely the function we need to call...
351
pClient->SetControllerInFaderLevel ( jsonChannelIndex.toInt(), jsonLevel.toInt() );
352
response["result"] = "ok";
353
} );
0 commit comments