All Projects → danielbayley → Ableton Live Tools

danielbayley / Ableton Live Tools

Licence: mit
A collection of useful additions to @Ableton Live, including better @Git integration.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ableton Live Tools

Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (+124.75%)
Mutual labels:  audio, music, sound
Pyo
Python DSP module
Stars: ✭ 904 (+356.57%)
Mutual labels:  audio, music, sound
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (+203.03%)
Mutual labels:  audio, music, sound
Torch Audiomentations
Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
Stars: ✭ 164 (-17.17%)
Mutual labels:  audio, music, sound
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (+535.35%)
Mutual labels:  audio, music, sound
Matchering
🎚️ Open Source Audio Matching and Mastering
Stars: ✭ 398 (+101.01%)
Mutual labels:  audio, music, sound
Aubio
a library for audio and music analysis
Stars: ✭ 2,601 (+1213.64%)
Mutual labels:  audio, music, sound
Supercollider
An audio server, programming language, and IDE for sound synthesis and algorithmic composition.
Stars: ✭ 4,036 (+1938.38%)
Mutual labels:  audio, music, sound
Minibae
The platform-neutral Beatnik Audio Engine, Mini Edition (miniBAE) is an exceptionally mature, well-rounded, and reliable computer music and sound system specially customized for small-footprint and embedded applications.
Stars: ✭ 82 (-58.59%)
Mutual labels:  audio, music, sound
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+423.74%)
Mutual labels:  audio, music, sound
Dx7 Supercollider
My accurate Yamaha DX-7 clone. Programmed in Supercollider.
Stars: ✭ 395 (+99.49%)
Mutual labels:  audio, music, sound
Simple Sdl2 Audio
A simple SDL2 audio library without SDL_Mixer for playing music and multiple sounds natively in SDL2
Stars: ✭ 111 (-43.94%)
Mutual labels:  audio, music, sound
Beats
A command-line drum machine. Convert a beat notated in YAML into a *.wav file.
Stars: ✭ 389 (+96.46%)
Mutual labels:  audio, music, sound
Audiomentations
A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.
Stars: ✭ 439 (+121.72%)
Mutual labels:  audio, music, sound
Supercolliderjs
The JavaScript client library for SuperCollider
Stars: ✭ 381 (+92.42%)
Mutual labels:  audio, music, sound
Minimp3
Minimalistic MP3 decoder single header library
Stars: ✭ 898 (+353.54%)
Mutual labels:  audio, music, sound
Daisysp
A Powerful, Open Source DSP Library in C++
Stars: ✭ 291 (+46.97%)
Mutual labels:  audio, music, sound
Awesome Music Production
A curated list of software, services and resources to create and distribute music.
Stars: ✭ 340 (+71.72%)
Mutual labels:  audio, music, sound
Blipkit
C library for creating the beautiful sound of old sound chips
Stars: ✭ 23 (-88.38%)
Mutual labels:  audio, music, sound
Webmidikit
Simplest MIDI Swift library
Stars: ✭ 100 (-49.49%)
Mutual labels:  audio, music, sound

Ableton Live Tools

Live tools is a collection of useful additions to the excellent Contributions are welcome.

Instant Setup

If you just want to get started immediately on a project with version control, you can just run (open) the SETUP.command to clean up and use this repository as the basis for a project. Easy.


macOS Services

Live Tools includes a few handy services for Live users wise enough to be running macOS.

They are easy to use, simply open a .workflow file and choose the option to install. This just moves that workflow to your ~/Library/Services folder which makes it available from the Services menu, in this case from within Live.

Note that due to security measures on macOS, permission must first be granted to Applications before they can be manipulated from scripts and services.

Open System Preferences and navigate to Accessibility under Security & Privacy. Click on the padlock icon and enter your admin password to access the list. Make sure Live is listed and enabled (you can just drag in Live.app from Finder if it isn't on the list). You might also want to grant access to System Events and Automator here. This only needs to be done once.

Git integration

Save Live Set as XML.workflow will automatically uncompress .als files in the current project so that they play nice with Git, since a Live set is actually just gzipped XML.

If you specify ⌘S as the keyboard shortcut under App Shortcuts rather than Services this will actually override the native Save Live Set command so that now Live will in effect always save uncompressed .als files. Live has no problem opening these, so no need to worry about having to re-compress anything.

Return to System Preferences and under Keyboard then Shortcuts, add (+) a new shortcut and choose Live as the application. Enter Save Live Set as XML for the menu title (or whatever you want, providing this exactly matches the name of the .workflow file, should you decide to alter it).

Pre-commit hook

While the above service works by uncompressing sets every time you save from Live, an even better method is to implement this as a pre-commit Git Hook.

If you use this repository as the basis for a project as mentioned above, then all you have to do is run (open) the SETUP.command. This just adds the pre-commit hook and will clean out the repository ready for your Live project.

Alternatively, you could setup a Git template including the hook which would apply it to any future repository using git init. Doing this on an existing repo will also work, and without overwriting anything.

cd ~/path/to/project
mkdir -p ~/path/to/template/hooks &&
cp pre-commit ~/path/to/template/hooks
git config --global init.templatedir ~/path/to/template

Commit

Commit Live Project.workflow will first ensure any .als files are uncompressed as above, but then also either open the current project in GitHub Desktop, GitKraken or Tower depending on which is installed, or otherwise prompt for a commit summary.

Export ALAC (.m4a) audio

Export ALAC audio.workflow essentially adds the option of exporting Apple Lossless Audio Codec files straight from Live. These have the advantage of lossless compression and metadata support including artwork.

It works by automatically converting the latest .wav or .aif output from Live (providing you save to the current project folder). It will also rename any accompanying .*.asd analysis file to .m4a.asd as appropriate.


Makefile

There's also a simple makefile included if you're into those. make watch will watch for changes in the project folder and automatically emulate the above workflows.


Collaboration

In the spirit of collaboration, which hopefully this project will aid, there are a few nice online tools for sharing Live sets which are appropriately listed here.


Alternate Live icon

Also thrown in is an alternative icon for Live, if you prefer. This can be applied by choosing Get Info from the contextual menu in Finder with Live.app selected, and dragging the Live.icns file over the existing icon in the top left corner. LiteIcon is free and recommended for managing icons on macOS, if you find yourself doing this kind of thing often.


License

MIT © Daniel Bayley

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].