| 79 | } |
| 80 | |
| 81 | void CFrameClipData::SetFrame(int Frame, int Channel, int Pattern) |
| 82 | { |
| 83 | Assert(Frame >= 0 && Frame < ClipInfo.Frames); |
| 84 | Assert(Channel >= 0 && Channel < ClipInfo.Channels); |
| 85 | |
| 86 | pFrames[Frame * ClipInfo.Channels + Channel] = Pattern; // // // |
| 87 | } |
no outgoing calls
no test coverage detected