[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

brandonfl/RythmML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RythmML

Install

Required python3. To install dependencies, please run the following command :

pip3 install -r requirements.txt

Run

Create your rml(Rythm language) into samples folder and then run main.py After run, it is possible to retrieve your work to the format mid directly into the working directory.

Usage

usage: main.py [-h] [--input INPUT] [--play]

optional arguments:
  -h, --help     show this help message and exit
  --input INPUT  Input .rml file
  --play, -p     Input .rml file

Compile .rml file to .mid

$ python3 main.py --input samples/BillieJean.rml
Translating samples/BillieJean.rml
Midi file saved in out/BillieJean.mid

Compile & play live

Simply add --play flag in command as follow :

python3 main.py --input samples/BillieJean.rml --play

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages