|
| Sample () |
|
void | set_sample_data (short[] data, int loop_start, int loop_length, boolean ping_pong) |
|
void | resample_nearest (int sample_idx, int sample_frac, int step, int left_gain, int right_gain, int[] mix_buffer, int frame_offset, int frames) |
|
void | resample_linear (int sample_idx, int sample_frac, int step, int left_gain, int right_gain, int[] mix_buffer, int frame_offset, int frames) |
|
void | resample_sinc (int sample_idx, int sample_frac, int step, int left_gain, int right_gain, int[] mix_buffer, int frame_offset, int frames) |
|
boolean | has_finished (int sample_idx) |
|
boolean ibxm.Sample.has_finished |
( |
int |
sample_idx) | |
|
void ibxm.Sample.resample_linear |
( |
int |
sample_idx, |
|
|
int |
sample_frac, |
|
|
int |
step, |
|
|
int |
left_gain, |
|
|
int |
right_gain, |
|
|
int[] |
mix_buffer, |
|
|
int |
frame_offset, |
|
|
int |
frames |
|
) |
| |
void ibxm.Sample.resample_nearest |
( |
int |
sample_idx, |
|
|
int |
sample_frac, |
|
|
int |
step, |
|
|
int |
left_gain, |
|
|
int |
right_gain, |
|
|
int[] |
mix_buffer, |
|
|
int |
frame_offset, |
|
|
int |
frames |
|
) |
| |
void ibxm.Sample.resample_sinc |
( |
int |
sample_idx, |
|
|
int |
sample_frac, |
|
|
int |
step, |
|
|
int |
left_gain, |
|
|
int |
right_gain, |
|
|
int[] |
mix_buffer, |
|
|
int |
frame_offset, |
|
|
int |
frames |
|
) |
| |
void ibxm.Sample.set_sample_data |
( |
short[] |
data, |
|
|
int |
loop_start, |
|
|
int |
loop_length, |
|
|
boolean |
ping_pong |
|
) |
| |
boolean ibxm.Sample.set_panning |
int ibxm.Sample.transpose |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/ibxm/Sample.java