Package de.sciss.eisenkraut.io

Examples of de.sciss.eisenkraut.io.DecimationInfo


      final ObserverPalette  observer;
     
      final int        ch    = waveView.channelForPoint( screenPt );
      if( ch == -1 ) return;

      final DecimationInfo  info  = waveView.getDecimationInfo();
      if( info == null ) return;

      final long        pos    = timelineVis.getStart() + (long)
                    ((double) screenPt.x / (double) waveView.getWidth() *
                     timelineVis.getLength());
View Full Code Here

TOP

Related Classes of de.sciss.eisenkraut.io.DecimationInfo

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.