Haha the easter bunny has delivered.
-
@d-healey sweet. have you figured out what the createEnvelopes() method is for? like can we attach that to an adsr or something
-
@iamlamprey I haven't used it, but if you search this page for the word envelope I think it may give some explanation - http://www.cerlsoundgroup.org/Loris/LorisModelingInC.html
-
@d-healey said in Haha the easter bunny has delivered.:
@iamlamprey Just got around to testing this, 2.0 worked for me too.
@Christoph-Hart 0.2.0 works for the Loris Toolkit but 0.2.2 is needed for the wavetable converter.
-
What does
enablecache
do? -
@d-healey It skips the reanalysis for files that have been analyses once (per runtime, there is no persistent cache). This improves some workflows a bit where you want to analyse once and then apply different functions on the analysed data.
Btw I‘ve changed the Loris integration to be included in the HISE build so you don‘t have to do this dynamic library hassle anymore (it‘s painful enough with Faust but I think here it is not really required). Does it work on Linux? I‘ve just tested Win and macOS.
-
@Christoph-Hart The latest develop isn't compiling on Linux or MacOS - https://forum.hise.audio/topic/9036/hise-build-error
-
@d-healey oops didn‘t see that, but weird HISE builds here (but maybe I haven‘t pulled the latest changes). Will sort it out today.
-
I'm seeing a strange thing when I try to set the window width.
Interface: Set option windowwidth with value "0.5" sample_processor:! Invalid option: windowwidth
So it's setting the window width and then complaining that it's not a valid option.
I'm also seeing this when trying to set any option other than
timedomain
orfreqdrift
analyzer_configure must be called before any other analyzer function.
-
As there's not much info in the docs please forgive my naive question. Would this let you use Loris as a repitching mode for samples mapped over multiple notes? Is that doable via the UI or should I script it?
-
@Simon All Loris stuff needs to be done through scripting, and if you want to include it in your final product then it needs to be released under the GPL.