Forum
    • Categories
    • Register
    • Login
    1. Home
    2. pelle
    3. Topics
    P
    • Profile
    • Following 1
    • Followers 0
    • Topics 30
    • Posts 91
    • Groups 0

    Topics

    • P

      MacOS Parallels WIN build fail

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      23
      0 Votes
      23 Posts
      812 Views
      David HealeyD

      @pelle In the pooled resources folder you'll find .dat files for the images. Place it in the plugin's app data folder

    • P

      Custom font in WIN vs macOS

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      127 Views
      P

      @David-Healey Solved! I've simply moved the font outside the font folder and removed the "Font/".

    • P

      Samples with subfolders

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      149 Views
      David HealeyD

      @pelle There is no decompressor, so always keep your original files.

    • P

      Modifying the Knob Filmstrip Image via Script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      2
      0 Votes
      2 Posts
      390 Views
      David 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.

    • P

      Customizing Sample Import Window Aesthetics

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      375 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

    • P

      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
      369 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.

    • P

      Shape Fx - pops and clicks

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      946 Views
      P

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

    • P

      How to Disable Mouse Interaction on Slider Without Changing Color?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      4
      0 Votes
      4 Posts
      438 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…

    • P

      Install HISE 4 on Apple M3

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

      @pelle 15+

    • P

      0db Clipper

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

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

    • P

      Module's peak value

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      333 Views
      P

      @DanH said in Module's peak value:

      SimpleGain2.getCurrentLevel(true);

      Thank you

    • P

      PKG error

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      388 Views
      P

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

    • P

      User Preset Label - DAW Session

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      5
      0 Votes
      5 Posts
      1k Views
      P

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

    • P

      Export and Install User Presets

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

      Distribute the library

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      1k Views
      David 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!

    • P

      Export Plug-ins with Sonoma

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      520 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)

    • P

      Audio FX - pitch modulation

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      394 Views
      P

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

    • P

      Gain Match

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

      https://forum.hise.audio/topic/8211/normalizing-audio-in-convolution-node/9

    • P

      How to enable Faust on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      11
      0 Votes
      11 Posts
      2k 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