Releases: Sintrastes/xen-fret
v0.3.0.0
This version brings with it several improvements to the initial release of xen fret.
- The Javascript localStorage API is now used to store data when using the ghcjs target. (#33)
- New scales, tunings, and temperaments can now be added in the UI. (#1, #3)
- Various UI improvements were added, including coloring the root note of the scale differently on the fretboard diagram (#20).
This preview release is currently being hosted on github pages at: https://sintrastes.github.io/demos/xen_fret/. Go check it out!
v0.2.0.0
This is the first preview release of Xen Fret.
Previously to this release, Xen Fret (formerly hsfret
) was a CGI executable exposing a simple REST API for generating microtonal/xenharmonic fretboard diagrams. Now it is a simple web app built with reflex-frp.
Currently, the user can select from a number of different temperaments, select a number of frets to render, select a scale for the digram, as well as set the width for the generated diagram. On desktop or tablet devices (with large enough viewport size), you will see a preview of the generated fretboard diagram on the right.
In future releases, you will be able to:
- Add new scales and temperaments
- Specify instrument tuning
- Export diagrams to SVG files
- ...and more! (See the full issues list)
This preview release is currently being hosted on github pages at: https://sintrastes.github.io/demos/xen_fret/. Go check it out!