Home
last modified time | relevance | path

Searched refs:m_KeyVoice (Results 1 – 4 of 4) sorted by relevance

/dports/audio/spiralsynth/SpiralSynth-0.1.7/SpiralSound/
H A DSynth.C78 m_KeyVoice = new char[SynthInfo::POLY]; in Synth()
82 m_KeyVoice[n]=' '; in Synth()
105 delete[] m_KeyVoice; in ~Synth()
259 if (m_KeyVoice[n]==KeyChar) in DoIdle()
268 m_KeyVoice[m_CurrentVoice]=KeyChar; in DoIdle()
276 if (m_KeyVoice[n]==KeyChar) in DoIdle()
279 m_KeyVoice[n]=' '; in DoIdle()
H A DSynth.h66 char *m_KeyVoice; variable
/dports/audio/spiralsynth/SpiralSynth-0.1.7/
H A DSynth.C81 m_KeyVoice = new char[SpiralInfo::POLY]; in Synth()
85 m_KeyVoice[n]=' '; in Synth()
108 delete[] m_KeyVoice; in ~Synth()
277 if (m_KeyVoice[n]==KeyChar) in DoIdle()
286 m_KeyVoice[m_CurrentVoice]=KeyChar; in DoIdle()
294 if (m_KeyVoice[n]==KeyChar) in DoIdle()
297 m_KeyVoice[n]=' '; in DoIdle()
H A DSynth.h69 char *m_KeyVoice; variable