• New Module in existing instrument

    6
    0 Votes
    6 Posts
    269 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
    298 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
    195 Views
    No one has replied
  • Trigger LFO Mod in FX section

    14
    0 Votes
    14 Posts
    522 Views
    ustkU

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

  • Exporting VSTi on Windows

    14
    0 Votes
    14 Posts
    850 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
    322 Views
    d.healeyD

  • Turnaround Time for HISE Commerical License?

    2
    0 Votes
    2 Posts
    293 Views
    B

    @Christoph-Hart Can you message me sir?

  • Global Modulators - and Envelopes

    10
    0 Votes
    10 Posts
    361 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
    521 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
    564 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 :beaming_face_with_smiling_eyes:

  • Macros - Clear All?

    28
    0 Votes
    28 Posts
    2k Views
    d.healeyD

    @DanH :) Yep

  • Base 64 state

    5
    0 Votes
    5 Posts
    290 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.

  • Plugin always resets to initial preset

    10
    0 Votes
    10 Posts
    727 Views
    nouslouN

    @Lindon @UD-AUDIO Thank you all guys for your help! Will try to re-build my interface with your suggestions :)

  • how to build release multichannel version not stereo version on xcode?

    4
    0 Votes
    4 Posts
    392 Views
    ulrikU

    @mwplugs
    Open the "plugin" version with projucer

    Skärmavbild 2021-07-15 kl. 09.38.59.png

    In projucer, chose "Standard 64-bit" for all 4 versions of the plugin, Debug, Release, Debug MultiChannel....etc

    Skärmavbild 2021-07-15 kl. 09.41.45.png

    Save from projucer and open in Xcode, open the "Edit Scheme..."
    Skärmavbild 2021-07-15 kl. 09.47.47.png

    and make sure to change all options on the left side to the "MultiChannel version, so if "Debug" is ticked, change to "Debug MultiChannel", if "Release", change to Release MultiChannel

    Skärmavbild 2021-07-15 kl. 09.47.23.png

    Then you build as usual..

  • Critical Vulnerability Detected in WooCommerce

    1
    4 Votes
    1 Posts
    97 Views
    No one has replied
  • OK so now I'm getting AU compile errors....

    7
    0 Votes
    7 Posts
    324 Views
    LindonL

    @Fortune - just started working I think - its a long time ago - so cant really remember....

  • Questions

    31
    0 Votes
    31 Posts
    2k Views
    UD AUDIOU

    @d-healey Alright! Project paused :D

  • no sound output in my plugin

    16
    0 Votes
    16 Posts
    893 Views
    d.healeyD

    @huen97 Get a screen recording app, I couldn't see what you were doing for half of the video.

  • Custom Draggable Eq

    3
    0 Votes
    3 Posts
    126 Views
    No one has replied

15

Online

1.9k

Users

12.5k

Topics

108.9k

Posts