Delay Tempo Sync
-
@Xearox73 Thank you, I'll give it a go
-
@Xearox73 OK so if I understand correctly the LFO is just acting as a dummy display. The KnobDelayL and KnobDelayR are still controlling the Delay Time Left and Right.
What I'm unsure of is the difference between LFOFilterResoMod and KnobLFOFilterResoSync?
Also, which component should be called here?: inline function onLFOFilterResoSyncOnOffControl(component, value)Sorry, I'm very new to HISE scripting!
-
no, these are two different examples:
between // OSC Filter Mod Reso and // OSC Filter Mod Reso End - is the example for a Filter LFO with sync incl. a hidden second dummy, in case you want to display the value somewhere else on the GUI.
The second example between // Delay HZ BPM and // Delay HZ BPM End is for the DelayFX
i saved this for myself, that I can always fall back on it.
if you want to build a synth, you are always faced with this problem,
unless you use the standard presentation without filmstrips and a very very simple design.
Yes, you can also work with hide/show and two buttons, however, i would not recommend this for larger projects.
I'm also relatively new to this (8 weeks or so) and I'm still finding some things really difficult
I think i viewed every video of d.healy and read tons of forum posts, but some things are not clear to me. In addition, simple ideas can only be achieved in complicated ways
The best example is my bullshit solution with the value display that i want to see somewhere on my guiWhy is it not possible to simply display all values in a single display when i move a button?
A solution for one or two buttons, ok, but what if i have 4 or 10 filter 2 delays and tons of lfo`s ???
Most of the explanations work on a small scale, but when i start to get bigger ... hmmmm
So, to program a Serum2 with HISE requires at least 8 developers, 2 graphic designers, 20 testers and at least 2 years I think -
@Xearox73 I understand now!
The second example works perfectly for me. I just tweaked it slightly by changing the mode from Frequency to Time.
Yeah, It's a pretty steep learning curve, but I'm sure it gets easier over time!!
I'm just looking to do fairly simple stuff for now so your solution is just what I need! Thanks again and all the best
... I think Serum 2 (or 3) will have to wait awhile
-
@Xearox73 said in Delay Tempo Sync:
Why is it not possible to simply display all values in a single display when i move a button?
What do you mean?
-
@d-healey
Hi
i would like to create a display at a fixed position in the gui that always shows the value of the knob i move.
I haven't found anything about this yet, or have overlooked or misinterpreted itsimilar to your video with the custom tooltip panel, except that i want to display the values of all needed knobs in the panel
..... as a musician, you just try to do things that you can't find with others or that you miss in plugins and the learning curve is a bit steep if you want too much
-
@Xearox73 Do you want one display for all knobs or one display for each knob?
-
@d-healey
one display for all knobs -
@Xearox73 So if I move a knob the knob's value will be showing in the display, and if I move another knob its value will be shown. What happens if I move both knobs together?
-
hmmm, good argument
then probably better for everyone and then make the ones you don't need invisible ....
or a possibility to enlarge the font of the TextBox
Then my trick with the hidden button works and the value is alwaysvisible.
similar to here, only the font is a bit small