I made a simple Mac applescript application that slices up an - TopicsExpress



          

I made a simple Mac applescript application that slices up an audio sample/ MIDI clip into as many pieces as you specify. You need to have the grid size in Albeton Live set to how big/small you want to the slices to be, as the application moves to the next point on the grid, makes a slice, repeats. It asks you how many slices you want, once you hit OK you have 10 seconds to open the Ableton Live window and get the cursor exactly where you want the slicing to begin. https://dropbox/sh/v7apcahd90jv2e7/AABGmKooN6oKqUwMMC7G9Pska?dl=0 Disclaimer - if you run this and something else on your computer is selected, its basically going to cmd-e then arrow key right over and over so it could do some strange shit if you dont manage to open Ableton Live in time. Heres the full script if anyone is interested set theName to text returned of (display dialog How many slices do you want? Once hitting OK you will have exactly 10 seconds to move to the Ableton Live window and place the cursor at where the first slice will be or else shits gonna do something whack default answer ) delay 10 tell application System Events repeat theName times keystroke e using {command down} key code 124 end repeat end tell
Posted on: Sat, 23 Aug 2014 01:26:27 +0000

Recently Viewed Topics




© 2015