Hello Jeff Johnson,
A few things.
• If your CD drive is actually a sort of disc writer/bunner, I think you may try drutil(1) via 'do shell script' in AppleScript. Not tested though, for I don't use OSX for myself.
Something like this (in Terminal) -
drutil -drive 'XXXX' toc
drutil -drive 'XXXX' trackinfo -xml
drutil -drive 'XXXX' discinfo -xml
('XXXX' is a drive identifier you can get from the output of 'drutil list' command.)
And in AppleScript -
do shell script "drutil -drive 'XXXX' toc"
do shell script "drutil -drive 'XXXX' trackinfo -xml"
do shell script "drutil -drive 'XXXX' discinfo -xml"
cf.
drutil(1)
'do shell script'
http://developer.apple.com/technotes/tn2002/tn2065.html
• Scripting additions written for OS9 can only be used in Classic under OSX. Probably you may use 'Script Editor' in Classic environment to write your script which uses 'AudioCDgh' OSAX and save it as a Classic application, which should run in Classic under OSX.
• The Red Book (CD-DA spec.) is not free but you can get a free official document which practically covers the Yellow Book (CD-ROM spec.). CD-ROM is an extension to CD-DA and actually the same as CD-DA in many aspects, except for, e.g., new Sync/Header in Sector format, enhanced error correction features etc.
Here's the link.
http://www.ecma-international.org/publications/standards/Ecma-130.htm
• Yes, the CD of GG's Goldberg Variations released in1982 consists of one track with 32 indices and only high-grade CD players let us choose the variation to play! However, the remastered CD released as one of The Glenn Gould Edition in1993 has 32 tracks. Also the remastered disc does not have a particular noise due to defect in CD press in the12th variation in the original release. If you do not have the latter one, I'd recommend it. ;- )
Hope this may be of some help,
H
Message was edited by: Hiroto