• Plugins made with Hise and M1 Apple

    16
    0 Votes
    16 Posts
    2k Views
    David 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
    362 Views
    DanHD

    @d-healey ok rub it in!

  • Arpeggiator behaviour

    70
    0 Votes
    70 Posts
    4k Views
    DanHD

    @MikeB Ah, doh, thanks!

  • plugin error with last branch

    10
    0 Votes
    10 Posts
    403 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
    698 Views
    nouslouN

    @d-healey @yall Thank you guys!

  • Delay FX...LoPassFreq

    3
    0 Votes
    3 Posts
    200 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
    201 Views
    No one has replied
  • New Module in existing instrument

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

    14
    0 Votes
    14 Posts
    652 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
    328 Views
    B

    @Christoph-Hart Can you message me sir?

  • Global Modulators - and Envelopes

    10
    0 Votes
    10 Posts
    452 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
    842 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
    940 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 😁

25

Online

2.1k

Users

13.2k

Topics

115.0k

Posts