From 26ccd964aca93d4540fb6f383ab4fabf4b012d5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sun, 17 Jul 2022 22:18:25 +0200 Subject: [PATCH] v3.0.12 --- CMakeLists.txt | 4 ++-- src/plugins/score-plugin-fx/Fx/FactorOracle2.hpp | 2 +- src/plugins/score-plugin-fx/Fx/FactorOracle2MIDI.hpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a31d2fffc5..ae57e97b6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -57,9 +57,9 @@ list(GET QT_VERSION 0 QT_PREFIX) set(SCORE_VERSION_MAJOR 3) set(SCORE_VERSION_MINOR 0) -set(SCORE_VERSION_PATCH 11) +set(SCORE_VERSION_PATCH 12) set(SCORE_VERSION_EXTRA "") -set(SCORE_CODENAME "ossia for workgroups") +set(SCORE_CODENAME "croussia") set(SCORE_VERSION "${SCORE_VERSION_MAJOR}.${SCORE_VERSION_MINOR}.${SCORE_VERSION_PATCH}") diff --git a/src/plugins/score-plugin-fx/Fx/FactorOracle2.hpp b/src/plugins/score-plugin-fx/Fx/FactorOracle2.hpp index 7fe4110904..2eab62bbf7 100644 --- a/src/plugins/score-plugin-fx/Fx/FactorOracle2.hpp +++ b/src/plugins/score-plugin-fx/Fx/FactorOracle2.hpp @@ -338,7 +338,7 @@ struct Node { static const constexpr auto prettyName = "New Factor Oracle"; static const constexpr auto objectKey = "New Factor Oracle"; - static const constexpr auto category = "Impro"; + static const constexpr auto category = "Control/Impro"; static const constexpr auto author = "Maria Paula Carrero Rivas"; static const constexpr auto kind = Process::ProcessCategory::Mapping; static const constexpr auto description diff --git a/src/plugins/score-plugin-fx/Fx/FactorOracle2MIDI.hpp b/src/plugins/score-plugin-fx/Fx/FactorOracle2MIDI.hpp index afd6ee5e64..6f53eca06d 100644 --- a/src/plugins/score-plugin-fx/Fx/FactorOracle2MIDI.hpp +++ b/src/plugins/score-plugin-fx/Fx/FactorOracle2MIDI.hpp @@ -345,7 +345,7 @@ struct Node { static const constexpr auto prettyName = "New Factor Oracle MIDI"; static const constexpr auto objectKey = "New Factor Oracle MIDI"; - static const constexpr auto category = "Impro"; + static const constexpr auto category = "Control/Impro"; static const constexpr auto author = "Maria Paula Carrero Rivas"; static const constexpr auto kind = Process::ProcessCategory::Mapping; static const constexpr auto description