Changeset 342

Show
Ignore:
Timestamp:
03/19/07 02:12:41 (2 years ago)
Author:
cweider2
Message:

MainController: appropropiate duration for ILDAImport

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LaserLine_2.0/Src/MainController.m

    r334 r342  
    6161        assert(track != nil); 
    6262         
    63         LZLayer *newLayer = [[LZLayer alloc] initWithDuration:30]; 
     63        LZLayer *newLayer = [[LZLayer alloc] initWithDuration:[[animation elements] count]/24.]; 
    6464        [newLayer insertElement:animation inTimeRange:LZMakeTimeRange(0,[[animation elements] count]/24.)]; 
    65         [newLayer insertElement:[[[LZAnticlock alloc] init] autorelease] inTimeRange:LZMakeTimeRange([[animation elements] count]/24.,30)]; 
    6665        [[[timeline tracks] objectAtIndex:0] addLayer:newLayer]; 
    6766