Added media ticker to Singularity menu. Will be greyed out for anything not FMOD based. Consider implementing in other sound libraries as a to-do. FMOD Ex also displays an oscillator (making fmod3 do this is too dirty, so that's not going to be backported).
This commit is contained in:
@@ -537,6 +537,7 @@ set(viewer_SOURCE_FILES
|
||||
rlvfloaterbehaviour.cpp
|
||||
rlvviewer2.cpp
|
||||
shcommandhandler.cpp
|
||||
shfloatermediaticker.cpp
|
||||
)
|
||||
|
||||
# This gets renamed in the packaging step
|
||||
@@ -1019,6 +1020,7 @@ set(viewer_HEADER_FILES
|
||||
rlvfloaterbehaviour.h
|
||||
rlvviewer2.h
|
||||
shcommandhandler.h
|
||||
shfloatermediaticker.h
|
||||
)
|
||||
|
||||
source_group("CMake Rules" FILES ViewerInstall.cmake)
|
||||
|
||||
Reference in New Issue
Block a user