| 851 | } |
| 852 | |
| 853 | int CSoundGen::GetChannelNote(stChannelID chan) const { // // // |
| 854 | return m_pSoundDriver ? m_pSoundDriver->GetChannelNote(chan) : -1; |
| 855 | } |
| 856 | |
| 857 | int CSoundGen::GetChannelVolume(stChannelID chan) const { // // // |
| 858 | return m_pSoundDriver ? m_pSoundDriver->GetChannelVolume(chan) : 0; |