HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. d.healey
    3. Topics
    • Profile
    • Following 1
    • Followers 68
    • Topics 1,033
    • Posts 22,035
    • Groups 1

    Topics

    • d.healeyD

      Compile project wizard on MacOS missing vst+au option

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      111 Views
      No one has replied
    • d.healeyD

      [Bug] Moving sample to RR group sets it to 0

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports round robin group
      1
      0 Votes
      1 Posts
      111 Views
      No one has replied
    • d.healeyD

      [Feature Request] Relative includes

      Watching Ignoring Scheduled Pinned Locked Moved Scripting script include folder relative path
      1
      2 Votes
      1 Posts
      132 Views
      No one has replied
    • d.healeyD

      New plugin parameter system

      Watching Ignoring Scheduled Pinned Locked Moved General Questions parameter
      5
      0 Votes
      5 Posts
      219 Views
      Christoph HartC

      Here I see allowMidiAutomation, but no mention of MIDI in the rest of the example.

      yeah, the example is all about plugin parameters, MIDI is a different concept. But it's listed here:

      Link Preview Image HISE | Scripting | UserPresetHandler

      An object for customizing the data model

      favicon

      (docs.hise.audio)

      It basically replicates the enableMidiLearn property of the UI component but for the automation slot.

    • d.healeyD

      Script Watch Table > View in Popup showing a graph

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      53 Views
      No one has replied
    • d.healeyD

      Linux improvements

      Watching Ignoring Scheduled Pinned Locked Moved General Questions linux faust projucer webkit
      2
      6 Votes
      2 Posts
      109 Views
      d.healeyD

      Slight update. I've merged the configs from the faust and non-faust exporters into a single exporter - like it is for the other platforms.

      For example, you can now use CONFIG=ReleaseWithFaust

    • d.healeyD

      c++17 requirement breaks compatibility for gcc7

      Watching Ignoring Scheduled Pinned Locked Moved General Questions gcc linux c++17
      2
      0 Votes
      2 Posts
      144 Views
      griffinboyG

      @d-healey

      I keep accidentally trying to use metaprogramming concepts from c++20 and have to remember Hise is not c++20 😩

    • d.healeyD

      What is the purpose of the unused nodes list?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      6
      1 Votes
      6 Posts
      584 Views
      modularsamplesM

      It will save groups of nodes, so it can be useful if you've deleted a complex chain and want it back without repeatedly clicking undo.

    • d.healeyD

      Scriptnode CPU profiling button not doing anything

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      5
      0 Votes
      5 Posts
      437 Views
      Christoph HartC

      @aaronventure ah yes, that was in the interface designer. I think it was folding a node that made the mustard go away.

    • d.healeyD

      Does Server.downloadFile make two requests?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions download
      3
      0 Votes
      3 Posts
      93 Views
      d.healeyD

      If I use CURL in HISE via a background task (runProcess) to download the file then it only records one download. So it is definitely an issue with Server.downloadFile()

      With CURL I'm using -L which is to follow redirects, I think this might have something to do with it since WooCommerce is taking the given URL and forwarding it to the real time-limited URL.

    • d.healeyD

      Rectangle function map missing trimmed

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      18
      0 Votes
      18 Posts
      521 Views
      d.healeyD

      When using g.addNoise() the area parameter is still expecting an array.

    • d.healeyD

      [Feature Request] VAMP

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests vamp audio analysis
      1
      6 Votes
      1 Posts
      112 Views
      No one has replied
    • d.healeyD

      Connecting broadcasters query

      Watching Ignoring Scheduled Pinned Locked Moved Scripting broadcaster listener component visibility
      10
      0 Votes
      10 Posts
      345 Views
      O

      @d-healey That's the vid that got me started on broadcasters, and I'm very appreciative of it! So thanks!

    • d.healeyD

      [bug] Viewport table first column index is -1 in laf

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      1
      1 Votes
      1 Posts
      97 Views
      No one has replied
    • d.healeyD

      autofix & code beautifier

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      12
      1 Votes
      12 Posts
      239 Views
      d.healeyD

      @aaronventure said in autofix & code beautifier:

      @ustk wait till you see this
      https://forum.hise.audio/topic/9354/trolled?_=1742923999985

      Ha that's a good one. I think we should map compile to Alt+F4

    • d.healeyD

      [bug] Inline style sheet over multiple lines causes crash

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      1 Votes
      2 Posts
      226 Views
      Christoph HartC

      @d-healey ah yeah that one was bugging me too. Fixed now.

    • d.healeyD

      drawFilterPath itemColour1 and itemColour2 are the wrong way around

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      1 Votes
      3 Posts
      206 Views
      d.healeyD

      I also noticed that drawDragHandle's colour properties are all empty. So I've made a modification that passes the filtergraph to the laf function so we can grab its colours. I hope this is the correct way to do this.

      Link Preview Image Pass filtergraph to drawDragHandle laf in order to access colour prop… by davidhealey · Pull Request #705 · christophhart/HISE

      …erties

      favicon

      GitHub (github.com)

    • d.healeyD

      [Feature Request] CSS Radial Gradient

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests css feature request gradient
      1
      3 Votes
      1 Posts
      127 Views
      No one has replied
    • d.healeyD

      [feature request] Stop specific broadcasters firing at on init

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests broadcaster automatic init declaration
      14
      2 Votes
      14 Posts
      1k Views
      d.healeyD

      @Christoph-Hart Nice, going to give this a try now.

      @clevername27 said in [feature request] Stop specific broadcasters firing at on init:
      It's also not always possible to tell if a broadcaster is being called at startup…which doesn't sound right, but there are edge-cases.

      Can you make an example?

    • d.healeyD

      Button default value should be used in broadcaster

      Watching Ignoring Scheduled Pinned Locked Moved Scripting button broadcaster default
      3
      1 Votes
      3 Posts
      175 Views
      d.healeyD

      @Christoph-Hart said in Button default value should be used in broadcaster:

      It's used for AAX plugins

      Aha that's good to know