Uses of Class
holoedit.data.HoloTrack

Packages that use HoloTrack
algo   
holoedit   
holoedit.data   
holoedit.fileio   
holoedit.functions   
holoedit.gui   
holoedit.rt   
 

Uses of HoloTrack in algo
 

Methods in algo with parameters of type HoloTrack
 HoloPoint Interpolation.calcnextpt(HoloPoint pt, HoloTrack pointsB)
           
 HoloPoint Interpolation.calcprevpt(HoloPoint pt, HoloTrack pointsB)
           
 

Uses of HoloTrack in holoedit
 

Fields in holoedit declared as HoloTrack
protected  HoloTrack HoloPlayer.currentTrack
           
 

Uses of HoloTrack in holoedit.data
 

Methods in holoedit.data that return HoloTrack
 HoloTrack HoloTrack.dupliquer()
           
 

Methods in holoedit.data with parameters of type HoloTrack
 void SDIFdataInstance.drawScoreSquare(javax.media.opengl.GL gl, HoloTrack tk, float dX)
           
 void WaveFormInstance.drawScoreSquare(javax.media.opengl.GL gl, HoloTrack tk, int minTime, int maxTime, float dX)
           
 java.lang.String WaveFormInstance.play(HoloTrack tk, int time, boolean firstCue, boolean loop, boolean looping)
           
 java.lang.Object[] WaveFormInstance.playOSC(HoloTrack tk, int time, boolean firstCue, boolean loop, boolean looping)
           
 void WaveFormInstance.preload(HoloTrack tk, int cueNb, int cursorTime, int begL, int endL)
           
 void WaveFormInstance.preload2(HoloTrack tk, int cueNb, int cursorTime, int begL, int endL)
           
 

Uses of HoloTrack in holoedit.fileio
 

Fields in holoedit.fileio declared as HoloTrack
private  HoloTrack TkFileReader.currentTrack
           
private  HoloTrack HoloFileReader.currentTrack
           
private  HoloTrack TextRead.piste
           
 

Fields in holoedit.fileio with type parameters of type HoloTrack
private  java.util.Vector<HoloTrack> HoloFileReader.tracks
           
 

Uses of HoloTrack in holoedit.functions
 

Fields in holoedit.functions declared as HoloTrack
private  HoloTrack Algors.newPiste
           
private  HoloTrack Algors.tmpTrack
           
private  HoloTrack Algors.tmpTrackA
           
private  HoloTrack Algors.tmpTrackB
           
 

Methods in holoedit.functions that return HoloTrack
 HoloTrack Algors.Copy(HoloTrack track, boolean copyWaves)
           
 

Methods in holoedit.functions with parameters of type HoloTrack
 HoloTrack Algors.Copy(HoloTrack track, boolean copyWaves)
           
 void Algors.Erase(HoloTrack track, boolean eraseWaves)
           
 void Algors.Insert(HoloTrack track, HoloTrack trackCopy, boolean insertWaves)
           
 void Algors.Paste(HoloTrack track, HoloTrack trackCopy, boolean pasteWaves)
           
 void Algors.Replace(HoloTrack track, HoloTrack trackCopy, boolean replaceWaves)
           
 

Uses of HoloTrack in holoedit.gui
 

Fields in holoedit.gui declared as HoloTrack
private  HoloTrack RoomGUI.activ
           
private  HoloTrack TimeEditorGUI.activTrack
           
 HoloTrack GestionPistes.copyTrack
           
private  HoloTrack ScoreGUI.currentDrawnTrack
           
private  HoloTrack TimeEditorGUI.currentTrack
           
private  HoloTrack ScoreGUI.currentTrack
           
private  HoloTrack RoomGUI.currentTrack
           
private  HoloTrack RoomGUI.currentTrack2
           
private  HoloTrack ScoreGUI.otherTrack
           
(package private)  HoloTrack HoloPointEditor.piste
           
 HoloTrack GestionPistes.redoTrack
           
private  HoloTrack GestionPistes.tk
           
 HoloTrack GestionPistes.undoTrack
           
 

Fields in holoedit.gui with type parameters of type HoloTrack
 java.util.Vector<HoloTrack> GestionPistes.redoTracks
           
 java.util.Vector<HoloTrack> ScoreGUI.selTracks
           
 java.util.Vector<HoloTrack> GestionPistes.tracks
           
 java.util.Vector<HoloTrack> GestionPistes.undoTracks
           
 

Methods in holoedit.gui that return HoloTrack
 HoloTrack GestionPistes.getActiveTrack()
           
 HoloTrack GestionPistes.getTrack(int i)
           
 

Methods in holoedit.gui with parameters of type HoloTrack
private  void ScoreGUI.drawHeader(HoloTrack currentTk, int tkNum, boolean render, int h)
           
private  void ScoreGUI.getHeaderFromMouse(HoloTrack ht, int htNum, int h)
           
 void ScoreGUI.getObjectFromMouse(HoloTrack ht, int htNum, int beginTime, int endTime)
           
 void ScoreGUI.getSeqsFromMouse(HoloTrack ht, int htNum, int beginTime, int endTime, int currentH, int tkH)
           
 void ScoreGUI.getTrackFromMouse(HoloTrack ht, int htNum, int beginTime, int endTime)
           
 

Uses of HoloTrack in holoedit.rt
 

Fields in holoedit.rt declared as HoloTrack
protected  HoloTrack Connection.currentTrack