A simple Editor with Syntax Highlighting, MIDI playing and a preview function with click-to-note (Left Mouseclick), insert-decorations-through Entry and Preview (left-click in Entry or longpress in Preview) and play-from-note (right click in Preview) feature for the ABC notation format (http://abcnotation.com/) written with perl/pEFL.
Please note that you have to install abcm2ps seperately and to adjust the abcm2ps path in the Edit->Settings dialog. Binaries for abcm2ps can be found at http://abcplus.sourceforge.net/ .
Under Linux you can install the application with:
perl ./Makefile.PL
make
sudo make install
Therefore you need the following libraries and perl modules:
- pEFL
- Source::SyntaxHighlight
- Image::Info
- File::ShareDir
- File::HomeDir
- Convert::Color
- HTML::Entities
- MIDI
- MIDI::Util
- Music::Tempo
- JavaScript::QuickJS
- YAML
