Go to file
2022-07-11 12:15:19 +10:00
macos-bundles/ableton-rack-converter.app/Contents macos bundle? not working atm maybe will revisit maybe not 2021-09-24 12:54:30 +10:00
src fix unused variable warning 2022-07-11 12:15:19 +10:00
test_conversion it converts!! 2021-07-10 14:49:13 +10:00
validation use relative paths 2021-07-10 14:00:37 +10:00
.gitignore funcitoning build system 2021-09-24 13:23:25 +10:00
build-macos.sh fixed to cross-compile from linux 2022-01-09 18:29:30 +11:00
build-windows.sh fix build script 2022-03-05 15:18:10 +11:00
build.sh fixed to cross-compile from linux 2022-01-09 18:29:30 +11:00
Cargo.lock loads and saves!!! 2021-07-10 12:00:46 +10:00
Cargo.toml loads and saves!!! 2021-07-10 12:00:46 +10:00
README.md Update README.md 2021-09-25 11:23:59 +10:00

ableton live rack converter

this makes racks look like they were made with ableton live 10.0.3. most racks work fine - if they use macro knob 9-16 those won't show up, but the rack will work fine.

windows: just drag and drop the .adg onto the converter exe

https://user-images.githubusercontent.com/9248071/134753155-1f59122e-0d1f-41d7-91b8-0ae3598e325e.mp4

macos: drag and drop doesn't work, just use the terminal (ie: ./ableton-rack-converter ../racks/incompatible-rack.adg)

https://user-images.githubusercontent.com/9248071/134753157-f89b2781-b866-4ebd-b5f3-b8a8e5548ae1.mp4

compressor/decompressor are used in the same way for if u want to manually edit/inspect the xml

not working:

  • vsts
  • you tell me (😉)