Search found 2 matches
- 11 Aug 2013 12:49
- Forum: DOS Batch Forum
- Topic: FretBoard Pro Amazing Logic
- Replies: 5
- Views: 4526
FretBoard Pro Amazing Logic
I made fret board pro from scratch it generates any scale in any key Its also still in Beta though the major scales looks like :Major Set /a D2=(%D1%+%W%) Set /a D3=(%D2%+%w%) Set /a D4=(%D3%+%H%) Set /a D5=(%D4%+%W%) Set /a D6=(%D5%+%W%) Set /a D7=(%D6%+%W%) set /a D8=(%D7%+%N%) set /a D9=(%D8%+%N%...
- 09 Aug 2013 15:28
- Forum: DOS Batch Forum
- Topic: Collosal script with hidden problem
- Replies: 2
- Views: 2859
Collosal script with hidden problem
Every time I select Major it does the same thing a Minor They are located under the standard scales section. the Scales are the input, the Big chunk of code below it is what processes it and the very bottom thing displays it. Good luck @echo off Title FretBoard Pro :StartUp :Open Set EO=- Set BO=- S...