Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gucio321/shawziner
Convert your MuseScore (mscz) into Warframe's Shawzin music format
https://github.com/gucio321/shawziner
Last synced: 7 days ago
JSON representation
Convert your MuseScore (mscz) into Warframe's Shawzin music format
- Host: GitHub
- URL: https://github.com/gucio321/shawziner
- Owner: gucio321
- License: gpl-3.0
- Created: 2024-06-13T10:09:35.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-14T10:56:48.000Z (5 months ago)
- Last Synced: 2024-06-19T03:06:35.659Z (5 months ago)
- Language: Go
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Intro
Convert your [MuseScore .mscz](https://github.com/musescore/musescore) into a string accepted by [Warframe's](https://warframe.com)
Shawzin music generator.# Features
- Load data from zipped (.mscz) or not (.mscx) [MuseScore](https://github.com/musescore/musescore) files.
- convert notes into Shawzin format## Supported notations
Currently this project supports **only** notes and rests (no chords, or any special charactes, except dot)
## Shawzin options
Shawzin has several scales. Currently only chromatic scale is supported.
Range on this scale is from C3 to B3 (well, I managed to play C4 and D4 using chords so they are
also implemented) with all sharps `#`.# Installation
`go install github.com/gucio321/shawziner/cmd/shawziner@master`
Or choose any other preffered method to run go programs.
# Usage
`shawziner -f ` or alternatively `shawziner -plain -f `
# License and Legal notes
* Warframe and Shawzin are trademarks of Digital Extremes Ltd. This project is **not** affiliated with Digital Extremes Ltd.
* This project is licensed under (attached) [GPL v3.0 license](./LICENSE).