HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. sakorada
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 47
    • Posts 163
    • Groups 0

    Topics

    • S

      How to delete all child components from Panel?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      333 Views
      S

      @d-healey Ahhh , i see
      Thank you

    • S

      Background Video

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      1 Votes
      12 Posts
      844 Views
      oskarshO

      @yall try exporting your plugin and check the load times in the DAW everything will be loaded on init and will be very very slow

    • S

      API Tab No-Longer click to paste !

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      10
      0 Votes
      10 Posts
      550 Views
      ustkU

      @d-healey alt text

    • S

      Feature Request: Add Code Formatting (Indentation)

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      4
      1 Votes
      4 Posts
      310 Views
      SimonS

      @d-healey This is the only mention of "linter" on the forum so far :D

      I know nothing about how much effort implementing a linter would be, but even the low hanging fruit would save me a lot of development time. Yesterday I spent ages debugging a condition where I accidentally went if (var = 2) instead of if (var == 2).

      I assume the ideal solution would be to adapt an existing linter, but maybe there's an easy way to do some basic checks until then?

    • S

      ChordWheel Button Design !

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      212 Views
      d.healeyD

      @sakorada Use a panel and trigonometry.

    • S

      HISE Plugin version no Sound Output

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      11
      0 Votes
      11 Posts
      744 Views
      ustkU

      @ObsydianX Yeah Christoph modified a few things related to buffer processing recently...

    • S

      Export to HLAC monolith (No File Created)

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      312 Views
      S

      @d-healey Oop! same issue,
      Thank you

    • S

      Midi output and Audio input (Maybe)

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      3
      0 Votes
      3 Posts
      346 Views
      S

      @lalalandsynth Midi out and Audio in features could open a new world. (I think.)

    • S

      Mic/Audio Input!

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      212 Views
      No one has replied
    • S

      new-layout plugin build error !!!

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      182 Views
      No one has replied
    • S

      LFO !

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      395 Views
      d.healeyD

      Link Preview Image Global pitch modulator problem

      I have a bit of a brain tickler here. If I use an LFO on the pitch parameter of a sound generator and set it to say 1 semi-tone, when the intensity of the LF...

      favicon

      Forum (forum.hise.audio)

    • S

      HISE Crash on ( Switch Project )

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      235 Views
      LindonL
      yeah we've been living with HISE crashes on project change for years....
    • S

      HISE Crash on ( Find All )

      Watching Ignoring Scheduled Pinned Locked Moved Blog Entries
      13
      0 Votes
      13 Posts
      625 Views
      ?

      @d-healey @sakorada Right! And ctrl+F crashes my HISE as well. Confirmed! Sorry for the confusion! You were right!

    • S

      Can't Compile 32bit VSTI with Latest Develop Branch

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      0 Votes
      2 Posts
      176 Views
      NatanN

      @Christoph-Hart said in Develop branch build status:

      32bit is deprecated. Just don't :)

    • S

      Server API Request METHOD

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      469 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/" }
    • S

      Hise Exporter Download!

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      181 Views
      S

      @d-healey Cool , Thank you :)

    • S

      Sample VU meter / gain Level

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      808 Views
      S

      @d-healey I will think about it ,
      thank you for your help

    • S

      Check if timer is running

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      350 Views
      Christoph HartC

      Yeah, that's trivial to add, there's already a function like this in the JUCE class.

    • S

      Search and Replace Doesn't Work!

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      1 Votes
      1 Posts
      208 Views
      No one has replied