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

    Topics

    • dannytaurusD

      Anyone successfully building plugins in GitHub actions?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      1 Votes
      7 Posts
      129 Views
      d.healeyD

      @ustk said in Anyone successfully building plugins in GitHub actions?:

      Useful for custom Hise versions as well

      There is only one version of HISE and he has many commit hashes. 🙏

    • dannytaurusD

      Quick F5 tip for Mac users

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      2 Votes
      11 Posts
      224 Views
      dannytaurusD

      @aaronventure said in Quick F5 tip for Mac users:

      @d-healey Hold Shift while typing to amplify my anger.

      Exactly this! Left pinky on the SHIFT and hammer those keys! 😂

      Same on iOS. Instead of double-tapping the shift key to lock it, I shift uppercase every character, just so it makes me more angry! 😜

    • dannytaurusD

      [PR] Use MatrixPeakMeter itemColour3 to colour the overs in the max peak display

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      2 Votes
      1 Posts
      33 Views
      No one has replied
    • dannytaurusD

      Control Sine Wave Generator Saturation with envelope?

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

      @d-healey In this post you were asking about time-based modulation of the Saturation effect. I know (I think) that this is different to the Saturation parameter in the Sine Wave Generator, but you proposed a solution of a triggered timer controlling the param.

      Link Preview Image Saturation modulation

      Is there a reason we can't have a monophonic envelope? Essentially a timer that controls a parameter, I mean I can script it... Or is a poly saturator possib...

      favicon

      Forum (forum.hise.audio)

      If we can't currently modulate the Saturation param with an envelope, it sounds like your timer approach would work.

      Can you give me an example? I assume there would be a timer trigger in the onNoteOn function?

      My use-case is a monophonic synth, if that makes it easier! 😀

      EDIT: just found your video on synth timers - looks exactly like what I need! 🙏

    • dannytaurusD

      SVG specs for conversion tool?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      102 Views
      Christoph HartC

      @dannytaurus the SVG must be a single (monochromatic) shape that is not rastered and does not contain text. If you have multiple shapes, you need to combine it into one.

      The best workflow is to simply load them in a vector design app (Affinity designer, inkscape, Adobe Illustrator), process them to fit and then import.

    • dannytaurusD

      Will the new RNBO Minimal Export target be useful for HISE?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      86 Views
      Christoph HartC

      @dannytaurus not sure, it looks more like it's suited towards embedded devices. Stuff like fixed sample rate and buffer size makes it rather awkward to wrap into a general purpose API.

    • dannytaurusD

      How to use a simple fader cap image?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      234 Views
      ChazroxC

      @Christoph-Hart I just went back and double checked. It is in fact in vertical mode.

      Screenshot 2025-06-21 at 2.02.57 AM.png

      get value part

      var y = a[3] - a[3] * obj.valueNormalized - (h + 4) + (h + 6) * obj.valueNormalized;
    • dannytaurusD

      How can I achieve this pitch mod?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      13
      0 Votes
      13 Posts
      887 Views
      dannytaurusD

      @Christoph-Hart Nevermind, found this post https://forum.hise.audio/topic/1259/ahdsr-release-curve?_=1749402810437

      Still, would be lovely to have release curve for AHDSR, if it's doable.

    • dannytaurusD

      Crash - can someone confirm?

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      15
      0 Votes
      15 Posts
      837 Views
      ustkU

      @d-healey Yeah I've seen that command, but then I don't know what "still single-threaded" means if we can set the number of threads...

      Link Preview Image Do I need a M1 / M2 Machine for Apple silicon support?

      @Natan I recommend the Macbook Air M1 with 16GB and the fastest CPU option (10 core I think). It compiles HISE almost as fast as my 9900K desktop without a f...

      favicon

      Forum (forum.hise.audio)

    • dannytaurusD

      Hitting a new low when compiling HISE on Mac

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

      @Christoph-Hart Fortunately, restarting my Mac solved the hang on 'Planning deferred tasks' but I'm still compiling very slowly.

      Yes, I think swap and memory pressure are an issue. I posted some images and numbers here: https://forum.hise.audio//post/88195

      Sounds like it's time to upgrade my machine.

    • 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
      281 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
      701 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
      410 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
      317 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
      188 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
      3k 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
      759 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
      508 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
      216 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
      429 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)...