| 110 | } |
| 111 | |
| 112 | void CInstrumentFDS::SetModulation(int Index, int Value) |
| 113 | { |
| 114 | m_iModulation[Index] = Value; |
| 115 | } |
| 116 | |
| 117 | array_view<unsigned char> CInstrumentFDS::GetModTable() const { // // // |
| 118 | return m_iModulation; |
no outgoing calls
no test coverage detected