Microtonality for SF2Player (#6580)

Co-authored-by: Hyunjin Song <tteu.ingog@gmail.com>
This commit is contained in:
Lost Robot
2023-01-01 02:28:30 -08:00
committed by GitHub
parent 6c7d2da9c4
commit 2f2ba41f28
4 changed files with 59 additions and 11 deletions

View File

@@ -224,6 +224,11 @@ public:
return &m_mixerChannelModel;
}
BoolModel* useMasterPitchModel()
{
return &m_useMasterPitchModel;
}
void setPreviewMode( const bool );
bool isPreviewMode() const