HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Gabor.K
    3. Topics
    • Profile
    • Following 2
    • Followers 0
    • Topics 17
    • Posts 51
    • Groups 0

    Topics

    • Gabor.KG

      HISE/Xcode is building only the native arm64 plugin, Intel does not work

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      206 Views
      SawatakashiS

      @Gabor-K thanks, i dont have an intel Mac. Have no chance to test my plugin on the intel Mac. But i wonder if i recompile the HISE on the right setting to support "Standard Architectures (Apple Silicon, Intel)"...

    • Gabor.KG

      Change text input position in drawPresetBrowserDialog

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      257 Views
      Gabor.KG

      @d-healey I will have a look, but I guess this option will not work at this time due to time pressure. Thanks anyway, at least I know the limitations.

    • Gabor.KG

      Hardcoded Neural Network does not work as expected

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      24
      0 Votes
      24 Posts
      3k Views
      T

      @Dan-Korneff the solution is to install CUDA Toolkit 11.8 and install pytorch 2.3.0 instead of the current version. Here's the install prompt:

      conda install pytorch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 pytorch-cuda=11.8 -c pytorch -c nvidia
    • Gabor.KG

      OpenGL shader is not working in 4.0.0

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      18
      0 Votes
      18 Posts
      2k Views
      CyberGenC

      @CyberGen update. So, it turns out the expansions weren't coping to the app support folder correctly and that was causing the shaders not to show up. Once I fixed the expansions folder, the shaders started working again. So it seems it had nothing to do with openGL and everything to do me effing up the export. Cheers!

    • Gabor.KG

      Accessing SliderPack in ScriptNode through an EffectSlot

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      101 Views
      No one has replied
    • Gabor.KG

      Proper referencing of my effects in the Effect Slots

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      326 Views
      Gabor.KG

      @HISEnberg
      Oh, I thought there is an easy way, and I'm just overlooking something. 😅
      Nevertheless, thank you very much for your tips! I will do some experimentation to see what can I achieve.

    • Gabor.KG

      Enable OpenGL

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      549 Views
      Gabor.KG

      @CyberGen Oh, I never thought there is a third place where I have to turn it on. :grinning_face_with_sweat:

      Nevertheless, everything works fine finally! Thanks a lot!

    • Gabor.KG

      Continuously playing looped sample in an FX plugin

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      243 Views
      Gabor.KG

      @Matt_SF
      Awesome! It works like a charm! Thanks a lot!

    • Gabor.KG

      Calculating "days left" between two dates

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      509 Views
      clevername27C

      I have a video on Patreon that shows this exact thing

      @d-healey LOL of course you do.

    • Gabor.KG

      AAX 2.4.X SDK Request

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      399 Views
      O

      @Gabor-K Were you ever able to find this version of the SDK? I've been searching all over for it.

    • Gabor.KG

      Pluginboutique rent-to-own implementation

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      346 Views
      LindonL

      @Gabor-K well as long as you understand the API and its using some sort of post system then you should be fine...

    • Gabor.KG

      Preset Browser / List Area object is masking the buttons

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      450 Views
      Gabor.KG

      @ustk Oh man, you saved my day. How could I have overlooked this? :beaming_face_with_smiling_eyes: Thanks a lot!

    • Gabor.KG

      HISE Copy Protection / pay-to-own

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      517 Views
      Gabor.KG

      Thanks @d-healey ! I will have a deep dive into the server and file APIs then.

    • Gabor.KG

      HISE with Faust crashes on Mac during startup

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      5
      0 Votes
      5 Posts
      725 Views
      Gabor.KG

      Update:
      After testing Faust 2.54.9 with Hise 3.0.3, I tested Faust 2.54.9 with Hise 3.0.1, I got the same crashing problem.
      Then I tested Faust 2.50.6 (using the HI_FAUST_NO_WARNING_MESSAGES flag) with Hise 3.0.3 on Mac, and it works fine!

    • Gabor.KG

      Wavetable Synth - No Sound After VST Export

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      541 Views
      Gabor.KG

      Excellent, it works perfectly!
      Thanks @Lindon and @DabDab!