| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectibxm.Channel
public class Channel
| Field Summary | |
|---|---|
 int | 
pattern_loop_row
 | 
| Constructor Summary | |
|---|---|
Channel(Module mod,
               int sampling_rate,
               int[] global_vol)
 | 
|
| Method Summary | |
|---|---|
 void | 
resample(int[] mixing_buffer,
                 int frame_offset,
                 int frames,
                 int quality)
 | 
 void | 
reset()
 | 
 void | 
row(int key,
       int inst_idx,
       int volume_column,
       int effect,
       int effect_param)
 | 
 void | 
set_panning(int pan)
 | 
 void | 
set_volume(int vol)
 | 
 void | 
tick()
 | 
 void | 
update_sample_idx(int samples)
 | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public int pattern_loop_row
| Constructor Detail | 
|---|
public Channel(Module mod,
               int sampling_rate,
               int[] global_vol)
| Method Detail | 
|---|
public void reset()
public void resample(int[] mixing_buffer,
                     int frame_offset,
                     int frames,
                     int quality)
public void update_sample_idx(int samples)
public void set_volume(int vol)
public void set_panning(int pan)
public void row(int key,
                int inst_idx,
                int volume_column,
                int effect,
                int effect_param)
public void tick()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||