mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-12-21 Fred Gleason <fredg@paravelsystems.com>
* Moved the PANEL_MAX_OUTPUTS define in 'lib/rdsound_panel.h' to RD_SOUNDPANEL_MAX_OUTPUTS in 'lib/rd.h'. * Added a 'RDPortNames' class. * Added a 'RDCoreApplication::portNames()' method. * Refactored rdairplay(1) to use 'RDPortNames'. * Refactored rdpanel(1) to use 'RDPortNames'. * Removed the 'RDAirPlayConf::portName()' method. * Removed the 'RDAirPlayConf::soundPanelChannelName()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -163,6 +163,7 @@ SOURCES += rdplay_deck.cpp
|
||||
SOURCES += rdplaymeter.cpp
|
||||
SOURCES += rdpodcastfilter.cpp
|
||||
SOURCES += rdpodcastlistmodel.cpp
|
||||
SOURCES += rdportnames.cpp
|
||||
SOURCES += rdprocess.cpp
|
||||
SOURCES += rdprofile.cpp
|
||||
SOURCES += rdpushbutton.cpp
|
||||
@@ -350,6 +351,7 @@ HEADERS += rdplay_deck.h
|
||||
HEADERS += rdplaymeter.h
|
||||
HEADERS += rdpodcastfilter.h
|
||||
HEADERS += rdpodcastlistmodel.h
|
||||
HEADERS += rdportnames.h
|
||||
HEADERS += rdprocess.h
|
||||
HEADERS += rdprofile.h
|
||||
HEADERS += rdpushbutton.h
|
||||
|
||||
Reference in New Issue
Block a user