• Arpeggiator behaviour

    70
    0 Votes
    70 Posts
    4k Views
    DanHD

    @MikeB Ah, doh, thanks!

  • plugin error with last branch

    10
    0 Votes
    10 Posts
    404 Views
    NatanN

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

  • Svarog - cinematic scrap metal vsti

    13
    6 Votes
    13 Posts
    2k 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
    703 Views
    nouslouN

    @d-healey @yall Thank you guys!

  • Delay FX...LoPassFreq

    3
    0 Votes
    3 Posts
    201 Views
    LindonL

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

  • How to compile .vst3?

    26
    0 Votes
    26 Posts
    3k Views
    David HealeyD

    @Felipe-Flores missing VST SDK

  • iOS Compiling Broken...

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

    6
    0 Votes
    6 Posts
    364 Views
    DanHD

    @iamlamprey Ok might have found it 😂 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
    373 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
    277 Views
    No one has replied
  • Trigger LFO Mod in FX section

    14
    0 Votes
    14 Posts
    657 Views
    ustkU

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

  • Exporting VSTi on Windows

    14
    0 Votes
    14 Posts
    1k 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
  • Turnaround Time for HISE Commerical License?

    2
    0 Votes
    2 Posts
    329 Views
    B

    @Christoph-Hart Can you message me sir?

  • Global Modulators - and Envelopes

    10
    0 Votes
    10 Posts
    461 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
    854 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/" }
  • Computer Music tutorial (Hise)

    7
    0 Votes
    7 Posts
    1k Views
    R

    @Richard21 Not only that, radio en ligne is also the best thing about online music for you

  • Change Dialogue Size

    10
    0 Votes
    10 Posts
    954 Views
    callybeatC

    @Lindon said in Change Dialogue Size:

    search here for the document I posted about what you need to do once you have compiled plugins - theres a set of instructions to make your AAX run inside the commercial version of pro-tools, theres a fair few hoops to jump thru AFTER you have a compiled plugin.

    interesting!., of course I'm going to look for it to read to understand thanks friend 😁

  • Macros - Clear All?

    28
    0 Votes
    28 Posts
    3k Views
    David HealeyD

    @DanH :) Yep

  • Base 64 state

    5
    0 Votes
    5 Posts
    464 Views
    UD AUDIOU

    @MikeB I do! But my idea might not fix your problem the best way.
    Play both arps parallel and "mute" one of them.
    Or just switch connection but not the arp itself?!

    Guess with your method it had to store the last played note in the base64state.
    But you would need to save it again before swapping them.
    And I got no clue how to do that.

22

Online

2.2k

Users

13.3k

Topics

115.3k

Posts