You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo buffer tests.zip
in the nsf export, echo buffer on DPCM does not seem to play the respective instrument's sample layout, instead playing the older instrument.
The text was updated successfully, but these errors were encountered:
Gumball2415
changed the title
DPCM echo buffer does not respect new instrument sample layout?
DPCM echo buffer does not respect new instrument sample layout in NSF export?
Jul 31, 2024
due to the way the pattern compiler abstracts DPCM instruments and notes into DPCM sample indices, this cannot be fixed unless the method of DPCM pattern processing is rewritten entirely.
DPCM instruments + note + octave gets translated into a sample index type via CPatternCompiler::FindSample() then storing the result in the note parameter, thus making echo buffer commands possible, but not instrument changes.
the only alternative is "baking" in echo buffer commands at compile time, but this may be impractical.
echo buffer tests.zip
in the nsf export, echo buffer on DPCM does not seem to play the respective instrument's sample layout, instead playing the older instrument.
The text was updated successfully, but these errors were encountered: