Example #1
0
void Song::quantisePhrase()
{
	Phrase* p = _pCurrentSection ? _pCurrentSection->getPhrase(_currentPhrase) : NULL;
	p->Quantise(_quantiseNumerator,_quantiseDenominator);
}