com.softsynth.jsyn
Class CuePoint

java.lang.Object
  extended by com.softsynth.jsyn.CuePoint

public class CuePoint
extends java.lang.Object

CuePoint for a SynthSample. Position is a frame index. ID is a unique identifier that is often generated automatically by the file generator.

Author:
(C) 1997 Phil Burk, SoftSynth.com, All Rights Reserved

Constructor Summary
CuePoint(int position)
           
CuePoint(int position, int uniqueID)
          Create a CuePoint at the given position.
 
Method Summary
 int getID()
           
 int getPosition()
           
 void setPosition(int position)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CuePoint

public CuePoint(int position,
                int uniqueID)
Create a CuePoint at the given position.

Parameters:
position - index of associated frame
uniqueID - unique identifier that is often generated automatically by the file generator.

CuePoint

public CuePoint(int position)
Method Detail

setPosition

public void setPosition(int position)

getPosition

public int getPosition()

getID

public int getID()