HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. andrei s
    3. Posts
    • Profile
    • Following 3
    • Followers 0
    • Topics 18
    • Posts 55
    • Groups 0

    Posts

    Recent Best Controversial
    • Logic Pro 11: MPE & Preset Buttons Reset After Duplication

      Hello!
      I'm testing an new instrument in different DAWs.
      An issue has been noticed in Logic Pro 11 when duplicating an instrument or reopening a project with MPE mode enabled. The MPE modules get disabled, even though the MPE button remains active. This does not happen in Logic 10.7.6.
      Logic 11 seems to have trouble recalling the MPE state after duplication or project reload. Tests in Ableton and Reaper show that the problem does not occur there.
      Another issue affects the preset selection buttons, which indicate the currently active preset. While the preset itself remains correct after duplication, the button resets to the default one.
      Both the preset selection buttons and the MPE state are checked using a timer that starts during initialization.

      My older instruments using the same MPE and preset button code, compiled with a HISE version from early 2023, work fine in Logic 11 without these issues.
      I’ve tried exporting with different HISE versions—2025 (one of the latest), Sep 2024, May 2024 and Jan 2023.

      Any idea what might be causing this?

      posted in General Questions
      andrei sA
      andrei s
    • RE: AHDSR Envelope Release Fades Too Fast

      @d-healey said in AHDSR Envelope Release Fades Too Fast:

      Link Preview Image
      Custom Envelope?

      Ahoi, has anyone yet worked on a custom envelope? Then ahdsr provided is somewhat subpar, and doesn't display the correct curves etc, it's scriptnode equival...

      favicon

      Forum (forum.hise.audio)

      Thank you! I'll take a look.

      posted in General Questions
      andrei sA
      andrei s
    • AHDSR Envelope Release Fades Too Fast

      Hello!
      Is there a way to adjust the release curve in the AHDSR module?
      Even with the release set to 20,000 ms, the fade-out is much faster than expected.
      I’ve attached a gif comparing it with the Simple Envelope module to show the difference.

      AHDSR.gif

      posted in General Questions
      andrei sA
      andrei s
    • RE: Modula

      Thanks for answer!
      Sorry, I forgot to indicate that I talk about sine wave cycle of LFO

      posted in Scripting
      andrei sA
      andrei s
    • 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?

      posted in Scripting
      andrei sA
      andrei s
    • 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?

      posted in Blog Entries
      andrei sA
      andrei s
    • RE: How to change all samplers Preload Size with button?

      I find it. Settings.setDiskMode() should work!

      posted in Scripting
      andrei sA
      andrei s
    • 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

      posted in Scripting
      andrei sA
      andrei s
    • 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);

      posted in Scripting
      andrei sA
      andrei s
    • 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)?

      posted in General Questions
      andrei sA
      andrei s
    • 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.

      posted in General Questions
      andrei sA
      andrei s
    • 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?

      posted in General Questions
      andrei sA
      andrei s
    • 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

      posted in General Questions
      andrei sA
      andrei s
    • RE: Aliasing?

      @d-healey élastique 3.3.3 Efficient

      posted in General Questions
      andrei sA
      andrei s
    • RE: Aliasing?

      @Lindon

      When project sample rate is 48000 and sample isn't pitched down HISE sounds without any distortion:
      aliasing Hise 48000.png

      But when the midi note with the same sample is pitched down to 6 semitones HISE shows this:

      aliasing -6 48000 Hise.png

      Kontakt with same pitched down note:
      aliasing-6 48000 Kontakt.png

      Reaper:
      aliasing-6 48000 reaper.png

      posted in General Questions
      andrei sA
      andrei s
    • RE: Aliasing?

      @ustk yes, it's a dry signal without any FX, filter or envelope.

      posted in General Questions
      andrei sA
      andrei s
    • 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
      aliasing 44100 reaper.png

      Kontakt
      aliasing 44100 Kontakt.png

      HISE
      aliasing 44100 HISE.png

      Project sample rate 96000 Hz:

      Sample
      aliasing 96000 reaper.png

      Kontakt
      aliasing 96000 kontakt.png

      HISE
      aliasing 96000 HISE .png

      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?

      posted in General Questions
      andrei sA
      andrei s
    • 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!
      `

      posted in General Questions
      andrei sA
      andrei s
    • 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.

      lfoHise.png

      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?

      posted in General Questions
      andrei sA
      andrei s
    • RE: How to move and change preset browser text field

      @d-healey yes, I see both pictures

      posted in General Questions
      andrei sA
      andrei s