MCPcopy Create free account
hub / github.com/audacity/audacity / ReallyDoQuickCheck

Method ReallyDoQuickCheck

src/MenuCreator.cpp:499–502  ·  view source on GitHub ↗

a temporary hack that should be removed as soon as we get multiple effect preview working

Source from the content-addressed store, hash-verified

497// a temporary hack that should be removed as soon as we
498// get multiple effect preview working
499bool MenuCreator::ReallyDoQuickCheck()
500{
501 return !GetProjectFrame(mProject).IsActive();
502}
503
504/// The following method moves to the previous track
505/// selecting and unselecting depending if you are on the start of a

Callers

nothing calls this directly

Calls 1

IsActiveMethod · 0.45

Tested by

no test coverage detected