|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vwp.sound.mod.modplay.player.effect.LocalEffects
public class LocalEffects
Local effects are effects that only effects the track they are invoked in
Field Summary | |
---|---|
double |
noteSlide
|
double |
noteTune
|
double |
panningSlide
Panning slide, accumulator |
static int |
SAWTOOTH_TREMOLO
|
static int |
SAWTOOTH_VIBRATO
|
static int |
SINE_TREMOLO
|
static int |
SINE_VIBRATO
|
static int |
SQUARE_TREMOLO
|
static int |
SQUARE_VIBRATO
|
double |
tremoloValue
|
double |
volumeSlide
|
Constructor Summary | |
---|---|
LocalEffects()
|
Method Summary | |
---|---|
void |
doEffect(TrackState state,
int track,
int pattern,
int division,
int tick,
int effectNumber,
int arg1,
int arg2)
do the effect |
void |
keyOff(TrackState state,
int track,
int tick)
|
void |
modTremolo(TrackState state,
int track,
int tick,
int effectNumber,
int arg1,
int arg2)
|
void |
newInstrument(int instrument)
|
void |
newNote(int note)
|
void |
newNoteAndInstrument(int note,
int instrument)
|
void |
postEffect(TrackState state,
int track,
int pattern,
int division,
int tick,
int effectNumber,
int arg1,
int arg2)
do whatever needs to be done after the tick is played |
void |
preEffect(TrackState state,
int track,
int pattern,
int division,
int tick,
int effectNumber,
int arg1,
int arg2)
do whatever needs to be done before the track is played |
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double tremoloValue
public double volumeSlide
public double panningSlide
public double noteTune
public double noteSlide
public static final int SINE_TREMOLO
public static final int SAWTOOTH_TREMOLO
public static final int SQUARE_TREMOLO
public static final int SINE_VIBRATO
public static final int SAWTOOTH_VIBRATO
public static final int SQUARE_VIBRATO
Constructor Detail |
---|
public LocalEffects()
Method Detail |
---|
public void preEffect(TrackState state, int track, int pattern, int division, int tick, int effectNumber, int arg1, int arg2)
state
- track
- pattern
- division
- tick
- effectNumber
- arg1
- arg2
- public void doEffect(TrackState state, int track, int pattern, int division, int tick, int effectNumber, int arg1, int arg2)
state
- track
- pattern
- division
- tick
- effectNumber
- arg1
- arg2
- public void postEffect(TrackState state, int track, int pattern, int division, int tick, int effectNumber, int arg1, int arg2)
state
- track
- pattern
- division
- tick
- effectNumber
- arg1
- arg2
- public void newNote(int note)
public void newInstrument(int instrument)
public void newNoteAndInstrument(int note, int instrument)
public void reset()
public void modTremolo(TrackState state, int track, int tick, int effectNumber, int arg1, int arg2)
public void keyOff(TrackState state, int track, int tick)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |