HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. pelle
    3. Topics
    • Profile
    • Following 1
    • Followers 0
    • Topics 27
    • Posts 76
    • Groups 0

    Topics

    • pelleP

      Modifying the Knob Filmstrip Image via Script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      42 Views
      d.healeyD

      @pelle You could draw the filmstrip on a panel instead of using a knob. You could use multiple knobs, one per filmstrip, and only show one at a time. You could use look and feel - either drawing your filmstrips in there or using vectors.

    • pelleP

      Customizing Sample Import Window Aesthetics

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      61 Views
      A

      @pelle there's general LAF for modifying the looks of these popups, and there's the errorHandler for modifying the entire UX, as it'll disable the popups and just give you callbacks for various scenarios.

      The default HISE UX for sampleset import requires a plugin restart. For me, this was problematic because if a user moved their sampleset somewhere else, then opened a project, they'd have to restart the entire project if it had multiple instances of the plugin (preferable to manually restarting each plugin instance). I used the ErrorHandler and the FileSystem API to create a UX where not only does the plugin not require a restart anymore (Engine.reloadAllSamples) but this propagates to all other active plugin instances (once the error pops, start checking for changes in the AppData linkfile and executing reloadAllSamples whenever a change is detected until the samples are found).

      Some relevant links

      https://forum.hise.audio//post/75956
      https://forum.hise.audio//post/79998
      https://forum.hise.audio//post/75058

    • pelleP

      Is It Possible to Create an FX Plugin That Replaces Input Audio Based on Intensity?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      72 Views
      griffinboyG

      @pelle

      Sounds like a bit of work but certainly. You'll have to design the algorithm though and do lots of thinking and testing to actually get something like that behaving smoothly. Try to prototype something simple and then extend it.

    • pelleP

      Shape Fx - pops and clicks

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      233 Views
      pelleP

      @DanH Thank you so much! I owe you a beer or a coffee! 😊 ;)

    • pelleP

      How to Disable Mouse Interaction on Slider Without Changing Color?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      135 Views
      Christoph HartC

      Even I did this trick in my last project after complaining to the designer that he should stop sending me half transparent filmstrips, oops…

    • pelleP

      Install HISE 4 on Apple M3

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      199 Views
      A

      @pelle 15+

    • pelleP

      0db Clipper

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      276 Views
      DanHD

      @Dan-Korneff https://forum.hise.audio/topic/5433/hard-clipper/7

    • pelleP

      Module's peak value

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      121 Views
      pelleP

      @DanH said in Module's peak value:

      SimpleGain2.getCurrentLevel(true);

      Thank you

    • pelleP

      PKG error

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      251 Views
      pelleP

      @Lindon HI, I've solved, the solution is to sign and notarise from the terminal and not from Packages.

    • pelleP

      User Preset Label - DAW Session

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      5
      0 Votes
      5 Posts
      313 Views
      pelleP

      @Lindon I've solved, I'll publish the solution tomorrow.
      Thanks for your help

    • pelleP

      Export and Install User Presets

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      1
      0 Votes
      1 Posts
      226 Views
      No one has replied
    • pelleP

      Distribute the library

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      576 Views
      d.healeyD

      @pelle said in Distribute the library:

      should I put the GPLv3 license inside the product?

      Yes, you should include a license header in your scripts and a license file in your repo/project folder. Here's an example - https://codeberg.org/LibreWave/TheShepherdsFlute

      @pelle said in Distribute the library:

      Can I sell it?

      Yes absolutely!

    • pelleP

      Export Plug-ins with Sonoma

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      246 Views
      A

      @pelle The latest develop commit is currently not compiling on Sonoma Xc15. I'm on this one and it works fine:

      0d0251e - Add ID property to toggle button laf object (#479)

    • pelleP

      Audio FX - pitch modulation

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      259 Views
      pelleP

      SOLVED!
      I've used a SimpleGain and modulated the Delay Parameter using an LFO.

    • pelleP

      Gain Match

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      217 Views
      A

      Link Preview Image Normalizing Audio in Convolution Node?

      @alhug Couldn't you do it with a snex or faust node, just store the peak values over time and root the mean of the squares? I'm asking, I have no idea myself...

      favicon

      Forum (forum.hise.audio)

    • pelleP

      How to enable Faust on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      11
      0 Votes
      11 Posts
      656 Views
      NatanN

      @orange said in How to enable Faust on Mac:

      to set the Faust folder path in the Hise settings.

      Yeah, I Did, Compiling my first Test project Now
      Update: All went well, Tested one Ableton, and Everything works as expected

    • pelleP

      Audio to Midi Trigger

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      1
      0 Votes
      1 Posts
      203 Views
      No one has replied