gdritter repos hypsibius / 9c912f9
Add early README Getty Ritter 7 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Collapse all Expand all
1 **Hypsibius** is going to be a music tracker with pluggable notions of tuning and temperament, which will permit historical tunings such as [just intonation](https://en.wikipedia.org/wiki/Just_intonation) or [quarter-comma meantone](https://en.wikipedia.org/wiki/Quarter-comma_meantone), microtonal tunings such as [nineteen equal temperament](https://en.wikipedia.org/wiki/19_equal_temperament) or [fifty-three tone equal temperament](https://en.wikipedia.org/wiki/53_equal_temperament), and even non-octave-repeating tunings like the [Bohlen-Pierce scale](https://en.wikipedia.org/wiki/Bohlen%E2%80%93Pierce_scale) or Wendy Carlos' [Alpha](https://en.wikipedia.org/wiki/Alpha_scale) and [Beta](https://en.wikipedia.org/wiki/Beta_scale) scales.
2
3 This is in a very early state, but the plan is to build the GUI with [`brick`](http://hackage.haskell.org/package/brick) and do the sounds with [`csound`](http://csound.github.io/). Some early scale files (which will define the scales used by Hypsibius) can be found in the `data/scales` directory.