Rework Song::processNextBuffer (#5723)

This commit is contained in:
Dominic Clark
2020-11-27 13:46:06 +00:00
committed by GitHub
parent 9ca5497202
commit 246b822a6f
2 changed files with 98 additions and 159 deletions

View File

@@ -248,6 +248,10 @@ public:
{
return m_playPos[pm];
}
inline PlayPos & getPlayPos()
{
return getPlayPos(m_playMode);
}
inline const PlayPos & getPlayPos() const
{
return getPlayPos(m_playMode);