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:
Fred Gleason
2019-06-10 16:51:48 -04:00
parent 75077f5145
commit 5f323857f9
3 changed files with 4 additions and 2 deletions

View File

@@ -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());
}