HISE not auto detecting loop in wav file with embedded loop markers
-
I have been trying to get HISE to auto detect loop markers embedded in wav files (like how it's embedded using a DAW or Loopauditioneer etc.) but it's not detecting the loop when importing the files into the sampler using drag and drop or token parser (video attached). From what I have gathered when I import the file into the HISE sampler it should automatically turn on loop and set the loop markers in the waveform editor. I have attached the wav file with embedded loop that I used to test this. The only way I am able to get HISE to detect the loop is by using 'automap using metadata' option in sampler (video attached). Please help me out if there's something I'm doing wrong or a setting in HISE that I have not configured correctly.
test wav file- 80s Forever Bass.wav
videos- https://drive.google.com/drive/folders/1Cx2vasdIHbcwqeSjauddZzpcTwcOCMFK?usp=sharing -
This has already been discussed somewhere here.
The “Extract Metadata for Mapping” button is not in sync with the internal variable. That means it may appear to be on, but it’s actually off. A simple workaround is to toggle the button off and on again.@Christoph-Hart , I think this can be easily fixed in FileImportDialog on line 39:
metadataButton->setToggleState(true, sendNotification);