mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-28 16:23:50 +01:00
2019-08-05 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in ripcd(8) that broke the 'Connect Jack Ports' ['JC'] and 'Disconnect Jack Ports' ['JD'] RMLs.
This commit is contained in:
@@ -379,13 +379,13 @@ void RDCae::setPlayPortActive(int card,int port,int stream)
|
||||
|
||||
void RDCae::connectJackPorts(const QString &out,const QString &in)
|
||||
{
|
||||
SendCommand(QString("JC ")+out+" | "+in+"!");
|
||||
SendCommand(QString("JC ")+out+" "+in+"!");
|
||||
}
|
||||
|
||||
|
||||
void RDCae::disconnectJackPorts(const QString &out,const QString &in)
|
||||
{
|
||||
SendCommand(QString("JD ")+out+" | "+in+"!");
|
||||
SendCommand(QString("JD ")+out+" "+in+"!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user