steven-ahfu/suno-to-ableton ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python tool that takes a Suno song export and turns it into something I can open in Ableton and actually remix right away.
I want to point it at a folder with the Suno stems, and optionally a MIDI file, then have it clean everything up for me, match the tempo, line the tracks up to the grid, name the tracks sensibly, and generate an Ableton Live set file. If the MIDI has wrong notes or messy timing, fix that too. It should also be able to look at the stems, pick the cleaner ones when there are duplicates, and detect the main song sections like intro, verse, chorus, and bridge.
Please make it work from the command line first, with a simple analysis mode and a full processing mode, and if possible also provide a more interactive terminal experience. Use the current docs online if you need to check anything about the Ableton file format.
Are you gonna build this?
make sure you review the code using coderabbit