Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phatblat/abletonlivemidiremotescripts
A very risky experiment at hacking Ableton Live
https://github.com/phatblat/abletonlivemidiremotescripts
Last synced: 28 days ago
JSON representation
A very risky experiment at hacking Ableton Live
- Host: GitHub
- URL: https://github.com/phatblat/abletonlivemidiremotescripts
- Owner: phatblat
- License: mit
- Created: 2015-12-23T03:43:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-08T19:32:35.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T18:32:30.966Z (2 months ago)
- Language: Python
- Size: 95.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ableton Live MIDI Remote Scripts
This repo contains the decompiled Python source from the `App-Resources/MIDI Remote Scripts` folder inside the `Ableton Live 9 Trial.app` bundle. As this is an experiment, only the contents of the `Push2` folder have been processed.
## Build
Source files were built using [Decompyle++](https://github.com/zrax/pycdc).
```
pydc /Applications/Ableton\ Live\ 9\ Suite.app/Contents/App-Resources/MIDI\ Remote\ Scripts/Push2/*.pyc > *.py
```## Version Info
Note that these source files may not work with any other version of the app or for other platforms.
- Ableton Live 9
- Edition: Suite
- Version: 9.5
- Build: 2015-10-20_fb925932c5 (64-bit)
- Platform: Mac## Caveat
**WARNING:** Use of these files to customize your copy of Ableton Live is _stricty at your own risk!!!_ Without an exact match of the version info, it is highly likely that you will corrupt your copy of Ableton Live. Additionally, the contributors of this repo **ASSUME NO RESPONSIBILITY** in what happens if you decide to use these files. You are strictly on your own. See the [LICENSE](LICENSE.md) file for the full details.
## License
This repo is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for rights and limitations.