Popularity
3.6
Stable
Activity
3.9
Stable
3
3
2
Monthly Downloads: 1
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
hs-pattrans alternatives and similar packages
Based on the "hs" category.
Alternatively, view hs-pattrans alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of hs-pattrans or a related project?
README
Build instructions
To build the source code:
make build
To run the testsuite:
make test
To check command options:
make help
To run an interactive shell, where you can discover patterns using transformation queries:
make query
- Using time period from song:
("classical", "bach") ?? (transpositionOf ~~ 0.6) :@ (21,28)
- or with Euterpea:
("classical", "bach") ?? (transpositionOf ~~ 0.6) :@ (line $ map ($qn) [c 4, e 4, g 4, c 5])
- Using time period from song:
view extracted MIDI at
data/extracted/bach/
- To update online resources:
make deploy
- Commit and push changes
- View generated graphs on the repo's Github page
- If version changes, view updated package on Hackage