Package de.sciss.timebased

Examples of de.sciss.timebased.MarkerStake.replaceStart()


      final List      collNew    = new ArrayList( numMarkers );
      MarkerStake      m;
      for( int i = 0; i < numMarkers; i++ ) {
        m = (MarkerStake) source.markers.get( i, true );
//        if( m.pos > prTotalSpan.start ) {  // don't mirror to prTotalSpan.stop ?
          collNew.add( m.replaceStart( prTotalSpan.stop - m.pos + prTotalSpan.start ));
//        }
      }
      source.markers.clear( this );
      source.markers.addAll( this, collNew );
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.