HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. d.healey
    3. Topics
    • Profile
    • Following 1
    • Followers 75
    • Topics 1,042
    • Posts 23,152
    • Groups 1

    Topics

    • d.healeyD

      Moonbase

      Watching Ignoring Scheduled Pinned Locked Moved General Questions moonbase
      15
      0 Votes
      15 Posts
      517 Views
      HISEnbergH

      @tobbentm This looks like excellent work and sounds very promising. Please keep us updated when you integrate JUCE 6 compatibility. Would really love to see a HISE-example integrating Moonbase as well for us here to test out when it's ready :)

    • d.healeyD

      MIDI Out Device

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions midi out
      2
      0 Votes
      2 Posts
      99 Views
      VirtualVirginV

      I would like to know about this as well. To my knowledge I have not seen a commercial MIDI plugin that can route directly to and from MIDI ports/drivers, but I do remember that the two MIDI plugins here called "midiIn" and "midiOut" attempt to do this:

      https://github.com/sleiner/pizmidi/tree/main/pizjuce

      Some of the plugins are buggy, so I do not know if they work or not.

      I think some of the challenge on Windows is that host apps can gain exclusive control over a port, and I know DAWs like Cubase/Nuendo are aggressive in this regard, but there are utilities to multiply port connections (such as MIDI-OX, Virtual Cable or Bidule), and therefore making it possible for multiple hosts to access the same MIDI input/output.

      I would love it if you found a way to do this in a plugin. On an app I believe you should just be able to have access to the output ports from any of the MIDI devices as long as it is not in use by another app (I think it is first-come-first-serve in that regard).

    • d.healeyD

      AAX showing under audiosuite but not inserts

      Watching Ignoring Scheduled Pinned Locked Moved General Questions protools audiosuite insert
      21
      0 Votes
      21 Posts
      1k Views
      ustkU

      @d-healey Oh yeah sorry… but since it’s not that important for instruments anyway

    • d.healeyD

      Wordpress plugin to block temp mail signups

      Watching Ignoring Scheduled Pinned Locked Moved General Questions email wordpress
      14
      6 Votes
      14 Posts
      744 Views
      d.healeyD

      I made a little update so it works with the wordpress comments form too.

      temp-mail-shield.zip

    • d.healeyD

      HISE installer on github not compatible with Catalina

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports catalina macos
      4
      0 Votes
      4 Posts
      216 Views
      d.healeyD

      Think I've solved it.

      @Christoph-Hart This is set to 11 in develop. I've changed in to 10.7 and now it's running on Catalina.

      b91dabbb-64b6-4fad-82bc-66eef8ae5d14-image.png

    • d.healeyD

      Multipage Dialog Hello World Doesn't Work

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

      HISE Bootcamp - Full Course for Beginners

      Watching Ignoring Scheduled Pinned Locked Moved General Questions video tutorial course
      29
      19 Votes
      29 Posts
      3k Views
      d.healeyD

      350 students now!

      And thank you Christoph for your totally non-biased review 😀

    • d.healeyD

      Table envelope attack/release knobs have unneccessary level of precision.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      2
      0 Votes
      2 Posts
      142 Views
      resonantR

      @d-healey Might be related to this commit

      https://github.com/christophhart/HISE/commit/f9fe4f8bc4cbf7041140449fc6eb7849a593a55d

    • d.healeyD

      How to trigger label callback on enter/return but not on focus change?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting label text value update focus
      23
      0 Votes
      23 Posts
      1k Views
      rglidesR

      @Chazrox fr

    • d.healeyD

      Compile project wizard on MacOS missing vst+au option

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      1
      0 Votes
      1 Posts
      178 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
      6
      1 Votes
      6 Posts
      466 Views
      d.healeyD

      @Christoph-Hart Correct, but it should match the number of groups the user has set, which is the previous behaviour - I can do this but I figured you'd changed it for a reason.

    • d.healeyD

      [Feature Request] Relative includes

      Watching Ignoring Scheduled Pinned Locked Moved Scripting script include folder relative path
      1
      2 Votes
      1 Posts
      169 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
      370 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:

      https://docs.hise.audio/scripting/scripting-api/userpresethandler/index.html#setcustomautomation

      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
      92 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
      195 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
      236 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
      787 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
      571 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
      297 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
      937 Views
      d.healeyD

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