| 664 | } |
| 665 | |
| 666 | int CSoundGen::GetArpNote(stChannelID chan) const { |
| 667 | if (FTEnv.GetSettings()->Midi.bMidiArpeggio && m_pArpeggiator) // // // |
| 668 | return m_pArpeggiator->GetNextNote(chan); |
| 669 | return -1; |
| 670 | } |
| 671 | |
| 672 | std::string CSoundGen::RecallChannelState(stChannelID Channel) const // // // |
| 673 | { |
no test coverage detected