~whereiseveryone/purescript-frettable

purescript library to determine if a set of notes can be fretted on guitar
remove publish for now
publish to jgart subdomain
use ubuntu latest

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~whereiseveryone/purescript-frettable
read/write
git@git.sr.ht:~whereiseveryone/purescript-frettable

You can also use your local clone with git send-email.

builds.sr.ht status

#purescript-frettable

PureScript wrapper for frettable.

#Installation

spago install purescript-frettable

#Interface

  • frettable a

#Example

> import Frettable
> isFrettable [-1, -1, 0, 2, 3, 2] -- D chord
true

> isFrettable [1, 2, 3, 4, 5, 6]
false

#Documentation

Module documentation is published on Pursuit.