| 54 | } |
| 55 | |
| 56 | void CPatternData::SetNoteOn(unsigned row, const stChanNote ¬e) { |
| 57 | Allocate(); |
| 58 | (*data_)[row] = note; |
| 59 | } |
| 60 | |
| 61 | bool CPatternData::operator==(const CPatternData &other) const noexcept { |
| 62 | if (!data_ && !other.data_) |
no outgoing calls
no test coverage detected