Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHD committed Jul 2, 2024
1 parent 71d50f1 commit 0f5aa88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions javasrc/org/hd/d/statsHouse/feedHits/GenerateSummary.java
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,11 @@ public static MIDITune summary2(final List<String> dirnames) throws IOException
/**Summary type 3; by-US trend melody.
* Overall picks the heaviest User-Agents by hits and assigns each an instrument.
* <p>
* 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.
* <p>
* The root notes used could be a chord progression.
* <p>
* Uses the same note offsets as summary type 2.
*
Expand Down

0 comments on commit 0f5aa88

Please sign in to comment.