Lunacy Audio presents CUBE
-
@iamlamprey Wow man, thanks so much. Will dive in today, and try!!!
-
@iamlamprey
https://youtu.be/glcXiUIi470Hello. I'm trying to add the audiowaveform here on the project, but as soon as I select it , Hise crashes... Is there any issue around this please? thanks.
-
@nesta99 Try the develop branch
-
@nesta99 Does it crash if you add a new one? Instead of trying to swap it over from the EQ type.
@d-healey It works fine for me on Master.
-
@d-healey Uhm.. alright.
@iamlamprey yes, I've tried to call a new AudioWaveForm and it works. Thanks. How did you link it to the sampler in other to see the wave? -
@nesta99 Set the processorId to the Sampler, the same way you'd connect a slider:
You also have to set the index for which sample is displayed (mine's done using a script):
-
@iamlamprey Do you give each One A Unique Index?
Like 0/1/2/3... or All Set To 1 ? -
@Natan Actually I'm not sure if the index is even necessary, as per this post:
https://forum.hise.audio/topic/3221/reliable-way-to-refresh-waveform-when-changing-sample-map/2
It's been a while since I set mine up, perhaps @Casey-Kolb can confirm? :)
-
@iamlamprey I Set All Of Them To 0 And No Issues Here
-
@iamlamprey Yup! Waveforms should refresh properly now since Christoph fixed that bug
-
@iamlamprey Thanks.
But in my case I can't see any of these parameters shown on the picture.
-
@nesta99 What branch are you using?
-
@nesta99 Oh you're using the floatingTile waveform, I think that's a different thing.
The one I'm using is just called AudioWaveForm
-
@iamlamprey Ohhh ok ahaha great. Thanks so much!
-
@iamlamprey Hi, I've set the sample index to -1 but when I change the sound form the preset browser, The waveform won't change until I click on the refresh button.
Am I doing something wrong? Thanks.
-
@nesta99 said in Lunacy Audio presents CUBE:
le index to -1 but when I change the sound form the preset browser, The waveform won't change until I click on the refresh button.
Am I doing something wrong? Thanks.Give It The Index Number Of 0 Or 1
-
@nesta99 I'm honestly not sure what the index is for, I thought it was used to get the current active RR group of the sampler, but now I doubt myself
-
@Natan Ok, thanks. Will Try
-
@Casey-Kolb Casey, I've Got Questions For You:
In terms Of Cpu Usage, What Setting Was The Best For Those 8 Samplers?
I Saw That Cube Has 8 Samplers.
And Each One Has A Set Of HP / LP / Color Controls.- What Was Your Trick To Increase The CPU Usage For Those 24 Filter?
- 8 Parametric Eq For HP/LP Controls?And 8 Tilt Eq For Color Controls?
- Or You Made 8 Scriptnode For Each Sampler ( Containing Filters )
Thanks Buddy
-
@Natan Hi Natan! Sorry for the late reply.
I think for us the key to keeping the CPU lower for us was using monophonic filters for all the samplers. The polyphonic ones can be extra intensive with that many layers. We also set the default voice limit for the samplers to 64 rather than 128 or 256, which I believe can help with load times.
The Color knob is just a Curve EQ module which emulates different vowel resonances. These are hard-coded, so nothing too fancy except some basic math.
Haven't made the leap to scriptnode yet, but seriously looking forward to it!