Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).