• 6 State Paint Routine Button

    14
    0 Votes
    14 Posts
    575 Views
    ?

    @d-healey Thank you I will look at it

  • Sequential Server.callWithGET uses?

    7
    0 Votes
    7 Posts
    313 Views
    orangeO

    @d-healey Ok you are right, it doesn't have directly an id field. Woocommerce user retrieve response is in an array format. So:

    var usid = response[0].id; works.

    [ { "id": 12345, "date_created": "", "date_created_gmt": "", "date_modified": "", "date_modified_gmt": "", "email": "USER_EMAIL", "first_name": "", "last_name": "", "role": "customer", "username": "", "billing": { "first_name": "", "last_name": "", "company": "", "address_1": "", "address_2": "", "city": "", "postcode": "", "country": "", "state": "", "email": "", "phone": "" }, "shipping": { "first_name": "", "last_name": "", "company": "", "address_1": "", "address_2": "", "city": "", "postcode": "", "country": "", "state": "" }, "is_paying_customer": true, "avatar_url": "", "meta_data": [ { "id": , "key": "", "value": "" }, { "id": , "key": "", "value": "" } ], "_links": { "self": [ { "href": "" } ], "collection": [ { "href": "" } ] } } ]
  • Experimental stuff...

    5
    0 Votes
    5 Posts
    612 Views
    ?

    @Lindon Hey Lindon! Did you successfully advance this idea any further?

  • 1990's Srciptnode :)

    1
    2 Votes
    1 Posts
    103 Views
    No one has replied
  • can't download HISE

    14
    0 Votes
    14 Posts
    465 Views
    JayJ

    @d-healey yeah that work out, Thank you @Christoph-Hart and @d-healey

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Multiplying Panel & child components

    11
    0 Votes
    11 Posts
    480 Views
    ustkU

    And I'm using crazy mouse CB to simulate buttons and complex behaviours per line... 🤪

  • Knob 2 value

    16
    0 Votes
    16 Posts
    589 Views
    Y

    @d-healey said in Knob 2 value:

    Knob1.setValue(Knob1.get("max") * value);

    this is exactly the formula I was looking for !! thank you ^
    I even think I can simplify ultimately, 1 single button that will control my modules rather than making 3 buttons

  • How to customize Popupdata PresetBrowser

    5
    0 Votes
    5 Posts
    275 Views
    Tania GhoshT

    @d-healey Great... cheers !!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Xcode 12.2 ?

    15
    0 Votes
    15 Posts
    594 Views
    Y

    @andioak for the moment there is nothing. I still haven't managed to compile hise ^^

  • How can I submit auth token in header?

    6
    0 Votes
    6 Posts
    301 Views
    ?

    @Christoph-Hart

    I see. In my system, I use a JWT wordpress plugin that excepts

    Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodH

    format. Because of that I guess I use this (decryptedData contains token value):

    Server.setHttpHeader("Authorization: Bearer " + decryptedData.token);
  • Preset Favourites / Star

    2
    0 Votes
    2 Posts
    209 Views
    DanHD

    @DanH Ok it seems to be an issue with having brackets ( ) in your preset names.... No brackets and you can save into the favourites list 👍

  • Scriptnode and DSP

    3
    0 Votes
    3 Posts
    203 Views
    ospfeigrpO

    @ustk It's well beyond me was just messing with the dsp stuff on scriptnode it's an interesting idea all the same. i guess it would require c++ and that rules me out :-)

  • Virtual Machine solutions for cross-platform development

    26
    0 Votes
    26 Posts
    2k Views
    A

    @yall hello there. While the problems can be many running on virtual machines as a concept, macOS is at least with the proper drivers on VMware pretty decent.

    You probably have either an error or incompatibility between HISE and JUCE, or a HISE setting not correctly entered. Is the hise path correctly entered when you built HISE?

    JUCE issues may be the thing here, where JUCE 5 does not support XCode 12. I have not tried Xcode past version 8.3.3.

    Did the Apple engineer specify that you needed to use Big Sur at all? Or could you install the XCode Silicone additions or libraries on earlier versions? If so, the issues may only be the actual clang or c++ compiler flags and the necessary libs, not the actual OS, or even XCode. Ask him about that, and please get back to me, I want to support the Silicone M1 chips too.

  • Arp sequence as own preset?!

    2
    0 Votes
    2 Posts
    341 Views
    David HealeyD

    @UD-AUDIO You can already implement that through scripting, except use JSON instead of .seq

  • HISE on external SSD?!

    1
    0 Votes
    1 Posts
    216 Views
    No one has replied
  • FileSystem - wheres "CreateFile"?

    16
    0 Votes
    16 Posts
    1k Views
    Casey KolbC

    @Lindon I haven't had any issues using the AppData folder both for development in HISE and in the compiled plugin. It's actually nice because you don't have two sets of the same files. For example, in my code I create and store a custom settings file in the AppData folder, so when I'm developing in HISE it just writes to the same file as the compiled plugin, which is totally fine.

    Is there a specific use-case you want for saving things to the Project Folder instead of the AppData folder?

  • Video as background??

    4
    1 Votes
    4 Posts
    272 Views
    hisefiloH

    @dustbro will try!! Does it plays smoothly?

26

Online

2.1k

Users

13.0k

Topics

112.5k

Posts