mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
per effect smoothing (#456)
* add dynamic smoothing first step * extend prio muxer to hold smoothing preset id * add icons for systray * fix missing changes in prio muxer * implement specific smoothing params for effects * refactoring: std::min/max to qMin/Max * some code optimization * fix schema and translation * revoke change of python include order * fix eol in effect shemas * optimize random,candle and fadecandy json schemas
This commit is contained in:
@@ -139,23 +139,23 @@ SET( JSON_FILES
|
||||
config/hyperion.config.json.default
|
||||
${HYPERION_SCHEMAS}
|
||||
)
|
||||
#EXECUTE_PROCESS (
|
||||
# COMMAND python test/jsonchecks/checkjson.py ${JSON_FILES}
|
||||
# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
# RESULT_VARIABLE CHECK_JSON_FAILED
|
||||
#)
|
||||
#IF ( ${CHECK_JSON_FAILED} )
|
||||
# MESSAGE (FATAL_ERROR "check of json files failed" )
|
||||
#ENDIF ()
|
||||
EXECUTE_PROCESS (
|
||||
COMMAND python test/jsonchecks/checkjson.py ${JSON_FILES}
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
RESULT_VARIABLE CHECK_JSON_FAILED
|
||||
)
|
||||
IF ( ${CHECK_JSON_FAILED} )
|
||||
MESSAGE (FATAL_ERROR "check of json files failed" )
|
||||
ENDIF ()
|
||||
|
||||
#EXECUTE_PROCESS (
|
||||
# COMMAND python test/jsonchecks/checkeffects.py effects effects/schema
|
||||
# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
# RESULT_VARIABLE CHECK_EFFECTS_FAILED
|
||||
#)
|
||||
#IF ( ${CHECK_EFFECTS_FAILED} )
|
||||
# MESSAGE (FATAL_ERROR "check of json effect files failed" )
|
||||
#ENDIF ()
|
||||
EXECUTE_PROCESS (
|
||||
COMMAND python test/jsonchecks/checkeffects.py effects effects/schema
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
RESULT_VARIABLE CHECK_EFFECTS_FAILED
|
||||
)
|
||||
IF ( ${CHECK_EFFECTS_FAILED} )
|
||||
MESSAGE (FATAL_ERROR "check of json effect files failed" )
|
||||
ENDIF ()
|
||||
|
||||
EXECUTE_PROCESS (
|
||||
COMMAND python test/jsonchecks/checkschema.py config/hyperion.config.json.default libsrc/hyperion/hyperion.schema.json
|
||||
|
Reference in New Issue
Block a user