@Simon loadAudioFilesIntoPool returns a list of references. Do not use findFiles, the files do not exist on the user system.
administrators
Posts
-
RE: Convolution Reverb
-
RE: Convolution Reverb
@Simon read this thread, you need to call
loadAudioFilesIntoPool()
. -
RE: Neural Amp Modeler (NAM) in HISE
@Dan-Korneff more like January 17th..
-
RE: Neural Amp Modeler (NAM) in HISE
@aaronventure actually I‘ve already implemented NAM on a local branch of HISE but it‘s not stable yet and quite CPU intensive. I hope we get the CPU down to competitive speeds with other implementations but that has indeed to wait until January.
-
RE: High fidelity animation in Hise - What are my options?
You can also use a peak node as a member within your C++ class and pass on the external data to it, then forward all callbacks to it at the appropriate time.
-
RE: High fidelity animation in Hise - What are my options?
@griffinboy try how far you get with the most simple approach and scale up the complexity only if you run into a dead end. Rendering a monochromatic histogram path with 30fps with Panels is not too much to ask, but make sure you use the C++ methods that create a path from a display buffer to avoid iterating over the data in HiseScript.
https://docs.hise.dev/scripting/scripting-api/displaybuffer/index.html#createpath
-
RE: Does HISE Support FLAC Files in SampleMaps?
@d-healey might work, but with super sub-par performance (about 10x slower than HLAC / WAV).
-
RE: [bug - fixed!] Timestretching + multi mic = instant crash
What does the Debug build say? Looks like a easy fix and it's "Teach a man how to fish"-month over here...