Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Applescript & Garageband track segments

Does anyone know if and how to manipulate segments of a track using Applescript? That is, what would Applescript call a segment of a track? I am hoping it would be possible to code something like the following:


=====NOTE: NOT A REAL SCRIPT=====

tell application "Garageband" to delete track segment 5 of document 1

================================


This imaginary script above uses the term 'track segment' as an example. I'm trying to find out if there is such an object in garageband for Applescript.


This is all I've got on the subject:


trtrackn [inh. item] : Tracks in a song

elements

contained by songs.

properties

instrument name (text, r/o) : Instrument name of a track

locked (integer, r/o) : Is the track locked?

muted (boolean, r/o) : Is the track muted?

pan (integer, r/o) : Panning of the track

real instrument (boolean, r/o) : Is the track a real instrument track?

record enabled (boolean, r/o) : Is record enabled on this track?

selected (boolean, r/o) : Is the track selected?

software instrument (boolean, r/o) : Is the track a software instrument?

soloed (boolean, r/o) : Is the track soloed?

stereo (boolean, r/o) : Is this a stereo track?

track volume (real, r/o) : Volume of the track

PowerBook, Mac OS X (10.4.11), Aluminum Powerbook G4 PowerPC 2004

Posted on Apr 26, 2015 5:11 AM

Reply

There are no replies.

Applescript & Garageband track segments

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.