2023-11-13 Fred Gleason <fredg@paravelsystems.com>

* Removed the 'RDCae::setOutputPort()' method.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-11-13 17:04:54 -05:00
parent fb8228914f
commit 402e03bb45
11 changed files with 86 additions and 76 deletions

View File

@@ -315,12 +315,6 @@ void RDCae::setOutputVolume(int card,int stream,int port,int level)
}
void RDCae::setOutputPort(int card,int stream,int port)
{
SendCommand(QString::asprintf("OP %d %d %d 0!",card,stream,port));
}
void RDCae::fadeOutputVolume(int card,int stream,int port,int level,int length)
{
SendCommand(QString().sprintf("FV %d %d %d %d %d!",