bool drumpad::play( DWORD id ) { m_lpSamples[id] -> Stop(); m_lpSamples[id] -> Reset(); m_lpSamples[id] -> Play( 0, 0 ); return true; }