Convolution Reverb or Audioloop Player doesn't load file
-
@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.
-
-
OK, but what's with the latest master branch state (as of May 25th)?
-
@Christoph-Hart I will build it now and test
-
I just tried the master branch and it no worky. Anything else I can do to help narrow it down?
-
Yep let me know what I con do to help run this down.
-
Im running into something similar with the audio loop player on exported plugins. Im able to browse and load a file, but the audio waveform view is empty and audio doesn't play. It's not happening on all of my files I try to load, so I'm going to investigate to see if it's a sample rate / bit depth thing.