I found that cue points of a relatively long SWA sound (more than three minutes)
were strangely changed. I tested the problem with Director 7.0.2 and 8.0 on
Macintosh and Windows.
An inserted SWA is no problem as the below (I placed cue points every ten
seconds onto the SWA sound):
put member("InsertedSWA").type
-- #swa
put member("InsertedSWA").cuePointNames
-- ["C0010", "C0020", "C0030", "C0040", "C0050", "C0060", "C0070", "C0080",
"C0090", "C0100", "C0110", "C0120", "C0130", "C0140", "C0150", "C0160", "C0170",
"C0180", "C0190", "C0200", "C0210", "C0220", "C0230", "C0240", "C0250", "C0260",
"C0270", "C0280", "C0290", "C0300"]
put member("InsertedSWA").cuePointTimes
-- [10000, 20000, 30000, 40000, 50000, 60000, 70000, 80000, 90000, 100000,
110000, 120000, 130000, 140000, 150000, 160000, 170000, 180000, 190000, 200000,
210000, 220000, 230000, 240000, 250000, 260000, 270000, 280000, 290000, 300000]
But when I import the same SWA file as an internal sound the result is changed
as follows:
put member("ImportedSWA").type
-- #sound
put member("ImportedSWA").cuePointNames
-- ["C0200", "C0010", "C0210", "C0020", "C0220", "C0030", "C0230", "C0040",
"C0240", "C0050", "C0250", "C0060", "C0260", "C0070", "C0270", "C0080", "C0280",
"C0090", "C0290", "C0100", "C0300", "C0110", "C0120", "C0130", "C0140", "C0150",
"C0160", "C0170", "C0180", "C0190"]
put member("ImportedSWA").cuePointTimes
-- [5216, 10000, 15216, 20000, 25216, 30000, 35216, 40000, 45216, 50000, 55216,
60000, 65216, 70000, 75216, 80000, 85216, 90000, 95216, 100000, 105216, 110000,
120000, 130000, 140000, 150000, 160000, 170000, 180000, 190000]
Does anyone confirm this problem? And any comments and suggestions would be
very appreciated.
Regards,
Fumio Nonaka
Attain Corporation
[EMAIL PROTECTED]
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]
- Re: <lingo-l> cue points problem of imported SWA Fumio Nonaka
- Re: <lingo-l> cue points problem of imported SWA Neil Madsen
- Re: <lingo-l> cue points problem of imported S... Fumio Nonaka
