HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. breezykermo
    3. Posts
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Manage user files

      @Christoph-Hart Ah right, sorry- should have been able to find that. Thanks!

      posted in Scripting
      B
      breezykermo
    • RE: Manage user files

      A couple of thoughts/questions on this:

      • @Christoph-Hart how did you manage user login within HISE for Auddict's PercX - https://www.auddict.com/percx? Is it relatively easy to add a component in JUCE C++, and manage networking from there?
      • Would it make sense to try to add networking as a more general capability in HISE's Javascript engine? I'm imagining some simple additional functions such as a new Networking module, with standard HTTP functionality e.g. Networking.get, Networking.post... would this work, or is there something about HISE's architecture/design that advises against?
      posted in Scripting
      B
      breezykermo
    • RE: Manage user files

      @d-healey I feared as much, thanks for confirming.

      If anyone can advise on how I'd go about adding C++ modules for:

      1. a user file browser
      2. basic HTTP networking to send and retrieve JSON presets.

      I'd be very much appreciative!

      posted in Scripting
      B
      breezykermo
    • Manage user files

      Hi there- I'm trying to create a file browser in a HISE app, where the user can upload a file that exists on their own file system, and whereby I can then parse the file contents, and (more specifically) use Engine.dumpAsJSON to store it in the Presets folder.

      Furthermore, I would also like to send this JSON to a remote server. Does HISEScript have any async library functionality for HTTP requests? If not, would someone be able to advise regarding how I would implement this custom file browser/uploader?

      I'm comfortable with C++, but I've only just started using HISE, so am unsure where to start with writing this as a custom module. (And I also want to confirm that this is not possible in pure HISEScript.)

      Thanks!

      posted in Scripting
      B
      breezykermo
    • RE: Projucer And macOS Catalina

      @dustbro also fantastic! thanks so much.

      posted in General Questions
      B
      breezykermo
    • RE: Projucer And macOS Catalina

      @d-healey fantastic, thank you.

      posted in General Questions
      B
      breezykermo
    • RE: Projucer And macOS Catalina

      @ustk I've just tried to build HISE on Catalina, using:

      • Xcode 11.4
      • Projucer 5.4.7

      As the rest of this thread suggests, the modified Projucer included in the HISE repository doesn't open on Catalina, so I tried to build using Projucer 5.4.7 downloaded directly.

      I'm running into a bunch of build errors, however. I was able to fix preliminary ones about IPP (by building without IPP as the HISE wiki suggests), but now I'm getting these:

      Screen Shot 2020-04-12 at 7.16.46 PM.png

      Any advice would be much appreciated!

      posted in General Questions
      B
      breezykermo