Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonylazarew/live-plugins-usage
Get an overview of your top used plugins in Live.
https://github.com/tonylazarew/live-plugins-usage
ableton ableton-live audio-units plugins statistics vst
Last synced: 3 months ago
JSON representation
Get an overview of your top used plugins in Live.
- Host: GitHub
- URL: https://github.com/tonylazarew/live-plugins-usage
- Owner: tonylazarew
- Created: 2018-06-06T12:58:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T13:21:49.000Z (over 6 years ago)
- Last Synced: 2024-08-05T06:06:13.427Z (6 months ago)
- Topics: ableton, ableton-live, audio-units, plugins, statistics, vst
- Language: Python
- Size: 21.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Why?
I decided to write this script just for fun when a friend asked me, what's my top-5 plugins and I couldn't answer :-)
There might already be something similar, too lazy to check.
# How to use?
Just grab the `analyze-live-plugins.py` and run it with `--help`, it'll explain everything.
```
$ python analyze-live-plugins.py --help
usage: analyze-live-plugins.py [-h] [-o OUTPUT_CSV] ROOTThis script walks through whatever root folder you pass it, finds all Live
projects in there and aggregates the plugins usage info. Known to work with
Live 9 and 10 projects.positional arguments:
ROOT Root folder with Ableton Live projects to scan throughoptional arguments:
-h, --help show this help message and exit
-o OUTPUT_CSV, --output OUTPUT_CSV
Output CSV file path (default: prints to stdout)```
It will write a CSV data out either to a file (if you provide `-o` flag) or to the stdout (terminal or pipe). Here's how it looks when imported into Numbers:
![data example](doc/data-example.png)
Use that data to know your habits! ;-)
# Does it work with Live 10?
Yes. I tested it against both Live 9 and 10 projects. No idea about earlier versions, don't have any projects around.