
[FREE] ConvertWithMoss - convert from/to WAV, Bitwig, SFZ, SF2, DecentSampler, MPC/Force, Korg Wavestate/Modwave/KMP
-
Rheymi122
- KVRer
- 5 posts since 6 Nov, 2022
Thank you for making this useful tool
!

-
moss
- KVRAF
- Topic Starter
- 3592 posts since 13 May, 2004
ConvertWithMoss 6.0 is online!
Get it from https://mossgrabers.de
Enjoy!
Get it from https://mossgrabers.de
- New: Added option to rename multi-samples (thanks to Philip Stolz).
- New: Improved mapping of envelopes to MPC keygroups (thanks to Philip Stolz).
- New: Added support for reading Kontakt NKI files (only the format of the versions before Kontakt 4.2 are supported, thanks to Philip Stolz).
- Fixed: Added missing reading of panorama value.
Enjoy!
-
morecookies
- KVRer
- 11 posts since 3 Dec, 2022
Awesome possum , from Decent Sampler to SFZ, here we go!
I play around with FL Studio (P.E) and Cubase (E)
-
Yadrichik_Chaya
- KVRist
- 400 posts since 5 Oct, 2021
ConvertWithMoss is the best contribution of all time to all things regarding sampling/samplers/conversion - software and hardware!

















A gigantic dumpster container mostly filled with leftovers and rotten stuff
plus some extremely rare second hand items at the very bottom that actually has some value!
THE INTERNET… 
plus some extremely rare second hand items at the very bottom that actually has some value!


-
Yadrichik_Chaya
- KVRist
- 400 posts since 5 Oct, 2021
Everybody reading this, should we start a separate thread with FREE Kontakt 1-4 libraries or just post the stuff we find here in this thread?
https://www.boldersounds.com/index.php? ... qbl5ja2rm0

https://www.boldersounds.com/index.php? ... qbl5ja2rm0
A gigantic dumpster container mostly filled with leftovers and rotten stuff
plus some extremely rare second hand items at the very bottom that actually has some value!
THE INTERNET… 
plus some extremely rare second hand items at the very bottom that actually has some value!


-
moss
- KVRAF
- Topic Starter
- 3592 posts since 13 May, 2004
Please create a new thread.Yadrichik_Chaya wrote: ↑Sun Mar 12, 2023 9:22 am Everybody reading this, should we start a separate thread with FREE Kontakt 1-4 libraries or just post the stuff we find here in this thread?![]()
https://www.boldersounds.com/index.php? ... qbl5ja2rm0
-
Yadrichik_Chaya
- KVRist
- 400 posts since 5 Oct, 2021
Done!moss wrote: ↑Sun Mar 12, 2023 9:34 amPlease create a new thread.Yadrichik_Chaya wrote: ↑Sun Mar 12, 2023 9:22 am Everybody reading this, should we start a separate thread with FREE Kontakt 1-4 libraries or just post the stuff we find here in this thread?![]()
https://www.boldersounds.com/index.php? ... qbl5ja2rm0

A gigantic dumpster container mostly filled with leftovers and rotten stuff
plus some extremely rare second hand items at the very bottom that actually has some value!
THE INTERNET… 
plus some extremely rare second hand items at the very bottom that actually has some value!


