withFrame method

VolumeEvent withFrame(
  1. int frame
)

Implementation

VolumeEvent withFrame(int frame) {
  return VolumeEvent(
    beat: beat,
    volume: volume,
  );
}