
Follow will pause if you make an edit or scroll the view horizontally in the Arrangement, or if you click on the beat-time ruler. To have the Arrangement display follow the song position and scroll automatically, turn on the Follow switch, or use the Follow command from the Options menu.Using this method, you can zoom and scroll to focus around any part of the Arrangement with just one mouse motion. Note that you can also drag horizontally to scroll the display. To see a specific part of the Arrangement in more detail, click on it in the Overview and drag downwards to zoom in around that part.To change the displayed part of the Arrangement, drag the outline’s left and right edges.You can also resize the Arrangement Overview vertically by dragging up and down.

To scroll the display, click within the outline and drag left or right to zoom out and in, drag up and down. The black rectangular outline represents the part of the Arrangement that is currently displayed in the Arrangement display below. It always shows the complete piece, from start to end.

Live offers several fast methods for zooming and scrolling the Arrangement display: The Arrangement View is a powerful editing tool that easily lets you combine and arrange MIDI, loops, sound effects, video and complete pieces of music.
MAC COMMAND LINE STILL CONTAINS WORK FROM LAST SESION WINDOWS
By using a unique file for each new window it can be used to create many windows at the same time.The Arrangement View displays the Arrangement, which contains music laid out along a song timeline, like a multitrack tape.Ī Piece of Music in the Arrangement View. It does some fancy things like pass your arguments, change the title bar, clear the screen to remove shell startup clutter, remove its file when its done. Then you can run commands in a new window by just adding trun before them, like this: trun tail -f /var/log/system.log Make sure it is executable like this: chmod +x ~/bin/trun I suggest putting it in a directory in your executable path. Set AppleScript's text item delimiters to oldDelims

Set theString to the parsedList as string Set AppleScript's text item delimiters to "'\\''" Set the parsedList to every text item of theString Set AppleScript's text item delimiters to "'" Set oldDelims to AppleScript's text item delimiters This simply quotes all occurrences of ' and puts the whole thing between 's Set thePath to (POSIX path of the source_folder as string) Tell application "Finder" to set the source_folder to (folder of the front window) as alias We need to delay, terminal ignores the second do script otherwiseĭo script " cd " & myPath in front window Tell application "System Events" to set isRunning to (exists process "Terminal") If Terminal was not running, one will be opened automatically Tell application "Finder" to set doIt to frontmost

Figure out what the path is and quote it (myPath) Figure out if we want to do the cd (doIt) It has all the machinery you need to run commands. Here's my awesome script, it creates a new terminal window if needed and switches to the directory Finder is in if Finder is frontmost.