-
strogon14
- KVRist
- 73 posts since 29 Apr, 2011 from Cologne, Germany
I would like to build an Arch User Repository (AUR) package for this software. How would I build this software, if I'm not on a Debian-based Linux? The command in the jpackage-linux.sh script apparently tries to build a .deb package, which of course does not work on Arch Linux.
I could of course use the Linux binary package from the homepage and that seems to work, but I would like to build from source, if possible.
Code: Select all
[INFO] Using: /usr/lib/jvm/java-17-openjdk/bin/jpackage
[INFO] jpackage options:
[INFO] --name ConvertWithMoss
[INFO] --dest /home/chris/src/audio/ConvertWithMoss/target/release
[INFO] --type deb
[INFO] --app-version 6.0.0
[INFO] --copyright (c) 2021-2023 by Jürgen Moßgraber
[INFO] --description A tool for converting multi-sample from one format to another.
[INFO] --input /home/chris/src/audio/ConvertWithMoss/target/lib
[INFO] --vendor Jürgen Moßgraber
[INFO] --main-class de.mossgrabers.convertwithmoss.ui.ConvertWithMossApp
[INFO] --main-jar convertwithmoss-6.0.0.jar
[INFO] --icon /home/chris/src/audio/ConvertWithMoss/src/main/resources/de/mossgrabers/convertwithmoss/images/AppIcon.png
[INFO] --license-file /home/chris/src/audio/ConvertWithMoss/LICENSE
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.062 s
[INFO] Finished at: 2023-03-14T20:08:33+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.panteleyev:jpackage-maven-plugin:1.5.1:jpackage (linux) on project convertwithmoss:
[ERROR] Exit code: 1 - Fehler: Ungültiger oder nicht unterstützter Typ: [deb]
[ERROR]
[ERROR] Command line was: /bin/sh -c /usr/lib/jvm/java-17-openjdk/bin/jpackage --name ConvertWithMoss --dest /home/chris/src/audio/ConvertWithMoss/target/release --type deb --app-version 6.0.0 --copyright '(c) 2021-2023 by Jürgen Moßgraber' --description 'A tool for converting multi-sample from one format to another.' --input /home/chris/src/audio/ConvertWithMoss/target/lib --vendor 'Jürgen Moßgraber' --main-class de.mossgrabers.convertwithmoss.ui.ConvertWithMossApp --main-jar convertwithmoss-6.0.0.jar --icon /home/chris/src/audio/ConvertWithMoss/src/main/resources/de/mossgrabers/convertwithmoss/images/AppIcon.png --license-file /home/chris/src/audio/ConvertWithMoss/LICENSE
[ERROR]
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
-
moss
- KVRAF
- Topic Starter
- 3592 posts since 13 May, 2004
I guess you need to check the jpackage documentation (if possible at all) for that.strogon14 wrote: ↑Tue Mar 14, 2023 11:34 am I would like to build an Arch User Repository (AUR) package for this software. How would I build this software, if I'm not on a Debian-based Linux? The command in the jpackage-linux.sh script apparently tries to build a .deb package, which of course does not work on Arch Linux.
I could of course use the Linux binary package from the homepage and that seems to work, but I would like to build from source, if possible.Code: Select all
[INFO] Using: /usr/lib/jvm/java-17-openjdk/bin/jpackage [INFO] jpackage options: [INFO] --name ConvertWithMoss [INFO] --dest /home/chris/src/audio/ConvertWithMoss/target/release [INFO] --type deb [INFO] --app-version 6.0.0 [INFO] --copyright (c) 2021-2023 by Jürgen Moßgraber [INFO] --description A tool for converting multi-sample from one format to another. [INFO] --input /home/chris/src/audio/ConvertWithMoss/target/lib [INFO] --vendor Jürgen Moßgraber [INFO] --main-class de.mossgrabers.convertwithmoss.ui.ConvertWithMossApp [INFO] --main-jar convertwithmoss-6.0.0.jar [INFO] --icon /home/chris/src/audio/ConvertWithMoss/src/main/resources/de/mossgrabers/convertwithmoss/images/AppIcon.png [INFO] --license-file /home/chris/src/audio/ConvertWithMoss/LICENSE [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21.062 s [INFO] Finished at: 2023-03-14T20:08:33+01:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.panteleyev:jpackage-maven-plugin:1.5.1:jpackage (linux) on project convertwithmoss: [ERROR] Exit code: 1 - Fehler: Ungültiger oder nicht unterstützter Typ: [deb] [ERROR] [ERROR] Command line was: /bin/sh -c /usr/lib/jvm/java-17-openjdk/bin/jpackage --name ConvertWithMoss --dest /home/chris/src/audio/ConvertWithMoss/target/release --type deb --app-version 6.0.0 --copyright '(c) 2021-2023 by Jürgen Moßgraber' --description 'A tool for converting multi-sample from one format to another.' --input /home/chris/src/audio/ConvertWithMoss/target/lib --vendor 'Jürgen Moßgraber' --main-class de.mossgrabers.convertwithmoss.ui.ConvertWithMossApp --main-jar convertwithmoss-6.0.0.jar --icon /home/chris/src/audio/ConvertWithMoss/src/main/resources/de/mossgrabers/convertwithmoss/images/AppIcon.png --license-file /home/chris/src/audio/ConvertWithMoss/LICENSE [ERROR] [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
-
strogon14
- KVRist
- 73 posts since 29 Apr, 2011 from Cologne, Germany
I'll try
My Java-foo is very under-developed. I'm afraid.

-
redtide
- KVRer
- 28 posts since 23 Apr, 2019
I wonder if you could release the binaries using GitHub Actions, I see you have already a build script (msi, dmg and AppImage instead of Debian package for Linux).
-
moss
- KVRAF
- Topic Starter
- 3592 posts since 13 May, 2004
That's already the case. But I already support 3 platforms and I simply have to draw a line somewhere...
-
redtide
- KVRer
- 28 posts since 23 Apr, 2019
AppImages are portable monolithic files that runs on any Linux distribution, without the need to install anything, not even dependencies, all is in that file. But it's not a trivial thing with Java it seems.
Anyway I opened a Pull Request to permit building from sources and packaging in a standard way for any distro.
-
asthmaattack
- KVRer
- 2 posts since 20 Mar, 2023
Thank youu!!!
-
pdxindy
- KVRAF
- 23093 posts since 3 Feb, 2005 from in the wilds
Is it possible to convert from Logic Sampler to Bitwig?