This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php -a -d auto_prepend_file=./vendor/autoload.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: mit | |
height: 720 | |
border: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MidiPipe: http://www.subtlesoft.square7.net/MidiPipe.html | |
# | |
# The APC 40 out-of-the-box is great for performing, but less useful for producing because it lacks | |
# frequently used functionality such as Undo/Redo (doh, made a mistake) or deleting clips, for which | |
# you are forced to go back to mouse and keyboard. | |
# | |
# This example AppleScript shows how to use MidiPipe to re-configure the AKAI APC 40 mk2 MIDI controller | |
# to execute Undo (Cmd-Z) and Redo (Shift-Cmd-Z) in Ableton Live with the controller's 'NUDGE -' and 'NUDGE +' | |
# buttons, respectively, instead of nudging the tempo. | |
# |