HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. standalone
    Log in to post
    • All categories
    • M

      Export static library

      Watching Ignoring Scheduled Pinned Locked Moved General Questions export standalone c++
      5
      0 Votes
      5 Posts
      290 Views
      M

      @Christoph-Hart Yes, GDExtension is the framework for creating the dynamic libs, but I have no formal training in C++, so I have no idea how involved it is to write an API.

    • d.healeyD

      Minimize to system tray, possible?

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests minimize system tray standalone
      3
      0 Votes
      3 Posts
      263 Views
      d.healeyD

      @ustk Ah that's good, now I need ChristophGPT to implement it :)

    • gorangroovesG

      Feature request- multi out in standalone app

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests multiple output standalone
      1
      2 Votes
      1 Posts
      195 Views
      No one has replied
    • A

      Making standalone app with offline/batch features?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions batch standalone processing batch-process offline-process
      10
      0 Votes
      10 Posts
      610 Views
      D

      @andioak Did you figure this out?

    • A

      Linux Ubuntu 16.04 - exported standalone / plugins not starting

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports standalone ubuntu linux-debian linux vst errors
      28
      0 Votes
      28 Posts
      2k Views
      A

      @d-healey Well the sets are not correct, SSE 4.2 is NOT the highest or newest that HISE uses. Most likely AVX and AVX2 aswell. Or indeed I would have to dig out that old spiked-on AMD cpu in my intel machine.

      Architecture = "native" is the issue. It over-rides any setting you make in hise. It uses your build-cpu´s sets available to do the best enhancements available. And whoever said IPP is the only thing in need of higher sets hasnt read the amount of issues on this topic over at the juce forums.

      Setting Architecture to x64 in the .jucer project is the ONLY thing I was able to start my instrument build with. That flattens it to x86_64, which is basic original specs of the first 64-bit cpus, so no SSE3 or above, most likely.

    • A

      Linux standalone instrument application and settings folder locations

      Watching Ignoring Scheduled Pinned Locked Moved General Questions linux linux-debian standalone linux-mint preset
      8
      0 Votes
      8 Posts
      726 Views
      A

      @d-healey said in Linux standalone instrument application and settings folder locations:

      /home/.config is a folder. . on GNU/Linux means the folder is a hidden folder. The default vst folder is /home/.vst or /home/.vst3/ and LV2 plugins go in /home/.lv2`. I'm pretty sure most users are familiar with this.

      Windows and (especially) MacOS like to tell users what to do, GNU/Linux is a little more flexible generally, depending on the distro and desktop environment.

      Okay, that´s a big part of why a lot of people choose Linux instead of the others. That´s a part of the platform and most experienced users or intermediate will handle that fine. The obviousness/strictness of a mac is a big part of why an answer can be found almost anywhere. And having rules for it is a big part of a platform. Nevertheless, freedom is in the whole Linux air. To be respected.

      You can download an installer I created here to try it out.

      Will do! Thanks a lot for the info.

      This info should really go in the docs. The paths on Linux is an essential part of docs. One fine day. Perhaps I´ll get there first, you never know.