HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. d.healey
    • Profile
    • Following 1
    • Followers 70
    • Topics 1,038
    • Posts 22,603
    • Groups 1

    d.healey

    @d.healey

    7.4k
    Reputation
    4.9k
    Profile views
    22.6k
    Posts
    70
    Followers
    1
    Following
    Joined
    Last Online
    Age 38
    Website audiodevschool.com
    Location England

    d.healey Unfollow Follow
    Beta Testers

    Best posts made by d.healey

    • I released my project!

      My new plugin/app, Rhapsody, is finally released into the wild!

      Link Preview Image
      Rhapsody – Libre Wave

      favicon

      (librewave.com)

      posted in General Questions
      d.healeyD
      d.healey
    • Export tool

      I'm currently building an app which I hope will allow batch exporting of HISE projects, auto notarization on Mac, and auto-generating installers. So far I have the basics working on GNUx. I need to finish the interface and add the batch handling, but that shouldn't be too difficult, then I'll tackle the other platforms.

      This app should make it much easier for everyone (and especially beginners) to export their projects from HISE and build installers.

      This is what it looks like so far (it's an ugly work in progress).

      d67c81a8-062d-4bc4-98a4-f171bd79684f-image.png

      posted in General Questions
      d.healeyD
      d.healey
    • HISE Bootcamp - Full Course for Beginners

      The AudioDevSchool site that I've been putting together for the last few months is finally ready!

      For the initial launch I'm starting with a single course that I'm calling The HISE Bootcamp.

      The course is 100% free and is designed for beginners, although there's probably stuff in there that more experienced users will also find useful.

      The videos walk you through the process of building two simple plugins with HISE (a sample library and a scriptnode effect). We then move on to building HISE from source and compiling our projects.

      Along the way we'll cover a bunch of subjects from basic things like finding your way around the HISE UI to more advanced concepts like Ad-Hoc codesigning for testing your plugins on MacOS.

      Here's the link to the course: HISE Bootcamp.

      Feel free to share it with anyone you think would find it useful.

      Please let me know if you run into any issues with the website or any of the course material - there's usually something that goes wrong on launch day!

      posted in General Questions video tutorial course
      d.healeyD
      d.healey
    • RE: The world of HISE

      @MikeB

      Dave, 34, UK, doer of many things.

      posted in General Questions
      d.healeyD
      d.healey
    • Time to update Visual Studio?

      It's becoming hard to find VS2017, I can no longer see the community edition at Microsoft's website, only a pro version trial.

      @Christoph-Hart Is it possible to bring HISE into the new decade and add a VS 2022 export option?

      I know we can already use VS 2022 with a bit of fiddling around, but it's not straightforward and requires additional steps for every export.

      posted in General Questions visual studio export compile
      d.healeyD
      d.healey
    • RE: Export tool

      It's starting to look a little nicer now.

      Peek 2020-10-21 18-29.gif

      posted in General Questions
      d.healeyD
      d.healey
    • Show and Tell: Grid based layout system

      Just wanted to share something I'm working on. It was briefly discussed last month here.

      It's a grid based layout system, inspired by html and other layout languages. The idea is you define your components once in a JSON type format, pass it to the layout engine, and it will do the rest. It can layout components in a vertical or horizontal stack, or use a flexible grid.

      If no dimensions are passed components will stretch to fill the available space. Dimensions can be passed either as numbers or percentages relative to the parent/column/row.

      By default components are centred horizontally and vertically within each grid cell but you can specify their alignment (top/bottom/left/right). For stacks components butt against each other, I have plans to add some alignment options here as well though as well as margins/gutters.

      If you want to add multiple controls you can define one control and specify a number of clones, and they will be created and positioned automatically.

      I think it will make it easier for me to transfer layouts between projects as well as quickly build complex projects. I have a lot more functionality planned.

      Peek 2024-11-14 00-39.gif

      posted in Scripting layout gui
      d.healeyD
      d.healey
    • Universal HISE Downloader/Installer

      A couple of years ago I proposed making a general purpose downloader/installer app. In the time since I've created a downloader/installer for my own libraries and it works really well. I thought I'd see about adapting it to be an option for more developers.

      I'm currently prototyping some things but before I get too deep with it I want to know if any of you would actually use it.

      Unlike other similar apps (Pulse, Conduct, etc) what I'm creating is decentralized. Your customers will log into the app using the account they have on your website and downloads will be served from your servers. The app will of course be free software.

      The app is more limited in scope than those other options. I don't intend to include an integrated shop and I don't plan support for non-HISE formats - but who knows what the future will bring.

      The benefits for you is it's very cheap (you don't need to pay a middle-man), you don't have to develop your own downloader, new customers will discover your products when exploring other plugins available through the app, it's HISE focused and will support expansions and additional presets, etc..

      The app supports serial keys to limit access to downloads. It does not (and cannot) provide any DRM but you can include this in your plugins if you wish.

      It can integrate with any website, you just need to setup some endpoints and make sure they return the correct data. If you're using a Wordpress/WooCommerce site I can (for a fee) supply you with a Wordpress plugin that will integrate seamlessly with the app - this is the plugin I'm using on my own site.

      So is this something any of you would use? If so I'll continue developing, if not then I won't bother, I don't want to be the only one using it :)

      Here's a preview of where I'm at with it.

      Peek 2022-10-14 00-25.gif

      posted in General Questions download install
      d.healeyD
      d.healey
    • [video] A guided tour of HISE

      posted in General Questions
      d.healeyD
      d.healey
    • Preset browser additions

      I've made a few additions to the preset browser which some of you might find useful. These are available in my fork and I've also opened a pull request for Christoph to merge them into the main source. Nothing I've done should break anything although I've made the favourite icon in the preset column take the text colour instead of the highlight colour which may be important to you. Really I'd like this to take the itemColour2 property but haven't figured out how to do it yet.

      Added Data properties to:

      • Show/hide the Add, Rename, Delete buttons
      • Change the bounds (x, y, w, h) of the search bar
      • Add vertical padding to the rows of each column. Fav icon in preset column is not affected.
      • Apply vertical offset to y position of edit buttons, so you can move them up. The list box is adjusted accordingly.
      • Apply offset to bounds (x, y, w, h) of the list boxes, so you can make them shorter, longer, fatter, thinner, etc.

      Also

      • Fixed a bug where selecting or deselecting an item in the expansion column didn't clear the other columns correctly.
      • Use column area instead of list area for painting the column background - this might have the effect of visually shifting the edit buttons down slightly (they are actually in the same place but will look lower) you can counteract this with the edit button vertical offset property I added.
      posted in General Questions
      d.healeyD
      d.healey

    Latest posts made by d.healey

    • RE: So close to Rubberband-ing

      @resonant said in So close to Rubberband-ing:

      RB is not compatible with commercial projects, right? It is licensed as GPL

      You can sell GPL software. What you can't do is use it in proprietary software (commercial or not).

      You can buy a license to use RubberBand in proprietary projects though - https://breakfastquay.com/technology/license.html

      posted in General Questions
      d.healeyD
      d.healey
    • RE: Resizing interface with button is only glitching in logic...

      @cassettedeath said in Resizing interface with button is only glitching in logic...:

      Only in Logic

      Which other DAWs with AU support have you tried?

      posted in General Questions
      d.healeyD
      d.healey
    • RE: So close to Rubberband-ing

      @iamlamprey Oh so close :) very exciting. Is it the sort of thing where it's easy to swap out one algorithm for another? I'm thinking of trying the Bungee library.

      posted in General Questions
      d.healeyD
      d.healey
    • RE: Vector knob assistance

      @Chazrox @dannytaurus We can thank Greg (@ustk) he helped me out with this trigonometry stuff and I just reuse it again and again :)

      posted in Scripting
      d.healeyD
      d.healey
    • RE: Vector knob assistance
      HiseSnippet 1497.3ocyW0uSabDD+NBWZraaTiTe.15+5bhw3yfgzfnguaQI7ghIQsJBEs9t01a47tV6sFvMg2s9Lzmj9FjNytmu6vPHDjhTQFv6L+lc+syW2bGpjgrjDoxws7QiGxbb+Nu1iE59a1mxEN6tki6C81ilnYJhUzFiGRSRXQNtt26WQAtkl0w7y+97MnwTQHKWjiyaj7P1K4C35boGt1K3ww6PiXGwGT.8hqsanTroLVNB3y87Z3LjFdBsGaeJBaFOmeilz2w8wdzlArlQs5rvxK2pKqQqVMXsBVtAcotMVLp6SWp0Bc5DDwVxw89aGw0RUaMUyRfMcCYz318kmIrGva3I7NwLbQfSa3jshc1rOON5vINmDGG2YOL2UcOqq5G81iGwyjm6x9AiBRtEEcZtybSTJ3KfRtEnzrVJ8Hu1gJ9PctFjOeq2tBHB1kBwlhTwh0Yl+4AdaJADBc8AzSX6nfEYV3uTiF0HveptR4xP7IQSNkpHuPH6DPVkLwvdL8lxACkBXgeEi1J4VDS6V.anhA28WJCowuTJOYcQzNLVrOB2XX8Dl9JZgs.A.+qth0iioj6LRDp4RgekHE8rWI0T031w7HlpRMR2IJ6UiH67mUK+9xkPhq6yCOQ.NGfPKthUFE99aAP0o.ydaiiIOo.r4IMM6fUYvMor4wj4xU9IUbLbrkKw6R7y.rvwjeoH7pkKA70RX14ZiAYVfRHqtJoRE.VoR1kFqOkFOhsdxQVSJwhSXSgnu7TnV9CevrHLFXDKh77oMl7LxjCB74kJ0CCI6HwP6AmOtGS.N3fkptxDU1hVe6+RpeFW2euQwZ9vXNKZ83g8oYD2hw5aXBJjpimeP8FvY1ndqpoaJFQWOl2SvhPB4ill6PqQpDBYRJVzFRsVN.S0JcA5j9RnSmd2BxXyP3BASsIWEFyVGNeLeIMQwDbeLfNnUMRZ9gIdlKyD8yvsPMq94xgs.lQzqdWns31ww7gIL+oNvplL.jIxtcgaHPfl0WHM8kIhNXhz4R0+DRSXqSW737369R0.ZL+uXQoFyS1.ZVoXlhEZLtE382Zx.t.SzLekddpEIZk7DVa83XFf98aKh1jNzr7YjJJ4HQDKBxONZR59yxy7uHcKh3PKc7gJq9opQ.BzzbmmedxaPhSnpvohuEig4NngTc+qzr4PPHzfoDBBATmFEstJz+sPuM3S.743ZD+4xbX+zT9kp0RclW9fRSFLaIzBbC71m3O45gXmfxjsb4qKz7.txY9h4M23L7AF7oYTnFysGqKLWFDWsLNTqXTImhgFGw0UErgh2quF8zF2HWyFXAl1Oy1mvVKLGlImlQj1x.KO94pqb6q2Bu4J9uZAsrZCqS4+4wrrjctHhGRgwDP6URbVA+rqRsBOrxRoZSywiql0Q4U1JxWANEpnWLy+Rctr2modfV5EH3o0J9zLS6p4IKB97.X6u.9cxCYIRw9RM6.gu44rkunLYZUc6ds5vHtRFGyTWqZbBQ0MYnuXzfNLnEto6VFPXhnKOl08uciYEZS.K.TJ1Uv0GLjktdGYbDN9D98qNTlSZFLNdVJCAnZyvYOLc3L6HJNbXS9FOy.ONFxWbtYmWu6VTMcx1.6HbJCYJMGuLtawNElq1NyWIusXImnkCMXSGACD+YOzyyNv+t2ZiKt3LdjteNc9i05yvtEYRV6cqk2v.jd+ly8jOhJJzFAE+Q3GT7jlzEg5b0oWg4lkQihwz9hCSiulQpBHzeoIXwoTEIb83huFxWvD1MtwIrusT7QdGx0g8udNNy0vQHr90fiouWx26sc2tP0dNAm0ame+t9RHeliG5tn4hd6Q0JNjP4s+nAsgHcHCNcXDlXXy8bmAKLrqafqQOPanclYAljjpL.W6lpLXhRmAzPk7cg1xI7MedfQBvIg4MCKAuhJrlbM0QCfGG7tvvKuUWwvl2UCW3tZ3h2UCacWMbo6pgKeWM7oedCw2Sd8Qv.71xFGm8NbaSeOW2ssSJfYqN+WetdsS
      

      Peek 2025-08-17 11-20.gif

      posted in Scripting
      d.healeyD
      d.healey
    • RE: Cant Compile DLL's still.....

      @Chazrox said in Cant Compile DLL's still.....:

      where do you see that im not?

      It's possible you are, but this folder looks like it's the master branch downloaded from github as a zip file.

      98aaa317-3b27-48d9-a92f-26b7eeb05512-image.png

      If you follow the compiling/exporting section of the Bootcamp I show how to use git to get the latest version.

      posted in Scripting
      d.healeyD
      d.healey
    • RE: Cant Compile DLL's still.....

      Use the develop branch

      posted in Scripting
      d.healeyD
      d.healey
    • RE: HISE installer on github not compatible with Catalina

      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

      posted in Bug Reports
      d.healeyD
      d.healey
    • RE: HISE installer on github not compatible with Catalina

      I just compiled the develop branch on Catalina and got the same error...

      posted in Bug Reports
      d.healeyD
      d.healey
    • HISE installer on github not compatible with Catalina

      A student reported an issue to me that they were unable to use the prebuilt HISE build from github on Catalina. I just spun up a Catalina VM to test and can confirm that it doesn't work.

      0cd55a1c-035f-4dbe-9414-be71f1059c89-image.png

      posted in Bug Reports catalina macos
      d.healeyD
      d.healey