Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ableton/maxdevtools
https://github.com/Ableton/maxdevtools
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Ableton/maxdevtools
- Owner: Ableton
- License: mit
- Created: 2023-12-08T11:13:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T18:31:15.000Z (4 months ago)
- Last Synced: 2024-07-28T00:38:21.304Z (4 months ago)
- Language: Python
- Size: 15.7 MB
- Stars: 251
- Watchers: 15
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Max device development tools
## Summary
This repository includes resources and tools we use at Ableton when building and maintaining Max devices.
* [Max for Live Production Guidelines](m4l-production-guidelines/m4l-production-guidelines.md) - A collection of suggestions that we recommend keeping in mind in when sharing your Max device.
* [Ableton's patch code standard](patch-code-standard/patch-code-standard.md) - The patch code standard that Ableton uses for the devices that come with Live.
* [CPU Reporter](cpu-reporter/README.md) - A device to measure the CPU usage of a Live set over time.
* [maxdiff](maxdiff/README.md) - A way to get readable git diffs for Max devices and Max patch files.These are aimed primarily at experienced Max for Live builders. To get started with Max for Live, please have a look at the [Building Max Devices](https://www.ableton.com/en/packs/building-max-devices/) Pack.
## Maintainers
* [@MattijsKneppers](https://github.com/MattijsKneppers)
* [@jby-ableton](https://github.com/jby-ableton)