Skip to content

Commit 95a0ead

Browse files
committed
Fix Windows build. Updated UI tools. More work on Maschine 2 reader (unfinished).
1 parent 866445a commit 95a0ead

16 files changed

Lines changed: 446 additions & 298 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
# distribution: 'temurin'
6363
distribution: 'zulu'
6464
java-version: 25
65+
# Zulu does not contain WiX Toolset (Temurin does)!
66+
- name: Install WiX Toolset
67+
if: startsWith(matrix.os, 'windows')
68+
run: choco install wixtoolset --no-progress -y
6569
- name: Build and jpackage with Maven
6670
run: mvn -B package jpackage::jpackage@${{ matrix.build_name }} --file pom.xml
6771
- name: Publish jpackage result

documentation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 14.2.1 (unreleased)
44

5+
* Restoration of main window on startup ensures that it is at least 25% visible on the screen.
56
* EXS
67
* Fixed: Read loop cross-fade was not calculated correctly (integer instead of double).
78
* Fixed: Loop cross-fade was written as samples not as milliseconds.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5cd1bc4b93680c77f874f15094b62cf2
1+
fe26d28ab60f650f3589fab20e41953c
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6a26c899c770df1b4531fd85638f77f61db1073b
1+
a0fd66ad564d37c92cd7bf7e839424d259a78961

maven-local-repository/de/mossgrabers/uitools/2.0.0/uitools-2.0.0.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.junit.jupiter</groupId>
3232
<artifactId>junit-jupiter-api</artifactId>
33-
<version>6.0.0</version>
33+
<version>6.0.1</version>
3434
<scope>test</scope>
3535
</dependency>
3636
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1ad03015706eda8f507bb6d9572c1780
1+
f6bf6d7b8db888f4abe6c62043f729ac
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5f7c63ed6303f26430d2908821b56f244927031c
1+
e78855a2a99954f50ce48f22e9aee7431529a29e

maven-local-repository/de/mossgrabers/uitools/maven-metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<versions>
88
<version>2.0.0</version>
99
</versions>
10-
<lastUpdated>20251031151144</lastUpdated>
10+
<lastUpdated>20251109140534</lastUpdated>
1111
</versioning>
1212
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a177c32ad049cc57553c8a08faf0e160
1+
1392d50a3399275ef228cfaf7c4fe91b

0 commit comments

Comments
 (0)