git-moss / ConvertWithMoss

Converts multisamples from a source format (WAV, multisample, KMP, wavestate, NKI, SFZ, SoundFont 2) to a different destination format.
https://www.mossgrabers.de/Software/ConvertWithMoss/ConvertWithMoss.html
GNU Lesser General Public License v3.0
190 stars 13 forks source link

converted folders/files #8

Closed ShoveD01 closed 2 years ago

ShoveD01 commented 2 years ago

Hi great work by the way , very useful application, hope you don’t mind another suggestion, when converting a sf2 bank, in which more than one of the individual instruments references the same sample, the resulting conversion would be much smaller if the all the .xpm files and the samples with original names were all in the same folder. Rather than in separate folders and therefore duplicating the samples. Hope that’s clear. Regards Steve

git-moss commented 2 years ago

Yeah, I thought about this when implementing it too but decided to go this way since I think this is a bit more flexible in case you want to keep only some of the created instruments and disc space is not really such an issue anymore.

ShoveD01 commented 2 years ago

Hi all working ok except I noticed that the converted .xpm has the envelope sustain at zero and a very short decay. So the result is a very short blip, until the program is edited in program edit. Regards Steve

git-moss commented 2 years ago

There is some guessing involved in the reading/creation of the envelopes, so it might not always be right. Could you send me an example?

ShoveD01 commented 2 years ago

Hi not the same subject, but noticed the same loop problem occurs when converting from sfz , I.e. it’s looping the whole sample rather than the embedded loop points. Steve

Sent from my iPad

On 30 Dec 2021, at 18:29, Jürgen Moßgraber @.***> wrote:

 There is some guessing involved in the reading/creation of the envelopes, so it might not always be right. Could you send me an example?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.

git-moss commented 2 years ago

Please create new issues for individual problems/reports. Currently, only 1 loop is supported.