I do believe there's plenty of opportunity for automating Live to generate audio/MIDI -- it's just a matter of them opening up their APIs to the dev community.
Search found 2 matches
- Fri Dec 17, 2021 8:40 am
- Forum: Feature Wishlist
- Topic: Live with Command Line / Arguments
- Replies: 18
- Views: 64663
Re: Live with Command Line / Arguments
Any progress on this? Given the engineers at Ableton follow TDD, I'm sure they're practicing CI/CD.
I do believe there's plenty of opportunity for automating Live to generate audio/MIDI -- it's just a matter of them opening up their APIs to the dev community.
I do believe there's plenty of opportunity for automating Live to generate audio/MIDI -- it's just a matter of them opening up their APIs to the dev community.
- Thu Oct 10, 2019 8:06 pm
- Forum: Tips & Tricks
- Topic: A quick tip on how to hide all the numerous .asd files
- Replies: 13
- Views: 43601
Re: A quick tip on how to hide all the numerous .asd files
I've used this one-liner on my Mac using with Bash 5 and iTerm:
sudo find /path/to/samples/ -name "*.asd" -exec chflags hidden {} \;
Replace "/path/to/samples/" with the path to your sample folder, of course.
sudo find /path/to/samples/ -name "*.asd" -exec chflags hidden {} \;
Replace "/path/to/samples/" with the path to your sample folder, of course.