• JUCE license, which one?

    9
    0 Votes
    9 Posts
    1k Views
    A

    @d-healey Thanks a lot!

  • Strange behaviour

    5
    1 Votes
    5 Posts
    254 Views
    MikeBM

    @Christoph-Hart Jooo - Super - Now the development is fun again - Thank you You are the Greatest :-)

  • Plugins made with Hise and M1 Apple

    16
    0 Votes
    16 Posts
    891 Views
    d.healeyD

    @yall said in Plugins made with Hise and M1 Apple:

    still not possible to display a plugin in the daw.

    Make a new thread about this issue and provide more details

  • SamplerRepeatMode

    8
    0 Votes
    8 Posts
    276 Views
    DanHD

    @d-healey ok rub it in!

  • Arpeggiator behaviour

    70
    0 Votes
    70 Posts
    3k Views
    DanHD

    @MikeB Ah, doh, thanks!

  • plugin error with last branch

    10
    0 Votes
    10 Posts
    351 Views
    NatanN

    @yall Also I Guess SNEX Stuffs Are Not Ready Yet :/

  • Svarog - cinematic scrap metal vsti

    13
    6 Votes
    13 Posts
    1k Views
    LindonL

    @markmrak - yes something like that - you need to disable the guard app, Christoph posted something here a long time back explaining how he recommends people do it - but a Google search will turn up the process I'm pretty sure.

  • Innosetup for vst3 question

    5
    0 Votes
    5 Posts
    417 Views
    nouslouN

    @d-healey @yall Thank you guys!

  • Delay FX...LoPassFreq

    3
    0 Votes
    3 Posts
    154 Views
    LindonL

    @ustk thanks mate - that'll explain it then...

  • How to compile .vst3?

    26
    0 Votes
    26 Posts
    2k Views
    d.healeyD

    @Felipe-Flores missing VST SDK

  • iOS Compiling Broken...

    1
    0 Votes
    1 Posts
    152 Views
    No one has replied
  • New Module in existing instrument

    6
    0 Votes
    6 Posts
    248 Views
    DanHD

    @iamlamprey Ok might have found it :face_with_tears_of_joy: I have a second on/off button which actually contains the function (long story).... Should be sorted now thanks!

  • search in array of objects

    6
    1 Votes
    6 Posts
    282 Views
    ustkU

    @nani

    Just to make things a bit clearer, Here you have an array with objects, but it does not contains array with named objects... It contains "objects" with "properties".
    To get only the object where the property "name" is equal to "string 1":

    var objectToCopy; for (obj in array) { if (obj.name == "string 1") objectToCopy = obj; }
  • Library Not Found?

    1
    0 Votes
    1 Posts
    172 Views
    No one has replied
  • Trigger LFO Mod in FX section

    14
    0 Votes
    14 Posts
    486 Views
    ustkU

    @DanH yeah you get access to all standard controllers and notes

  • Exporting VSTi on Windows

    14
    0 Votes
    14 Posts
    769 Views
    nouslouN

    @Lindon @d-healey Soooo! After all of yours suggestions - everything work like a charm :) Thank you guys as always!!! You are amazing!

  • Kill the above note

    4
    0 Votes
    4 Posts
    313 Views
    d.healeyD

  • Turnaround Time for HISE Commerical License?

    2
    0 Votes
    2 Posts
    284 Views
    B

    @Christoph-Hart Can you message me sir?

  • Global Modulators - and Envelopes

    10
    0 Votes
    10 Posts
    356 Views
    LindonL

    @d-healey - yep works fine - Im basically looking of a way to do one shot LFO modulation - on a Global LFO modulator - and it was sitting there where (Im sure) everyone else has been using it all along... just I never tried fiddling with it...

  • Server API Request METHOD

    7
    0 Votes
    7 Posts
    502 Views
    S

    One more thing I noticed: Server API request data is not JSON format.
    I tried to do

    Server.setHttpHeader("content-type: application/json");

    and still doesn't work.

    var data = { "name": "Iron Man", "status": "Gone gone" }; Server.setBaseURL("https://postman-echo.com/post"); Server.callWithPOST("/", data, function(status, response) { Console.print(status); if (status == Server.StatusOK) { payload = response; Console.print(JSON.stringify(response)); } }); //echo back from server------------------------------------------------------------------------ { "args": { }, "data": "name=Iron%20Man&status=Gone%20gone", "files": { }, "form": { }, "headers": { "x-forwarded-proto": "https", "x-forwarded-port": "443", "host": "postman-echo.com", "x-amzn-trace-id": "Root=1-60f17642-6b42c7eb593222a77e103b8c", "content-length": "34", "accept": "*/*", "content-type": "application/json", "user-agent": "juce", "cache-control": "no-cache" }, "json": null, "url": "https://postman-echo.com/post/" } var data = { "name": "Iron Man", "status": "Gone gone" }; Server.setBaseURL("https://postman-echo.com/post"); //Try to Set content-type to application/json Server.setHttpHeader("content-type: application/json"); Server.callWithPOST("/", data, function(status, response) { Console.print(status); if (status == Server.StatusOK) { payload = response; Console.print(JSON.stringify(response)); } }); //echo back from server------------------------------------------------------------------------ { "args": { }, "data": "name=Iron%20Man&status=Gone%20gone", "files": { }, "form": { }, "headers": { "x-forwarded-proto": "https", "x-forwarded-port": "443", "host": "postman-echo.com", "x-amzn-trace-id": "Root=1-60f176e9-3369eaac39072e93338cd563", "content-length": "34", "accept": "*/*", "content-type": "application/json", "user-agent": "juce", "cache-control": "no-cache" }, "json": null, "url": "https://postman-echo.com/post/" }

17

Online

1.8k

Users

12.1k

Topics

105.6k

Posts