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 8d3fd4e commit 67eefca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion javasrc/org/hd/d/statsHouse/feedHits/GenerateSummary.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ private static MIDISupportTrack generatePercussionType1(final FeedStatusBlocks f
return(result);
}


/**Summary type 1; by-hour data blocks percussion.
* @param dirnames in-order names of directories to extract data from; never null
* @return a complete MIDI 'tune'; never null
Expand Down Expand Up @@ -251,6 +252,7 @@ public static MIDITune summary1(final List<String> dirnames) throws IOException
return(new MIDITune(dataMelody, List.of(percussion), tsp, dv));
}


/**Map from bytes/hits status code to tone offset in scale, sorted, non-empty, non-null.
* Bad statuses are negative.
*/
Expand Down Expand Up @@ -425,7 +427,8 @@ public static MIDITune summary2(final List<String> dirnames) throws IOException
entry("Spotify/1.0)", "Spotify"),
entry("Gofeed/1.0", "Gofeed"),
entry("Amazon Music Podcast", "Amazon"),
entry("-", "NONE")
entry("-", "NONE"),
entry("Mozilla/5.0 (Linux;) AppleWebKit/ Chrome/ Safari - iHeartRadio", "iHeartRadio")
);
/**A token not present in {@link UAtoToken}; non-empty, non-null. */
private static final String UAOther = "OTHER";
Expand Down

0 comments on commit 67eefca

Please sign in to comment.