mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-31 00:48:39 +01:00
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:
@@ -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!",
|
||||
|
||||
Reference in New Issue
Block a user