mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2019-08-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored ripcd(8) to manage JACK port [dis]connections directly, rather than by delegation to caed(8).
This commit is contained in:
@@ -377,18 +377,6 @@ void RDCae::setPlayPortActive(int card,int port,int stream)
|
||||
}
|
||||
|
||||
|
||||
void RDCae::connectJackPorts(const QString &out,const QString &in)
|
||||
{
|
||||
SendCommand(QString("JC ")+out+" "+in+"!");
|
||||
}
|
||||
|
||||
|
||||
void RDCae::disconnectJackPorts(const QString &out,const QString &in)
|
||||
{
|
||||
SendCommand(QString("JD ")+out+" "+in+"!");
|
||||
}
|
||||
|
||||
|
||||
void RDCae::readyData()
|
||||
{
|
||||
readyData(0,0,"");
|
||||
|
||||
Reference in New Issue
Block a user