mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-26 11:30:11 +00:00
SSI263: support phoneme zero amplitude
Refine Phasor native mode's logic for SSI263 access
This commit is contained in:
@@ -328,6 +328,9 @@ void SSI263::Play(unsigned int nPhoneme)
|
||||
|
||||
bool bPause = false;
|
||||
|
||||
if (!m_isVotraxPhoneme && (m_ctrlArtAmp & AMPLITUDE_MASK) == 0)
|
||||
nPhoneme = 0;
|
||||
|
||||
if (nPhoneme == 1)
|
||||
nPhoneme = 2; // Missing this sample, so map to phoneme-2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user