Thanks for checking out dawtool.
If you are just casually browsing, here are some points of interest to check out:
- Ableton Live .als parser: https://github.com/offlinemark/dawtool/blob/master/dawtool/daw/ableton.py
- FL Studio .flp parser: https://github.com/offlinemark/dawtool/blob/master/dawtool/daw/flstudio.py
- Method for calculating all real times of automation points: https://github.com/offlinemark/dawtool/blob/8924e008a6318e93ae1610c30e1dd913bf4ecda6/dawtool/project.py#L140
- Calculating time elapsed (theoretical): https://github.com/offlinemark/dawtool/blob/8924e008a6318e93ae1610c30e1dd913bf4ecda6/dawtool/project.py#L278