|
TracktionEngine
|
Enumerations | |
| enum | RateType { hertz , fourBars , twoBars , bar , halfT , half , halfD , quarterT , quarter , quarterD , eighthT , eighth , eighthD , sixteenthT , sixteenth , sixteenthD , thirtySecondT , thirtySecond , thirtySecondD , sixtyFourthT , sixtyFourth , sixtyFourthD } |
| enum | SyncType { free , transport , note } |
Functions | |
| juce::StringArray | getRateTypeChoices () |
| double | getBarFraction (RateType) noexcept |
| Returns the fraction of a bar to be used for a given rate type. | |
| juce::StringArray | getSyncTypeChoices () |
| juce::StringArray engine::ModifierCommon::getRateTypeChoices | ( | ) |
References getRateTypeChoices().
Referenced by getRateTypeChoices().
|
noexcept |
Returns the fraction of a bar to be used for a given rate type.
References getBarFraction().
Referenced by getBarFraction().
| juce::StringArray engine::ModifierCommon::getSyncTypeChoices | ( | ) |
References getSyncTypeChoices().
Referenced by getSyncTypeChoices().