HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. tomekslesicki
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 3
    • Topics 99
    • Posts 543
    • Groups 1

    Topics

    • T

      Debug build - how to test with somebody else?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      90 Views
      Matt_SFM

      @tomekslesicki what you could do in that case is to create a file that contains the server call response, and have the user to check/send you that file

    • T

      HEADS UP: Server.downloadFile() issue on macOS Sequoia - and a solution

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      30
      0 Votes
      30 Posts
      388 Views
      d.healeyD

      @tomekslesicki said in HEADS UP: Server.downloadFile() issue on macOS Sequoia - and a solution:

      maybe it works on some systems but not others, for whatever reason?

      That's why we need to find the common factor. Then you can recreate the system in a VM and debug it.

      What OS are they using?
      What DAW are they using?
      Are you able to make a standalone app that just does the download call so that it can be tested in isolation?
      Do they have a firewall?
      Do they use a VPN?
      Who is their internet provider?
      What country are they in?
      etc.

      Find out everything that they have in common and build a VM to match.

      @tomekslesicki said in HEADS UP: Server.downloadFile() issue on macOS Sequoia - and a solution:

      Is there a way to get the final url of the call affected by the parameter property?

      Only on your server I think.

    • T

      How to handle failed downloads?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      45 Views
      d.healeyD

      @tomekslesicki Yeah - try it and report back, and don't get stuck in an endless loop of failed downloads, give up after a few attempts.

      In my downloader I give up after 1 attempt so I don't have to deal with it ;)

    • T

      How to access the default music folder with filesystem?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      9
      0 Votes
      9 Posts
      156 Views
      Christoph HartC

      @dannytaurus yes.

    • T

      File.move to user library on a Mac - help!

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      20
      0 Votes
      20 Posts
      797 Views
      T

      @d-healey thank you!

    • T

      Route a sound generator to multiple outputs

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      52 Views
      Christoph HartC

      @d-healey that's right, envelopes and other modulators are not processed on the channel level so you get a single modulation signal for every voice so even with polyphonic channel routing you would still be limited by this design.

      You'll probably need to look for another way to achieve this, but usually once you apply different modulation sources to voices it's time to duplicate the samplers.

    • T

      Close standalone app

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      47 Views
      d.healeyD

      @tomekslesicki Engine.quit()

    • T

      Check if file exists on server

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      108 Views
      T

      Thanks so much, that's very helpful, I appreciate it!

    • T

      fadeComponent - values other than 0 1

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      7
      0 Votes
      7 Posts
      116 Views
      T

      Hence the feature request :-) fadeComponent has been working very well for me so far, it would just be great to have a quick and easy way to achieve fades to semi-transparent states like this.

    • T

      global.mod node not working in a Global Modulator on Global Modulators after 35

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      0 Votes
      4 Posts
      77 Views
      T

      @Christoph-Hart Epic, thank you!

    • T

      Voice amount and soft limit don't work when group XFades are enabled

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      12
      1 Votes
      12 Posts
      194 Views
      T

      @Christoph-Hart I think the thing is, the mulitmics actually break it. It works fine without multimics.

    • T

      Multichannel hardcoded Poly FX build can't be opened in a DAW

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      5
      0 Votes
      5 Posts
      120 Views
      T

      I found out that if I put NUM_MAX_CHANNELS also in the project settings, everything works just fine... :-)

    • T

      Plugin build funkyness

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      18
      0 Votes
      18 Posts
      320 Views
      T

      Thank you for the clues!

    • T

      Choose a Global Modulator with scripting

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      63 Views
      T

      @d-healey I knew I was missing something! Thanks again!

    • T

      Envelope exclamation mark?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      155 Views
      ustkU

      Was wondering the same these days!

    • T

      Trigger a chord on a single key press

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      96 Views
      T

      @Oli-Ullmann great, thank you!

    • T

      MIDI transpose on a Scriptnode Synthesizer

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      114 Views
      Christoph HartC

      yup, bug, should be fixed now.

    • T

      Record audio of unknown length

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      14
      0 Votes
      14 Posts
      396 Views
      T

      @ustk genious, thank you!

    • T

      setMouseCursor consistency

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      17
      0 Votes
      17 Posts
      691 Views
      T

      @Christoph-Hart ? :-)

    • T

      drawTablePoint - point size

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      5
      0 Votes
      5 Posts
      262 Views
      T

      @d-healey ok, thank you!