-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_rank.cmd
20 lines (19 loc) · 1.21 KB
/
run_rank.cmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo off
echo USAGE: run_rank mxlfile
echo where mxlfile.mxl is in input/music e.g. run_rank music
echo Output is in output
echo Produces harmonic rhythm placeholders and then
echo uses "BAR1" as input for the "all" style superset for a range of chord popularity ranks (-r)
if "%~1"=="" goto :eof
python VeeHarmGen.py -m input/music/%1.mxl
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 90 -i Clarinet
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 80 -i Flute
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 70 -i Guitar
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 60 -i Harmonica
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 50 -i Oboe
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 40 -i Saxophone
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 30 -i Trumpet
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 20 -i Violin
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 10 -i Violoncello
python VeeHarmGen.py -m output/%1-BAR1.mxl -s all-_-ptc -c rank -n 1 -i Voice