BBP2MIDI V10 experimental
=========================

Files:
- bbp2midi_reliable_v10.py  - converter
- batch_convert.bat          - converts every .bbp in this folder to .mid
- convert_one.bat            - drag a single .bbp onto this BAT file
- Instruments.xml            - instrument definitions
- GuitarChords.tbl            - guitar chord templates
- PianoChords.tbl             - piano chord templates

Batch use:
1. Put your .bbp files in this same folder.
2. Double-click batch_convert.bat.
3. Each input file is written as a .mid with the same base name.

Requirements:
- Windows
- Python 3
- Python package: mido

Install mido if needed:
    py -3 -m pip install mido

The converter uses the V10 experimental guitar decoding and the
chronological-prefix handling for guitarTimer rows described in the
previous testing notes.
