Package de.sciss.eisenkraut.edit

Examples of de.sciss.eisenkraut.edit.TimelineVisualEdit


      if( cutTimeline ) {
        visiSpan = timeline.getVisibleSpan();
        if( visiSpan.stop > span.start ) {
          if( visiSpan.stop > newDocLength ) {
            visiSpan = new Span( Math.max( 0, newDocLength - visiSpan.getLength() ), newDocLength );
            TimelineVisualEdit tve = TimelineVisualEdit.scroll( this, Session.this, visiSpan );
            edit.addPerform( tve );
          } // else visiSpan untouched
        }
        edit.addPerform( new EditSetTimelineLength( this, Session.this, newDocLength ));
      }
View Full Code Here

TOP

Related Classes of de.sciss.eisenkraut.edit.TimelineVisualEdit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.