HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Myroslav Artiukh
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 21
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey Quick update: I got that one really annoying dependency installed using the method described here: https://github.com/tauri-apps/tauri/issues/9662 and I will try building HISE again.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey Oh, if you can't export plugins with pre-compiled binaries that's very reasonable. But why are there still binaries for MacOS and Windows if there is such a big issue with them?

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @Myroslav-Artiukh Maybe it would be helpful for other people if that binary was on the HISE github, because the whole point of HISE is to make audio plugin development easy and the fact that you need to build it yourself doesn't work that well with that concept.

      I undestand why the developers don't care that much about compiling binaries for Linux, but there are a lot of people who would give up really quickly with issues like this one and wouldn't even try creating audio plugins because of the bad experience.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey Thank you a lot! That works.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey https://launchpad.net/~webkit-team/+archive/ubuntu/ppa found this website from your video, will try to download the library from there and check if it works. If it doesn't you can try sending me a binary compiled for a different Debian-based Linux distribution, like Linux Mint for example.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey https://fex.net/s/xy2vcdp

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey If it is required for HISE I can send the files over or find the website.

      Here is the download link and all of the dependencies are listed below: https://archlinux.org/packages/extra/x86_64/webkit2gtk/

      Turning off the setting would be much quicker so try that first.

      If you need gtk, download gtk3 from apt.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey You can get webkit2gtk-4.0 installed by copying files from some websites, but go into the Projucer and uncheck the "Use Web Browser" box in the juce_ui_extra module (not sure if the names are 100% right, but it should be something similar).

      webkit2gtk-4.0 is only needed for web applications.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey I don't think so. What exactly is missing?

      Some dependencies are hard to find and I had a few other issues, which were not hard to solve, but I don't remember any headers missing.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey Thank you so much

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey Could you maybe send me your build of HISE for Ubuntu (if you are allowed to do that). Maybe I have done something wrong during the build and that's why it doesn't work.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey I am using the newest version of Ubuntu (24.04 I think), Ubuntu Studio to be exact.

      I can't change the default value to anything other than 0, which is why I thought that it might be the reason this is happening.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey The build just finished and the problem is still there. I got a lot of warnings when building, for example this:

      ../../../../JUCE/modules/juce_core/text/juce_String.cpp:164:52: warning: ‘operator delete []’ called on unallocated object ‘emptyString’ [-Wfree-nonheap-object]
        164 |                 delete[] reinterpret_cast<char*> (b);
            |                                                    ^
      ../../../../JUCE/modules/juce_core/text/juce_String.cpp: In function ‘getWithParameters.isra’:
      ../../../../JUCE/modules/juce_core/text/juce_String.cpp:56: note: declared here
         56 | static const EmptyString emptyString { 0x3fffffff, sizeof (String::CharPointerType::CharType), 0 };
            | 
      
      

      Maybe I need to update the JUCE version as a lot of these warnings have to do with JUCE?

      I also don't use the Intel IPP, maybe I need to turn it off somewhere in the settings?

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey It worked. Should I build HISE again?

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey I got this error:
      error: Your local changes to the following files would be overwritten by checkout:
      projects/standalone/JuceLibraryCode/JuceHeader.h
      Please commit your changes or stash them before you switch branches.
      Aborting

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey I just cloned this repository: https://github.com/christophhart/HISE

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey I just built HISE yesterday by following one of your tutorials and the manual, so it's definitely the newest version from github, I'm not sure if it's the develop branch or not.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey Oh, that's what you meant by a snippet.

      HiseSnippet 982.3oc2W8ziaSDEe7lLPyVXUKBg3nOvgsRUnXnzVINTua1jkn1raz5zBbpLq8KICq8Llwi21.p25AtwWI9HfDeQ52.3M1NwSntaWhnHJ9Pjd+ad+du48mIiUxPHKSpHNclrHEHNuGMXgPOu2bFWPFd.w4cnSfLMY+EorrLHh33z5PiLmNsIEeu3d6yhYhPnlEg7HIODd.Ogqq4N1+9733ArHXBOwR6a4OLTJ5Iik4HNZQ6RRYgmwlAGwLpsEEAQ+HtVpBzLMjQbZuuLZQvb4SDk5+HdF+zXvP3QBvCpj8.YbjAwFtjdy4wQiWFuYDhCcbcz2pL5+P5HdDeE+5rv0JD3Vagc9vYq0gWq0fmmM75ZAuFfjiEjZWBoqSCBU7TcsDCdtJcnPCpoLLsaCkRcIN+JsmDUPn+zD1Yv.ERrxfcuc2t2zE+4Fe4zbQnlKEtRwQRMbrX2ar8Oscmse11t+UQSm1nLiaTx3XP0nXyMs5hLbWQdxof5ltmyhygUJhg+54T5qNmZekGVF0VJJECEb8wof3UUHPpRUl7eEpPU0EY+cpx9Aw7HPQ3XR9co2WHO0iT.X6ZdxCGd.SyVdL3IhdIETZtI.bN.NG6IJuT6PO.xNSKSKzMIUJL92YmWqSeZsC+V+E1DI7nnXXrLiaRvqj3+K9YZHMf+ifcKaBq9j94e2OKe5TNxgRcSxHZ3oHXtBcOsFaDIIxHnXNfoqMcYhaHhpO.Cior7Xcew4PLFqdXqqB6ZwJMi7UGwS3Q5409+67mC7YyslM7U9jWtzGa5jQ4wL85chlwOUBLQpc4uoFWfYfE1w5+XsmWVHdc5XtNbdyXbqFvHVx7l.iUC0deZ+oSgPcM.aSG7MuYlfY69cJc+UoAbATrUov4eTAs6WyNGbODDfxj77tfEL+1kcAS5kdAywgZz8STLQVpLasCN.R3Sv9wLalOLCmgB+vIlaSa98jLUihdw8FfAYi1Dvz4phxh8Rj4B8ZkAstnEcda3ht1+maQ2aAM6qsKtyRLFvSRigki6JvXCCAsQ4HoPlNWJ3g1Wzm.ZEe1LPYi8FCnpInUbd92e3cOAhAlcQ6m3+.rXioFULndixEd+seWRi2Web0.eWSCn6auCoa8+6gzmHy0bwrQLrHzr0+n7j.b1XHfdWHfXy6sb1xLeqjtqgtb3nHpf3OvuJgdFZmJgdKE9uhORXgJ4iCKeyloN8JEbv3VT7WG5PGYnca3wZ3yk3ONLb8i5kL7y1TC+7M0vasoF9Eapg2dSM7Napg280anYIzd4ZYRYqIgLZb+hGW63zWvvp7hNBxeBks166C
      
      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey Here is a short clip of me moving the slider and the actual parameter just jumping to 0 all the time.
      2024-06-30 11-03-50.zip

      I needed to upload it as a zip, because video formats are not supported.

      posted in General Questions
      M
      Myroslav Artiukh
    • RE: Default Value of a Slider doesn't change and the Slider Value always jumps to zero

      @d-healey I did. I tried setting those manually and tried using the "Time" preset for an Attack slider. I think that the problem has to do with the default value of the slider which always resets the actual value to 0.

      posted in General Questions
      M
      Myroslav Artiukh