From e67b7250e0a7d36152cc8f45cb3b5f74ddaa3330 Mon Sep 17 00:00:00 2001 From: computermusik Date: Mon, 7 Jul 2025 07:41:53 +0200 Subject: [PATCH] Create HSS_Settings.json --- HSS_Settings.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 HSS_Settings.json diff --git a/HSS_Settings.json b/HSS_Settings.json new file mode 100644 index 0000000..de5188d --- /dev/null +++ b/HSS_Settings.json @@ -0,0 +1,23 @@ +{ + "environment" : "HSS_ST.json", + "soundbank" : "HSS_Samples.json", + "order" : { + "0" : "LuckyDices", + "1" : "RainyDay", + "2" : "Luminous_Lake", + "3" : "Clear_Skies", + "4" : "Xiao_4" + } +, + "current_piece" : "LuckyDices", + "operating_hours" : "0-24", + "operation_mode" : "Start Piece", + "playing_mode" : "Playlist", + "web_control" : "fullscreen", + "play" : 1, + "duration" : 300, + "silence" : 20, + "gain" : -10, + "channels" : 4 +} + \ No newline at end of file