Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitzl/sound-of-geocities
How did Geocities sound? A statistical analysis of the Geocities MIDI Archive.
https://github.com/bitzl/sound-of-geocities
Last synced: 17 days ago
JSON representation
How did Geocities sound? A statistical analysis of the Geocities MIDI Archive.
- Host: GitHub
- URL: https://github.com/bitzl/sound-of-geocities
- Owner: bitzl
- License: apache-2.0
- Created: 2015-07-14T19:35:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-29T22:10:01.000Z (over 9 years ago)
- Last Synced: 2024-10-28T05:14:37.395Z (about 2 months ago)
- Language: Java
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sound of Geocities
[![Build Status](https://travis-ci.org/bitzl/sound-of-geocities.svg)](https://travis-ci.org/bitzl/sound-of-geocities)
[![codecov.io](http://codecov.io/github/bitzl/sound-of-geocities/coverage.svg?branch=master)](http://codecov.io/github/bitzl/sound-of-geocities?branch=master)How did Geocities sound? A statistical analysis of the Geocities MIDI Archive.
## Processing chains
The analysis relies on processing chains. Some parts are realized via Java Streams.
Some chains might be:
- Sequence --> Tracks --> Events --> Histogram
- Sequence --> Tracks per Sequence --> Ordered Events per Sequence --> Chords --> Histogram
- Sequence --> Tracks --> Events --> Pitches --> Histogram
- Sequence --> Tracks --> Events --> Pitches --> Histograms --> Clustering (?)