I would like to make a MIDI editing program in Python.
Why Python and not JUCE?
Python programmers are far cheaper and more readily available.
Also, I found this Python script:
https://pypi.org/project/py-midicsv/
Which enables MIDI to be decoded to CSV data.
I have a few questions for you MIDI 2.0 experts!
1. Is there a guide to programming with MIDI, or MIDI 2.0?
2. How do I convert MIDI 1.0 to 2.0 exactly?
3. What is the correct format of the data in MIDI 2.0 (in CSV or other formats) at a programming level.
4. I am particularly interested in microtonality and how it would be programmed in MIDI 2.0
If this information is available somewhere, please link it for me.
I've been looking for this information for hours and not finding much, I am posting this with a slight feeling of desperation!