| javax.sound.midi.Sequencer
Inner Class :class SyncMode | |
LOOP_CONTINUOUSLY | int LOOP_CONTINUOUSLY(Code) | | |
getLoopCount | int getLoopCount()(Code) | | |
getLoopEndPoint | long getLoopEndPoint()(Code) | | |
getLoopStartPoint | long getLoopStartPoint()(Code) | | |
getMicrosecondLength | long getMicrosecondLength()(Code) | | |
getMicrosecondPosition | long getMicrosecondPosition()(Code) | | |
getTempoFactor | float getTempoFactor()(Code) | | |
getTempoInBPM | float getTempoInBPM()(Code) | | |
getTempoInMPQ | float getTempoInMPQ()(Code) | | |
getTickLength | long getTickLength()(Code) | | |
getTickPosition | long getTickPosition()(Code) | | |
getTrackMute | boolean getTrackMute(int track)(Code) | | |
getTrackSolo | boolean getTrackSolo(int track)(Code) | | |
isRecording | boolean isRecording()(Code) | | |
isRunning | boolean isRunning()(Code) | | |
recordEnable | void recordEnable(Track track, int channel)(Code) | | |
setLoopCount | void setLoopCount(int count)(Code) | | |
setLoopEndPoint | void setLoopEndPoint(long tick)(Code) | | |
setLoopStartPoint | void setLoopStartPoint(long tick)(Code) | | |
setMicrosecondPosition | void setMicrosecondPosition(long microseconds)(Code) | | |
setTempoFactor | void setTempoFactor(float factor)(Code) | | |
setTempoInBPM | void setTempoInBPM(float bpm)(Code) | | |
setTempoInMPQ | void setTempoInMPQ(float mpq)(Code) | | |
setTickPosition | void setTickPosition(long tick)(Code) | | |
setTrackMute | void setTrackMute(int track, boolean mute)(Code) | | |
setTrackSolo | void setTrackSolo(int track, boolean solo)(Code) | | |
startRecording | void startRecording()(Code) | | |
stopRecording | void stopRecording()(Code) | | |
|
|