Merry Christmas to all. Have a great one
VHO
@VHO
Sampling, sampling and sampling....
Best posts made by VHO
-
RE: Max monolith size ?
Latest commits allowed HLAC Monolith beyond 2GB to be serialized. Not to be used with multi mic as well, but now if your sampler has above 2GB of HLAC compressed audio, it will serialize and play back just fine.
Just though to update this forum post if anybody searches monolith in future.
Big thanks to @Christoph-Hart -
Max monolith size ?
Hi @Christoph-Hart , I was wondering what is the max size of a monolith. Is it limited to 4gb or can a sampler hold samples that generate monolith above this size? Maybe even better way to ask is if there is a max monolith size ( therefor sample map size) that can be slotted into a single Sampler?
Thank you.
-
RE: Monolith creation....again!
@Lindon . Yep. I can also second that at this point it is needed to do them individually.
-
RE: scriptnode code fail to build
Not really sure. Are you sure that you are compiling the newest script node? not caching older version?
Unless it is what I'm doing and hence my compile works. Sorry that I can't be more help :/
-
RE: scriptnode code fail to build
I actually had few issues on Xcode 10 while on Mojave 10.14.6 and I found the Xcode 11.1 pretty stable ( but keep in mind I use it only for HISE and HISE related projects, so I can not speak for other projects you might be developing )
Latest posts made by VHO
-
RE: Monolith creation....again!
@Lindon . Yep. I can also second that at this point it is needed to do them individually.
-
RE: PercX is released
@Christoph-Hart Huge congrats mate. It looks, sounds and performs amazing. Awesome plugin
-
RE: Scriptnode no opening the juce file
@Jay Do you mean projucer on Mac not opening?
If so, just open projucer as a standalone app and direct it to the juce file ( ie the one that opens and closes)
-
RE: Mojave Xcode 11.1 HISE plugin build failing
@ulrik it was clean install for me. There was no Xcode prior as I did clean Mojave install. I was on High Sierra for ages and I'm not brave enough to go to Catalina yet and probably won't be for a while :D
-
RE: Mojave Xcode 11.1 HISE plugin build failing
@ulrik Not really helpful, but I have to say it :D I find Xcode to be much more of a pain then Visual ever was... :D
-
RE: Mojave Xcode 11.1 HISE plugin build failing
Christoph is correct. Xcode does weird caching that results in build limbo (especially between versions :( Clearing derived data is a must) that can cause strange errors, but also Please select Script Node branch (make sure that script node branch is selected -https://github.com/christophhart/HISE/tree/scriptnode ) Script node is the cutting edge build and I've tested AU and Stand Alone in the last 24 h and both should compile without issue on Mojave 14.6 and Xcode 11.1
-
RE: Mojave Xcode 11.1 HISE plugin build failing
Just tried the compile of AU on Xcode 11.1 and all compiled ok (From schemes I've selected only AU to check specifically for AU only. (I'm sure I'm using todays build (downloaded earlier) as I was testing the HLAC monolith Serialisation. The one thing I can think of is making sure that you select 64bit in the Schemes as 32/64 bit version won' compile on Mojave or Xcode 11 ( this can be done selected on Projucer, but it is always good to check again in schemes if it really pushed through ok.
I had few issues before with Xcode not properly flushing through the cached data, so I would recommend to clear your derived data folder for Xcode and also rename old HISE source folders for when you download the new one.
PS @d-healey made a very helpful video on building in MacOSX https://www.youtube.com/watch?v=zeLeCSNh0XM
Hope this helps
-
RE: Max monolith size ?
Latest commits allowed HLAC Monolith beyond 2GB to be serialized. Not to be used with multi mic as well, but now if your sampler has above 2GB of HLAC compressed audio, it will serialize and play back just fine.
Just though to update this forum post if anybody searches monolith in future.
Big thanks to @Christoph-Hart