Hi Thor,
That's great, well done and thanks for solving this - even though you guessed the wrong user account 😉
I saw the 'property' statements but with no Apple Script knowledge, I thought this was documentation of variables that the next section of the script would set - not prerequisite variables, that needed to be defined for the script to run! There is no mention of this in the tutorial video - in that, it states that if you place your Garage Band files in the correct folder, they will show up in the pick-list.
So, for future reference for others, here are the full instructions on personalising the basic installation achieved by downloading, installing and configuring the AppleScripts and GarageBand controller template components following the set-up in the MainStage AppleScript page
http://www.apple.com/applescript/mainstage/index.html:
1. The MainStage scripts sit in the shared level 'above' individual users, in the folder 'Macintosh HD/Library/Application Support/Logic/MainStage Scripts', so you need temporary read/write permissions on this folder to be able to edit & save the scripts. So, use Finder, control-click this folder, chose 'Get info', then under Sharing & Permissions, add your own account and set red/write permissions (you will need the Administrator password to unlock this settings area by clicking the padlock).
2. Open the file 'GB • Open Chosen Song.scpt' in Script Editor (it should be the default) and edit the second line 'property master
sourcedirectory' so that the path to your user account's GarageBand folder. Here is what worked for me (my user account is 'Keith'):
property master
sourcedirectory : ((("Macintosh HD:Users:Keith:Music:") as string) & "GarageBand:")
3. Use 'Save As' to save your personalised script back to the MainStage Scripts folder (keep the original, just in case you need to set up other users)
4. In MainStage, go into Edit mode, select the 'Open GB Doc' button in your GB controller and set Parameter Mapping to your revised file, via Actions>AppleScript>'your personalised open song file'.
Best
Keith..