| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectibxm.Envelope
public class Envelope
| Field Summary | |
|---|---|
 boolean | 
looped
 | 
 boolean | 
sustain
 | 
| Constructor Summary | |
|---|---|
Envelope()
 | 
|
| Method Summary | |
|---|---|
 int | 
calculate_ampl(int tick)
 | 
 void | 
dump()
 | 
 int | 
next_tick(int tick,
                   boolean key_on)
 | 
 void | 
set_loop_points(int start,
                               int end)
 | 
 void | 
set_num_points(int num_points)
 | 
 void | 
set_point(int point,
                   int tick,
                   int ampl,
                   boolean delta)
 | 
 void | 
set_sustain_point(int point)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public boolean sustain
public boolean looped
| Constructor Detail | 
|---|
public Envelope()
| Method Detail | 
|---|
public void set_num_points(int num_points)
public void set_point(int point,
                      int tick,
                      int ampl,
                      boolean delta)
public void set_sustain_point(int point)
public void set_loop_points(int start,
                            int end)
public int next_tick(int tick,
                     boolean key_on)
public int calculate_ampl(int tick)
public void dump()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||