DBraun / AbletonParsing

Parse an Ableton ASD clip file (warp markers and more) in Python
MIT License
51 stars 6 forks source link

Traktor to Ableton Warp #3

Open Nickyg001 opened 9 months ago

Nickyg001 commented 9 months ago

It would be possible to have a list of the database coming from DJ software (traktor, rekordbox, etc.), taking into account that from these DBs we can recover path file, starting point (1.1.1) and Bpm and create the analysis file via script *.asd taking these values into consideration to set the first warp marker 1.1.1, and from then on a constant bpm scan e.g. 130 always taken from traktor db file?

DBraun commented 9 months ago

I'm not sure I understood your question. This project is not capable of producing .asd files because I have no idea how to. If you're looking for an automated solution for beat tracking, https://github.com/mir-aidj/all-in-one seems look a good new project.