Add BPM tags to built-in beat loops (#5439) (#6747)

* Added floating-point vorbis BPM tags to files in lmms/data/samples/beats
* Added rounded BPM to filenames, surrounded by square brackets and separated from the rest of the filename by an underscore
This commit is contained in:
Mirko Di
2023-11-17 15:46:28 +00:00
committed by GitHub
parent 609c008a71
commit a64bbc7633
29 changed files with 74 additions and 4 deletions

View File

@@ -127,7 +127,8 @@ private:
void upgrade_mixerRename();
void upgrade_bbTcoRename();
void upgrade_sampleAndHold();
void upgrade_midiCCIndexing();
void upgrade_midiCCIndexing();
void upgrade_loopsRename();
// List of all upgrade methods
static const std::vector<UpgradeMethod> UPGRADE_METHODS;