| 72 | } |
| 73 | |
| 74 | bool CInstrument2A03::GetSampleLoop(int MidiNote) const |
| 75 | { |
| 76 | return (m_Assignments[MidiNote].Pitch & 0x80u) == 0x80u; |
| 77 | } |
| 78 | |
| 79 | char CInstrument2A03::GetSampleLoopOffset(int MidiNote) const |
| 80 | { |
no outgoing calls
no test coverage detected