mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02: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:
@@ -75,8 +75,6 @@ class RDCae : public QObject
|
||||
void requestTimescale(int card);
|
||||
bool playPortActive(int card,int port,int except_stream=-1);
|
||||
void setPlayPortActive(int card,int port,int stream);
|
||||
void connectJackPorts(const QString &out,const QString &in);
|
||||
void disconnectJackPorts(const QString &out,const QString &in);
|
||||
|
||||
signals:
|
||||
void isConnected(bool state);
|
||||
|
Reference in New Issue
Block a user