@d-healey Ok thanks David.
Latest posts made by Delamere
-
RE: Display output levels.
@Chazrox Hi, thanks for this example, I appreciate you taking the time to make this. I'm finding it very helpful. Just trying to understand what everything means.
Thanks.
-
RE: Display output levels.
@d-healey Hi David, I have done what you said & there is a peak meter showing the left & right output levels for the Simple Gain, but there is no value coming up and I don't know how to take the meter off. I have read through the link you sent and I just can't work out how to do it. I only need a little display saying the db peak levels, like at the bottom of the meter you showed. But with the db for the left peak out as one little rectangle & then the db for the right peak out as another little rectangle, which I can put above the left knob & right knob. Do you have any advice or videos on how to do that? Thanks.
-
RE: Display output levels.
@Lindon Hi Lindon, thank you for the reply. If I click on 'Create generic script reference' in the group of the master FX section, I'm not able to paste it into my script. only each individual effect. Also, Where do I put the .getCurrentLevel after the simple gain?
const var SimpleGain1 = Synth.getEffect("Simple Gain1");
Sorry, I am completely new to this and don't know anything about scripting, only from what I've learnt watching videos about hise & reading forums.
Thanks.
-
RE: Display output levels.
@d-healey Hi David, thank you for the reply. I am completely new to this and don't understand how to connect the Peak Meter to the L&R output etc or how to change the way it looks to be only the values without the meter? Thanks.
-
Display output levels.
Hi, I am new to HISE. I have been watching many videos by David Healy and read many different forums and found them to be very helpful. I have managed to do several things I need to, but there are some things that I can't find the answer to or get my head around.
I am creating a sample based instrument and for the last section of the plug-in there will be a L&R out displaying their Peak Levels before they touch the compressor > then the Compressor = Amount of Compression > Limiter = Amount of Compression > Master out = Peak Levels.
There will be a knob for both the left & right output to turn them up for down before the compressor, then a knob for the threshold of the Compressor & Limiter, then a knob for the overall output. Above each Knob in this section I would like there to be a small rectangle display above each one, displaying the output levels in db, for example; L = 18.1db > R = -17.5db > Compression = -3.5db > Limiter = -1.0 db & Master = -0.2db.
I have managed to work out how to display the amount of Compression & Limiter being applied with a VU Meter, but I don't want a VU meter just the values displayed in the boxes provided. Does anyone knob how to do this?
There will also be a different section where I'd like to display the tempo & feedback etc of the Delay in the empty rectangles provided above the knobs, displaying the changes being made.
I would also like to Tempo Sync the ADSR of each group of sampled instruments. So for example; Synth 1 could have the attack time of 1/4 & Synth 2 with the attack time of 1/8 etc.
If anyone has any idea of how to achieve the issues I have listed above, I would be very grateful.
Thanks.