WaveCrop abstract method

void WaveCrop(
  1. StructPointer<WaveD> wave,
  2. int initFrame,
  3. int finalFrame
)

Crop a wave to defined frames range

Implementation

void WaveCrop(
  StructPointer<WaveD> wave,
  int initFrame,
  int finalFrame,
);