mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2019-06-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in caed(8) that caused mixer commands to be applied with inverted sign.
This commit is contained in:
@@ -488,7 +488,6 @@ void RDCae::clockData()
|
||||
|
||||
void RDCae::SendCommand(QString cmd)
|
||||
{
|
||||
//printf("RDCae: SendCommand(%s)\n",(const char *)cmd);
|
||||
cae_socket->writeBlock((const char *)cmd,cmd.length());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user