mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-13 16:16:36 +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:
@@ -18890,3 +18890,6 @@
|
|||||||
value' SQL error when generating a log.
|
value' SQL error when generating a log.
|
||||||
2019-07-31 Fred Gleason <fredg@paravelsystems.com>
|
2019-07-31 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Incremented the package version 3.0.2.
|
* Incremented the package version 3.0.2.
|
||||||
|
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.
|
||||||
|
|||||||
@@ -379,13 +379,13 @@ void RDCae::setPlayPortActive(int card,int port,int stream)
|
|||||||
|
|
||||||
void RDCae::connectJackPorts(const QString &out,const QString &in)
|
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)
|
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