From 0f5aa88c0b6600cd038bb85450e5b16f72526095 Mon Sep 17 00:00:00 2001 From: DamonHD Date: Tue, 2 Jul 2024 16:40:01 +0100 Subject: [PATCH] WIP --- javasrc/org/hd/d/statsHouse/feedHits/GenerateSummary.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/javasrc/org/hd/d/statsHouse/feedHits/GenerateSummary.java b/javasrc/org/hd/d/statsHouse/feedHits/GenerateSummary.java index 60a544c..da92060 100644 --- a/javasrc/org/hd/d/statsHouse/feedHits/GenerateSummary.java +++ b/javasrc/org/hd/d/statsHouse/feedHits/GenerateSummary.java @@ -436,8 +436,11 @@ public static MIDITune summary2(final List dirnames) throws IOException /**Summary type 3; by-US trend melody. * Overall picks the heaviest User-Agents by hits and assigns each an instrument. *

- * For each data block (week) creates a bar with the 4 (or 8?) heaviest hitting UAs that block, - * and from heaviest downwards play a successive chord for each of status notes. + * For each data block (week) creates a bar with the 4 (or 8?) heaviest hitting UAs of that block, + * and from heaviest downwards plays a chord + * with each note in the chord being the weighted status result values. + *

+ * The root notes used could be a chord progression. *

* Uses the same note offsets as summary type 2. *