mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2018-06-11 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.JACK_PORT' field to the database. * Incremented the database version to 287. * Added an 'Initial Audio Ports' control to the 'JACK Configuration' dialog in rdadmin(1). * Implemented 'Activate JACK Port' ['JA'] and 'Remove JACK Port' ['JR'] RMLs.
This commit is contained in:
@@ -76,6 +76,8 @@ class RDStation
|
||||
void setJackServerName(const QString &str) const;
|
||||
QString jackCommandLine() const;
|
||||
void setJackCommandLine(const QString &str) const;
|
||||
int jackPorts() const;
|
||||
void setJackPorts(int ports) const;
|
||||
int cueCard() const;
|
||||
void setCueCard(int card);
|
||||
int cuePort() const;
|
||||
|
||||
Reference in New Issue
Block a user