[FREE] ConvertWithMoss - convert from/to WAV, Bitwig, SFZ, SF2, DecentSampler, MPC/Force, Korg Wavestate/Modwave/KMP

Sampler and Sampling discussion (techniques, tips and tricks, etc.)
RELATED
PRODUCTS
Rheymi122
KVRer
5 posts since 6 Nov, 2022

Post Thu Jan 26, 2023 7:13 pm

Thank you for making this useful tool :) !

User avatar
moss
KVRAF
Topic Starter
3592 posts since 13 May, 2004

Post Sun Mar 12, 2023 6:31 am

ConvertWithMoss 6.0 is online!

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.
https://youtu.be/UHuCooBvj48

Enjoy!

User avatar
morecookies
KVRer
11 posts since 3 Dec, 2022

Post Sun Mar 12, 2023 7:03 am

Awesome possum , from Decent Sampler to SFZ, here we go!
I play around with FL Studio (P.E) and Cubase (E)

User avatar
Yadrichik_Chaya
KVRist
400 posts since 5 Oct, 2021

Post Sun Mar 12, 2023 9:11 am

ConvertWithMoss is the best contribution of all time to all things regarding sampling/samplers/conversion - software and hardware! :love: :love: :love: :party: :party: :tu: :tu: :tu: :clap: :clap: :pray: :pray: :pray: :hail: :hail: :hail:
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! :phew: THE INTERNET:P

User avatar
Yadrichik_Chaya
KVRist
400 posts since 5 Oct, 2021

Post 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? :D

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! :phew: THE INTERNET:P

User avatar
moss
KVRAF
Topic Starter
3592 posts since 13 May, 2004

Post Sun Mar 12, 2023 9:34 am

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? :D

https://www.boldersounds.com/index.php? ... qbl5ja2rm0
Please create a new thread.

User avatar
Yadrichik_Chaya
KVRist
400 posts since 5 Oct, 2021

Post Sun Mar 12, 2023 9:44 am

moss wrote: Sun Mar 12, 2023 9:34 am
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? :D

https://www.boldersounds.com/index.php? ... qbl5ja2rm0
Please create a new thread.
Done! :D
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! :phew: THE INTERNET:P

strogon14
KVRist
73 posts since 29 Apr, 2011 from Cologne, Germany

Post 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.

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
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.

User avatar
moss
KVRAF
Topic Starter
3592 posts since 13 May, 2004

Post Tue Mar 14, 2023 11:41 am

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.

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
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.
I guess you need to check the jpackage documentation (if possible at all) for that.

strogon14
KVRist
73 posts since 29 Apr, 2011 from Cologne, Germany

Post Tue Mar 14, 2023 11:50 am

I'll try ;-) My Java-foo is very under-developed. I'm afraid.

User avatar
redtide
KVRer
28 posts since 23 Apr, 2019

Post Thu Mar 16, 2023 2:59 am

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).

User avatar
moss
KVRAF
Topic Starter
3592 posts since 13 May, 2004

Post Thu Mar 16, 2023 5:31 am

redtide wrote: Thu Mar 16, 2023 2:59 am 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).
That's already the case. But I already support 3 platforms and I simply have to draw a line somewhere...

User avatar
redtide
KVRer
28 posts since 23 Apr, 2019

Post Sat Mar 18, 2023 9:06 am

moss wrote: Thu Mar 16, 2023 5:31 am That's already the case. But I already support 3 platforms and I simply have to draw a line somewhere...
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

Post Mon Mar 20, 2023 7:57 am

Thank youu!!!

User avatar
pdxindy
KVRAF
23093 posts since 3 Feb, 2005 from in the wilds

Post Fri Mar 24, 2023 7:55 am

Is it possible to convert from Logic Sampler to Bitwig?

Return to “Samplers, Sampling & Sample Libraries”