[go: up one dir, main page]

Menu

Tree [r9] / trunk / miditor /
 History

HTTPS access


File Date Author Commit
 Examples 2012-11-28 g-symons [r4] Added project!
 MIDITOR 2012-11-28 g-symons [r6] Linux UBUNTU built executable added.
 MIDITOR.cbp 2012-11-28 g-symons [r4] Added project!
 MIDITOR.cpp 2012-11-28 g-symons [r4] Added project!
 MIDITOR.h 2012-11-28 g-symons [r4] Added project!
 MIDITOR.layout 2012-11-28 g-symons [r4] Added project!
 MIDITOR.txt 2012-11-29 g-symons [r9]
 MIDITORWIN32.EXE 2012-11-29 g-symons [r7] MINGW32 Win 32 executable added and readme refl...
 Main.cpp 2012-11-28 g-symons [r4] Added project!
 ReadMe.txt 2012-11-29 g-symons [r7] MINGW32 Win 32 executable added and readme refl...
 Sys.h 2012-11-28 g-symons [r4] Added project!
 SysLinux.cpp 2012-11-28 g-symons [r4] Added project!

Read Me

MIDITOR is a command line compiler that takes ASCII, chromatically scored, guitar/drum tab like, files, compiling them into accurate multi track (channel) MIDI files. Effectively turning any ASCII editor into a MIDI editor.
This is a CodeBlocks project but can easily be compiled either manually on the command line or with a quickly written makefile.
It is pretty platform independent using standard file functions.
The Linux Ubuntu built version executable MIDITOR is included in this directory as is the MINGW32 built executable MIDITORWIN32.EXE.
Read MIDITOR.txt for an overview and example song.
Easier examples are in the Examples directory.
The 12BarMacros.txt and 12BarNoMacros.txt in the Examples directory are the same song done with and without macros.
When editing and compiling songs I tend to use a command line midi player in a script to check it, after the script has also compiled the song before hand.
G.