Package de.sciss.eisenkraut.timeline

Examples of de.sciss.eisenkraut.timeline.AudioTracks


    markerTrack      = new MarkerTrack( this );
    markers        = (MarkerTrail) markerTrack.getTrail();
    markers.copyFromAudioFile( afds[ 0 ])// XXX
    tracks.add( null, markerTrack );
   
    audioTracks      = new AudioTracks( this );

    actionSave      = new ActionSave();
    actionCut      = new ActionCut();
    actionCopy      = new ActionCopy();
    actionPaste      = new ActionPaste();
View Full Code Here

TOP

Related Classes of de.sciss.eisenkraut.timeline.AudioTracks

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.