swesterfeld / spectmorph

SpectMorph: spectral audio morphing
http://www.spectmorph.org
GNU Lesser General Public License v2.1
64 stars 5 forks source link

Instrument editor: Normalizing volume for multi-samples #20

Open HiSven opened 1 year ago

HiSven commented 1 year ago

If I have several different samples in an instrument, each sample should have equal volume.

swesterfeld commented 11 months ago

From your description I don't know what to do here. Of course we usually want to have all samples be played at the same volume. Therefore, SpectMorph supports volume normalization in the instrument editor. Usually it is a good idea to use the loop region for volume normalization (via Auto Volume - From Loop).

Of course if you want positional play, you usually set the loop region around the whole sample. So that if you have two samples where one contains a lot of loud parts and another which contains a loud part and lots of silence, the second sample will be boosted more than the first one. Maybe you could provide more information about your problem here. Depending on what that is, I have two ideas (but these might not be the best solution):

swesterfeld commented 10 months ago
  • we could allow the user to perform volume normalization manually, so there would be a slider at the UI for each sample

SpectMorph 0.6.1 does support this explicit volume normalization with the volume editor window, so at least now if the automatic volume normalization doesn't work for you, you can use the volume editor to fix it manually.