HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. dannytaurus
    3. Topics
    • Profile
    • Following 3
    • Followers 0
    • Topics 30
    • Posts 178
    • Groups 0

    Topics

    • dannytaurusD

      How to load a MIDI file into the transport when loading project/preset?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      192 Views
      dannytaurusD

      @Christoph-Hart Excellent!

      Is there any reasonable way I could've discovered that on my own through documentation?

      Or is it a 'click around and see' kind of thing?

    • dannytaurusD

      Compiling HISE with GitHub Actions

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      16
      0 Votes
      16 Posts
      556 Views
      dannytaurusD

      @d-healey said in Compiling HISE with GitHub Actions:

      Try 6 or 4 - this will free up RAM which might help, but using fewer threads might negate the gains.

      Yes, will do. I'm trying compiling with the script first, since you can't set jobs in the Xcode UI anyway.

      First I'll see how the script build compares to the Xcode UI build. Should be the same I'm guessing.

      Then I'll reduce the threads in the script to see what effect that has.

    • dannytaurusD

      Is there a guide to tracking a HISE project with git?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      330 Views
      ustkU

      @d-healey Yeah I agree, but my tests showed that all flags weren't reliable when set within Hise.

      I think FORCE_INPUT_CHANNELS was not working

      JUCE_USE_BETTER_MACHINE_IDS=1 DONT_CREATE_EXPANSIONS_FOLDER=1 USE_SCRIPT_COPY_PROTECTION=1 FORCE_INPUT_CHANNELS=1 HISE_DEACTIVATE_OVERLAY=1 ENABLE_ALL_PEAK_METERS=1 USE_IPP=0 CONFIRM_PRESET_OVERWRITE=0 HISE_USE_OPENGL_FOR_PLUGIN=0

      Also I have some hardened runtimes, microphone flags, microphone access, access text, etc...

      This is something that is still not clear in my mind as where I should set them all. So I kept setting them manually (until I could keep the jucer with Git)

    • dannytaurusD

      Change UI per preset

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      254 Views
      dannytaurusD

      @ustk Perfect, thanks! 🙌

    • dannytaurusD

      [CRASH] Changing Floating Tile ContentType to Filter Display crashes HISE

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      144 Views
      dannytaurusD

      @Christoph-Hart Yes, it would be nice if it was handled a little more gracefully than crash and burn 😀

      Note that it only happens when you switch to Filter Display.

      I can switch to Plotter, Audio Analyser, WavetableWaterfall, etc and it doesn't crash.

      I have submitted a GH issue: https://github.com/christophhart/HISE/issues/587

    • dannytaurusD

      Issue compiling HISE on Mac

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      24
      0 Votes
      24 Posts
      878 Views
      d.healeyD

      @dannytaurus said in Issue compiling HISE on Mac:

      44MB compared to 195MB for Debug - is this normal?

      Yes, the debug build lacks a lot of optimisations, which makes it larger and should make it faster to build - I think the linking stage is almost completely skipped.

    • dannytaurusD

      LAF for Waveform floating tile connected to Sine Wave Generator?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      6
      0 Votes
      6 Posts
      281 Views
      ChazroxC

      Is there a LAF function that works for this yet?

    • dannytaurusD

      Anyone here use Gumroad or Lemon Squeezy?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      292 Views
      GabG

      @dannytaurus As David mentioned, You should check out Payhip if you haven't yet, pretty good website builder and easy to use. The only downgrade I would see for vst is the fact you can't direclty put your Activation keys in it and from the last time I checked it's not supported with platform like Pulse Downloader. the Fee is 5% for Free version but you can pay to get it lowered or removed.

    • dannytaurusD

      LFO Plotter graph not showing in DAW

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      3
      0 Votes
      3 Posts
      162 Views
      dannytaurusD

      @Mighty23 That did the trick - thanks! 🙏

    • dannytaurusD

      How are external script files saved?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      10
      1 Votes
      10 Posts
      346 Views
      Christoph HartC

      @dannytaurus Alright, that's fixed now. I realized that pressing F5 in the code editor will also just save the currently edited file, which also might be confusing, so that's fixed too (I guess in my years of using HISE I never once edited a file without pressing compile afterwards)...

    • dannytaurusD

      Standard way to make icon buttons?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      458 Views
      d.healeyD

      @dannytaurus said in Standard way to make icon buttons?:

      is it common to have several LAF

      Yes. You should make use of local look and feel where you can. The golden rule is to avoid repeating yourself, so if multiple controls can share the same laf there is no reason why they shouldn't.

      For the few components that can only be styled globally you should use a single global laf object.

    • dannytaurusD

      In LAF function, how to know when control is active?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      3
      0 Votes
      3 Posts
      123 Views
      dannytaurusD

      @d-healey Aha! Found it - seconds after posting of course 😂

      I want to change text both when hovering and when updating (being dragged).

      I thought there was only a hover param but there's clicked too which does exactly what I need.

      Thanks!

    • dannytaurusD

      Apply a waveshaper function

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      254 Views
      Christoph HartC

      There's a bit more to it than that but not much. It just takes L and R inputs and a control parameter then performs a function on each input and sends them to the outputs.

      If you're using a stateless function with a single parameter, you are exactly within the bounds of the math.expr node which does exactly this (not more and not less).

      Link Preview Image HISE | Docs

      favicon

      (docs.hise.dev)

    • dannytaurusD

      Snippet Browser crashes HISE

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      5
      0 Votes
      5 Posts
      260 Views
      dannytaurusD

      @Christoph-Hart I'm just launching the HISE Debug app.

      From what I can tell, all snippets cause the crash. I have downloaded the assets.

      When I run in Xcode and try to load a snippet:

      CleanShot 2024-10-01 at 08.43.42.png

      I don't know anything about debugging with Xcode so not sure what is meaningful to you and what isn't.

    • dannytaurusD

      How to set up VS Code on Mac for HISE development?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      167 Views
      dannytaurusD

      @Christoph-Hart I spend all my dev time in VS Code writing Ruby On Rails apps so I know it very well. I don't want to learn a new IDE just for tinkering with the HISE code.

      I used VS Code successfully when adding some features to the Synthstrom Deluge community firmware. So I know it can deal with a complex C++ project quite easily. I'll check to see if there are any config files I can adapt.

    • dannytaurusD

      Any interest in a SemiTones control for Waveform Generator?

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      5
      2 Votes
      5 Posts
      292 Views
      orangeO

      Great add-on!

    • dannytaurusD

      Automation parameter grouping

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      1 Votes
      2 Posts
      117 Views
      dannytaurusD

      Werps! Just found this other post from 2021 requesting the same thing.

      Link Preview Image Automation subfolders in DAW

      Would be really nice to be able to use folders / sub menus in the automation menu for our plugins... as below

      favicon

      Forum (forum.hise.audio)

      Still, it would be really nice to have this feature! 🙏

    • dannytaurusD

      Export Setup Wizard can't find xcpretty

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      12
      0 Votes
      12 Posts
      386 Views
      ustkU

      @dannytaurus Excellent, I was wondering why it wasn't found on my system too

    • dannytaurusD

      Pan issue in Waveform Generator

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      628 Views
      LindonL

      @ally said in Pan issue in Waveform Generator:

      @Lindon It's doable. 6 might be a little much voice count wise with unison voices coming from the synth group melting your cpu...

      oh I didnt mean it wasnt do able - just not int the customised way proposed...