mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -04:00
Changes AutomationPattern to use nodes instead of raw float values (#5712)
This commit is contained in:
@@ -115,6 +115,7 @@ private:
|
||||
void upgrade_1_2_0_rc3();
|
||||
void upgrade_1_3_0();
|
||||
void upgrade_noHiddenClipNames();
|
||||
void upgrade_automationNodes();
|
||||
|
||||
// List of all upgrade methods
|
||||
static const std::vector<UpgradeMethod> UPGRADE_METHODS;
|
||||
|
||||
Reference in New Issue
Block a user