WaveCrop abstract method
Crop a wave to defined frames range
Implementation
void WaveCrop(
StructPointer<WaveD> wave,
int initFrame,
int finalFrame,
);
Crop a wave to defined frames range
void WaveCrop(
StructPointer<WaveD> wave,
int initFrame,
int finalFrame,
);