Thanks for answer!
Sorry, I forgot to indicate that I talk about sine wave cycle of LFO
Posts made by problema
-
RE: Modula
-
Modula
Hi!
The Modulator.getCurrentLevel() value goes from 0 to 1 and returns back to 0.
Is there a way to get normalized value of Modulator.getCurrentLevel() from 0 at the start of the cycle and 1 at the end?
-
RE: New Plug-In Released - MOD-EQ-1
Congratulation, awesome work!
How did you get such a smooth graphics?
Are you using timer or it is some other method? -
RE: How to change all samplers Preload Size with button?
I find it. Settings.setDiskMode() should work!
-
RE: How to change all samplers Preload Size with button?
Thank you @d-healey , that would help a lot but firstly I want to know how to change the Preload Size of the samplers with scripting.
I can't find "setPreloadSize" or something like this in HISE API
-
How to change all samplers Preload Size with button?
Hello!
I want to make custom button for changing PreloadSize of all samplers, instead of using built in Floating Tile.
Is there API for this in HISE?Something like this:
if (value)
allSamplers.setPreloadSize(8192);
else
allSamplers.setPreloadSize(4096); -
RE: Graphics lag
@Christoph-Hart
Ok, thank you!
What can I do with lags in DAW when the Scale Factor is more than 100%, except not use it)? -
Graphics lag
Hi!
VSTi and DAW graphics starts to lagging when using blur layer or when interface size is more than 100% .Is there way to avoid it?
I'm using 2015 iMac with macOS Monterey.
-
RE: Max RNBO HISE Tutorial Vids available
@Phelan-Kane
Thank you for these tutorials!These RNBO Guitar Pedals patches have a connected MIDI CC.
Is there a way to disconnect them? -
RE: Aliasing?
@ustk the sample on the DAW track have a 48000 Hz sample rate and 24 bit depth, it's the same sample that loaded in HISE and Kontakt
-
RE: Aliasing?
When project sample rate is 48000 and sample isn't pitched down HISE sounds without any distortion:
But when the midi note with the same sample is pitched down to 6 semitones HISE shows this:
Kontakt with same pitched down note:
Reaper:
-
RE: Aliasing?
@ustk yes, it's a dry signal without any FX, filter or envelope.
-
Aliasing?
Hello!
Does HISE distort sound?
Here are the screenshots with the same sample played in DAW independently, through Kontakt and through HISE.
Project sample rate 44100 Hz:
Sample
Kontakt
HISE
Project sample rate 96000 Hz:
Sample
Kontakt
HISE
The sample itself has a sampling rate of 48000 Hz and 24 bit.
When the pitch of the sample is lowered in HISE VSTi, the distortions become more pronounced and are very noticeable to the ear.
Why it happens and how can this be fixed?
-
RE: LFO modules does not work in compiled instrument
Found the solution in one of the forum topics.
I added ENABLE_ALL_PEAK_METERS=1 in Extra Definitions for Windows/OSX of the project settings and now LFO modules work as it should!
` -
LFO modules does not work in compiled instrument
Hello!
I'm trying to export plugin with two LFO modules.
These modules located in separate container in Simple Gain module.All works great in HISE project, but LFO.getCurrentLevel always shows 0 in compiled plugin.
Enable Sound Generators FX is on in Hise project.
Any advice?
-
RE: How to move and change preset browser text field
@d-healey yes, I see both pictures
-
RE: How to move and change preset browser text field
@d-healey hm... weird. Reattaching
-
How to move and change preset browser text field
Hello!
This text input field does not fit in my preset browser panel.
Is there any way to move it to center and change font style? -
RE: Hise project crushes on start after scriptnode compile
@d-healey Thank you as always!
The reason was that I renamed the scriptnode fx module before compiling, but the name didn't change in the xml file.