From fc8a74e273f30f500d4a151332e546ed31b4c6a0 Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Mon, 13 Sep 2021 18:25:23 +0200 Subject: [PATCH] Add default durations to the musiclist. I have no idea how accurate they are. --- bin/config_sample/music.json | 98 ++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 49 deletions(-) diff --git a/bin/config_sample/music.json b/bin/config_sample/music.json index 14d3975..abd0d67 100644 --- a/bin/config_sample/music.json +++ b/bin/config_sample/music.json @@ -4,199 +4,199 @@ "songs":[ { "name":"Announce The Truth (AA).opus", - "length":-1 + "length":79.5 }, { "name":"Announce The Truth (AJ).opus", - "length":-1 + "length":59.5 }, { "name":"Announce The Truth (JFA).opus", - "length":-1 + "length":98.5 }, { "name":"Announce The Truth (Miles).opus", - "length":-1 + "length":153.5 }, { "name":"Announce The Truth (T&T).opus", - "length":-1 + "length":126.5 }, { "name":"Confrontation ~ Presto 2009.opus", - "length":-1 + "length":187.5 }, { "name":"Crises of Fate.opus", - "length":-1 + "length":143.5 }, { "name":"Forgotten Legend.opus", - "length":-1 + "length":141.5 }, { "name":"Godot - The Fragrance of Dark Coffee.opus", - "length":-1 + "length":148.5 }, { "name":"Great Revival ~ Franziska von Karma.opus", - "length":-1 + "length":86.5 }, { "name":"Great Revival ~ Miles Edgeworth.opus", - "length":-1 + "length":89.5 }, { "name":"Hotline of Fate.opus", - "length":-1 + "length":51.5 }, { "name":"Interesting People.opus", - "length":-1 + "length":142.5 }, { "name":"Logic and Trick.opus", - "length":-1 + "length":152.5 }, { "name":"Luke Atmey ~ I Just Want Love.opus", - "length":-1 + "length":103.5 }, { "name":"Noisy People.opus", - "length":-1 + "length":91.5 }, { "name":"OBJECTION (AA).opus", - "length":-1 + "length":73.5 }, { "name":"Objection (AJ).opus", - "length":-1 + "length":96.5 }, { "name":"OBJECTION (JFA).opus", - "length":-1 + "length":93.5 }, { "name":"Objection (Miles).opus", - "length":-1 + "length":176 }, { "name":"OBJECTION (T&T).opus", - "length":-1 + "length":119 }, { "name":"Others ~ Guilty love.opus", - "length":-1 + "length":99 }, { "name":"Prelude (AA).opus", - "length":-1 + "length":78 }, { "name":"Prelude (AJ).opus", - "length":-1 + "length":71.5 }, { "name":"Prologue (AA).opus", - "length":-1 + "length":40 }, { "name":"Pursuit (AA) - variation.opus", - "length":-1 + "length":90.5 }, { "name":"Pursuit (AA).opus", - "length":-1 + "length":90.5 }, { "name":"Pursuit (AJ).opus", - "length":-1 + "length":109 }, { "name":"Pursuit (DS).opus", - "length":-1 + "length":226.5 }, { "name":"Pursuit (JFA) - variation.opus", - "length":-1 + "length":76 }, { "name":"Pursuit (JFA).opus", - "length":-1 + "length":120 }, { "name":"Pursuit (Miles).opus", - "length":-1 + "length":197 }, { "name":"Pursuit (T&T) - variation.opus", - "length":-1 + "length":114 }, { "name":"Pursuit (T&T).opus", - "length":-1 + "length":120 }, { "name":"Pursuit ~ I Want to Find the Truth(Orchestra).opus", - "length":-1 + "length":294.5 }, { "name":"Questioning AA (Allegro).opus", - "length":-1 + "length":127 }, { "name":"Questioning AA (Moderato).opus", - "length":-1 + "length":104.5 }, { "name":"Questioning AJ (Allegro).opus", - "length":-1 + "length":103.5 }, { "name":"Questioning AJ (Moderato).opus", - "length":-1 + "length":80.5 }, { "name":"Questioning JFA (Allegro).opus", - "length":-1 + "length":104 }, { "name":"Questioning JFA (Moderato).opus", - "length":-1 + "length":90 }, { "name":"Questioning T&T (Allegro).opus", - "length":-1 + "length":160 }, { "name":"Questioning T&T (Moderato).opus", - "length":-1 + "length":116 }, { "name":"Speak up Pup.opus", - "length":-1 + "length":167 }, { "name":"Suspense (AA).opus", - "length":-1 + "length":92.5 }, { "name":"The Great Truth Burglar.opus", - "length":-1 + "length":149 }, { "name":"Trial (AA).opus", - "length":-1 + "length":109 }, { "name":"Trial (AJ).opus", - "length":-1 + "length":126 }, { "name":"Trial (Miles).opus", - "length":-1 + "length":275.5 } ] }