Skip to content

Commit

Permalink
Merge pull request #110 from mebitek/feature_30
Browse files Browse the repository at this point in the history
Feature 30
  • Loading branch information
mebitek authored May 2, 2024
2 parents b8cd21c + 9fa4089 commit 897b840
Show file tree
Hide file tree
Showing 75 changed files with 6,260 additions and 165 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

# v0.3.0 ()
- Arpeggiator Track
- increase stochastic rest proability to 15 steps
- logic track fast input visulaization (press shift)
- fix clipboard copy track
- fix logic gate probability
- fix rotate steps [@glibersat](https://github.com/glibersat)
- keep sequence names when copy and paste
- issue #100 - reorganize quick functions shortcuts
- issue #101 - reset cv in stop parameter
- integrate Malekko integration

> **testers** :
>
> mebitek, Jil, Guillaume Libersat, XQSTKRPS, P.M. Lenneskog

# v0.2.2 (20 March 2024)
- Logic Track
- per step gate logic operators
Expand Down
5 changes: 5 additions & 0 deletions src/apps/sequencer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ set(sources
engine/NoteTrackEngine.cpp
engine/StochasticEngine.cpp
engine/LogicTrackEngine.cpp
engine/ArpTrackEngine.cpp
engine/RoutingEngine.cpp
engine/SequenceState.cpp
# engine/generators
Expand Down Expand Up @@ -44,6 +45,8 @@ set(sources
model/StochasticTrack.cpp
model/LogicSequence.cpp
model/LogicTrack.cpp
model/ArpSequence.cpp
model/ArpTrack.cpp
model/PlayState.cpp
model/Project.cpp
model/Routing.cpp
Expand Down Expand Up @@ -94,6 +97,8 @@ set(sources
ui/pages/StochasticSequenceEditPage.cpp
ui/pages/LogicSequenceEditPage.cpp
ui/pages/LogicSequencePage.cpp
ui/pages/ArpSequenceEditPage.cpp
ui/pages/ArpSequencePage.cpp
ui/pages/OverviewPage.cpp
ui/pages/PatternPage.cpp
ui/pages/PerformerPage.cpp
Expand Down
4 changes: 2 additions & 2 deletions src/apps/sequencer/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#define CONFIG_VERSION_MAGIC 0xfadebabe
#define CONFIG_VERSION_NAME "PER|FORMER SEQUENCER"
#define CONFIG_VERSION_MAJOR 0
#define CONFIG_VERSION_MINOR 2
#define CONFIG_VERSION_REVISION 2
#define CONFIG_VERSION_MINOR 3
#define CONFIG_VERSION_REVISION 0

// Task priorities
#define CONFIG_DRIVER_TASK_PRIORITY 5
Expand Down
Loading

0 comments on commit 897b840

Please sign in to comment.