|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Probably will be removed.
Field Summary | |
static AudioTrack |
audioTrack
|
static java.lang.String |
fileName
|
static int |
inputDevice
|
static int |
inputLine
|
static int |
inputPort
|
static int |
key
|
static long |
length
|
static java.lang.String |
name
|
static int |
outputDevice
|
static int |
outputLine
|
static int |
outputPort
|
static int |
tempo
|
static int |
trackNum
|
static int |
type
|
static int |
volume
|
Method Summary | |
java.lang.String |
getFileName()
The fully quaified name of this file. |
int |
getInputDevice()
Returns the current Input Device for this Track |
int |
getInputLine()
Returns the current Input Line for this Track |
int |
getInputPort()
Returns the current Input Port for this Track |
int |
getKey()
Returns the current Key for this track |
long |
getLength()
Length in microseconds. |
java.lang.String |
getName()
Track name |
int |
getOutputDevice()
Returns the current Output Device for this Track |
int |
getOutputLine()
Returns the current Output Line for this Track |
int |
getOutputPort()
Returns the current Output Port for this Track |
int |
getTempo()
Returns the Tempo in beats per minute |
int |
getTrackNum()
Returns theTrack Number |
int |
getType()
0=audio, 1=midi, 2=loop |
int |
getVolume()
Returns the Volume- 0-127 |
void |
setFileName(java.lang.String n)
The fully quaified name of this file. |
void |
setInputDevice(int n)
Sets the current Input Device for this Track |
void |
setInputLine(int n)
Sets the current Input Line for this Track |
void |
setInputPort(int n)
Sets the current Input Port for this Track |
void |
setKey(int n)
Sets the current Key for this track |
void |
setLength(long n)
Length in microseconds. |
void |
setName(java.lang.String n)
Track name |
void |
setOutputDevice(int n)
Sets the current Output Device for this Track |
void |
setOutputLine(int n)
Sets the current Ouput Line for this Track |
void |
setOutputPort(int n)
Sets the current Output Port for this Track |
void |
setTempo(int n)
Sets the Tempo in beats per minute |
void |
setTrackNum(int n)
Sets theTrack Number |
void |
setType(int n)
0=audio, 1=midi, 2=loop |
void |
setVolume(int n)
Sets the Volume- 0-127 |
Field Detail |
public static final AudioTrack audioTrack
public static final int trackNum
public static final int type
public static final long length
public static final java.lang.String name
public static final java.lang.String fileName
public static final int volume
public static final int tempo
public static final int key
public static final int inputDevice
public static final int outputDevice
public static final int inputLine
public static final int outputLine
public static final int inputPort
public static final int outputPort
Method Detail |
public int getTrackNum()
public void setTrackNum(int n)
public int getType()
public void setType(int n)
public long getLength()
public void setLength(long n)
public java.lang.String getName()
public void setName(java.lang.String n)
public java.lang.String getFileName()
public void setFileName(java.lang.String n)
public int getVolume()
public void setVolume(int n)
public int getTempo()
public void setTempo(int n)
public int getKey()
public void setKey(int n)
public int getInputDevice()
public void setInputDevice(int n)
public int getOutputDevice()
public void setOutputDevice(int n)
public int getInputLine()
public void setInputLine(int n)
public int getOutputLine()
public void setOutputLine(int n)
public int getInputPort()
public void setInputPort(int n)
public int getOutputPort()
public void setOutputPort(int n)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |