summaryrefslogtreecommitdiffstats
path: root/src/track/keyutils.h
AgeCommit message (Expand)Author
2019-08-16convert KeyUtils::KeyNotation to an enum classBe
2019-08-16Merge remote-tracking branch 'upstream/master' into mixed_key_notations_redoBe
2019-06-13use c++11 assign() and remove obsolete const parameterDaniel Schürmann
2019-06-09Show key occurrence in debug message as secondsDaniel Schürmann
2019-04-21Use original constant valuesned haughton
2019-03-17add _AND to combined keysned haughton
2019-03-16Change 'Mixed' to 'Traditional'; use parenthesesnaught101
2019-03-16Add mixed version of OpenKey/Lancelot notationnaught101
2017-01-21Delete workarounds for Visual Studio < 2015Uwe Klotz
2016-11-14Define KEY_NOTATION_MAX.RJ Ryan
2016-11-14Fix Windows build after 70c61a54e12b962dc61f1afc14fa989133e73a8b.RJ Ryan
2016-11-12Fix OSX build with Clang and Qt 4.8.6.RJ Ryan
2016-09-15sort keys correctly after a track has been playedbe_
2016-09-070 index KeyUtils::KeyNotationbe_
2016-09-07get rid of confusingly named KeyNotation DEFAULTbe_
2016-09-05make key sorting respond to notation changesbe_
2016-02-10Simplify and optimize the over-engineered Keys classUwe Klotz
2015-10-03Move code for obtaining the global key as text to KeyUtilsUwe Klotz
2014-12-30Update pitch_adjust slider when pitch changesDaniel Schürmann
2014-12-30Make pitch_adjust working and And replace pitch in DeereDaniel Schürmann
2014-04-25Fix some ambiguities with use of pow().RJ Ryan
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-05Use a ControlPotmeter instead of a ControlObject for visual_key_distance and ...Nicu Badescu
2014-03-30Compute distance to the nearest key and return it along with the key in a QPa...Nicu Badescu
2014-01-16Support Unicode sharp and flat symbol in traditional notation. Treat '#' and ...RJ Ryan
2014-01-15Update getCompatibleKeys() to include the key as compatible with itself.RJ Ryan
2014-01-12Add a utility method for getting compatible harmonic keys using the Circle of...RJ Ryan
2013-06-20Add shortestStepsToKey and shortestStepsToCompatibleKey to KeyUtils along wit...RJ Ryan
2013-06-19Merge branch 'master' into features_keyRJ Ryan