Skip to content

Commit a192d5a

Browse files
committed
* Maschine JAM
* New: Using Shift in combination with the faders allows for smaller changes. Furthermore, the value does not jump when the fader is touched. * New: Added setting *Slow Fader Change* to be able to store the small fader changes. Toggle with Shift+Select. * New: Added setting *Startup mode* to select the mode which will be activated on startup. * Fixed: Shift mode does not activate if Shift button was used in combination with another button. * MCU * New: Startup mode: Select the mode which will be activated on startup.
1 parent e3b9951 commit a192d5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+18367
-17032
lines changed

DrivenByMoss-Manual.pdf

615 Bytes
Binary file not shown.

dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>de.mossgrabers</groupId>
55
<artifactId>DrivenByMoss</artifactId>
66
<name>DrivenByMoss</name>
7-
<version>26.3.0</version>
7+
<version>26.4.0</version>
88
<licenses>
99
<license>
1010
<name>LGPL-2.1-or-later</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>DrivenByMoss</artifactId>
77
<packaging>jar</packaging>
88
<name>DrivenByMoss</name>
9-
<version>26.3.0</version>
9+
<version>26.4.0</version>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
</properties>

0 commit comments

Comments
 (0)