Rework Song::processNextBuffer (#5723)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user