Convolution Reverb or Audioloop Player doesn't load file
-
Hey, is there anyone else having any problem loading files into the convolution reverb or the audioloop player. I'm on osx mojave with latest HISE 2.1.0.
Sampler works as usual. -
@M0MA5 I haven't noticed this on my PC. I'll check mac in the a.m.
-
@M0MA5 in HISE itself or in your plug-in/product?
if the later then make sure you have this line of code in your init:
Engine.loadAudioFilesIntoPool();
-
@Lindon it´s not working in HISE 2.1.0 itself.
I updated HISE yesterday because the impulse reverb didn't work after compiling my instrument as plugin.
I tried your great tipEngine.loadAudioFilesIntoPool();
in my old version from February but without success.
@dustbro Did you had the time to check your 2.1.0 mac version?
-
Both are working properly here on mac with the latest version
-
@forgotpassword do you have the IRs you want to load in the {PROJECT FOLDER}/Audio Files ?
And are they named EXACTLY the same in your script?
-
@dustbro thanks for checking!
@Lindon, thanks! Do you mean something like
Engine.loadAudioFilesIntoPool('{PROJECT FOLDER}/impulse.wav');
I can´t find any hint in the api, like »registering« pool-files first.
Thought this would be done »automagically« after I created »Exported Pooled Files to Binary Ressource«.Can you please show me what I´m missing?
-
This post is deleted! -
@forgotpassword no you just need to say:
Engine.loadAudioFilesIntoPool();
HISE will work out the rest - however having said that I too now cant get IR's to load time for
@Christoph-Hart I think......
-
OK anyone else getting these problems in the Mac?
If not then can you say what version of Hise Stand alone you are running - so I know whether to re-build or not.
-
@Lindon I'm running Hise master source code as of today, and I have no problems loading files into the convolution reverb, I have not tried to compile a plugin though but in Hise Standalone it works fine here running MacOS 10.14.5
-
@ulrik Ok thanks, looks like I will have to rebuild.
-
@Lindon OK this is now a VERY BIG problem for me. I cant build any products on HISE until this gets sorted.
I re-downloaded and rebuilt HISE - no change - it will not load wav files into the Convolution reverb, either dragging files in or right-clicking (ctrl-click)
Im on:
HISE 2.1.0
Build Version 650macOS Mojave version 10.14.5
-
@Lindon i gave it another try today, after i saw your post.
deleted and reinstalled the ipp library and compiled hise from the master-branch (downloaded today).
I am on Mojave 10.14.4.
It is still not possible to load the files into impulse-reverb and looper.
guess it´s kontakt time. : ( -
Also confirmed.
-
Alright, I'll take a look what happened. If it's so consistent across all of your system chances are good something silly just slipped in that can be easily removed.
-
Just to confirm. The steps to reproduce are:
- Load up HISE Standalone
- Add a Convolution Reverb
- Right click and choose a file from the AudioFiles directory
- Expect it to load but it fails ???
-
@Christoph-Hart said in Convolution Reverb or Audioloop Player doesn't load file:
Just to confirm. The steps to reproduce are:
- Load up HISE Standalone
- Add a Convolution Reverb
- Right click and choose a file from the AudioFiles directory
- Expect it to load but it fails ???
Yes, nothing loads into the reverb. Also the drag n drop method doesn't work and it appears it can't be loaded from a script either.
-
Weird, just checked it with the master branch and it loads fine.
-