Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • David HealeyD

      Compiled Network Fixed Channel Count?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode scriptnode channel compiled network
      15
      0 Votes
      15 Posts
      137 Views
      ustkU

      @David-Healey Can you do it from the UI script?

      const var ScriptFX_RM = Synth.getRoutingMatrix("ScriptFX"); // or master chain... global NUM_CHANNELS = ScriptFX_RM.getNumSourceChannels();
    • bendursoB

      Change Look And Feel Dynamically

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      727 Views
      OrvillainO

      @Lindon Nice! And you're doing all that with branching logic in the LAF's ??

      I did make a start, and I got a mix control to turn into a slider versus a knob, depending on what effect I have loaded. Seems pretty flexible for sure!

    • Oli UllmannO

      Issues with Panel.repaint() and Panel.repaintImmediately() - laggy user interface

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting
      15
      0 Votes
      15 Posts
      104 Views
      Oli UllmannO

      @Christoph-Hart
      Here is a demo gif.
      It's about the blue animation above the magician, which changes based on the large knob.
      Everything works perfectly in HISE. However, it's still unstable in the compiled plug-in.

      webViewDemo.gif

      PS. I also want to build a xy-pad with a web view...

    • StraticahS

      HISE Sampler VSTs Crash? Across multiple brands (FL Win)

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      34
      0 Votes
      34 Posts
      2k Views
      Christoph HartC

      I could reproduce the crash - unfortunately I couldn't solve it properly, so the only fix is to delay the initialization for Webviews on FL Studio if the plugin is opened. If I "double click" on the instrument track, it crashes in the FL code, not the destructor of the webview (which I hoped it would).

      I'll push the fix tomorrow.

    • Y

      Transpose combobox values

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      42 Views
      Y

      @David-Healey Thank you,

      Its working really great 👍

    • David HealeyD

      Recent commit to Processor.cpp breaking old project

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      22
      0 Votes
      22 Posts
      858 Views
      David HealeyD

      @ustk Yeah I'd rather avoid the c++ route (I'd rather avoid scriptnode too) but my preferred method is broken in the latest version of HISE and the fix requires more than Claude so I'm looking for the simplest alternative. It has to work with expansions so it's a bit of an edge case too.

    • LindonL

      Latest version of HISE breaks existing presets....

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      63
      0 Votes
      63 Posts
      5k Views
      LindonL

      @JulesV I haven't heard back from Christoph so I assume not...

    • MorphoiceM

      Dolby Atmos?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      105 Views
      MorphoiceM

      @Christoph-Hart that's superb news! I'm so looking forward to bringing my AMS RMX16 clone to dolby atmos to have that gated reverb in my next album. It was a stupid idea to start making an album in atmos anyways but hey... why not

    • David HealeyD

      Asset Manager

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      22
      0 Votes
      22 Posts
      1k Views
      Christoph HartC

      @David-Healey Oh good spotting, this might come from the fact that there's some internal path normalization but the wildcards do not use this.

      BTW, I've added another feature to the asset manager last week: you can define a SharedWildcard which allows you to define files that might be shared across multiple of your assets - the asset installer will then skip them at installation / deinstallation (and verifies that they don't conflict when installing two assets that share files).

    • ?

      Stereo Wider in Scriptnode

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      621 Views
      dannytaurusD

      @David-Healey Yep, we talked about it here https://forum.hise.audio/topic/12926/question-about-ms-encode-decode-order-in-stereo-widener-example/3?_=1779473723375

    • E

      Seamless crossfading issue: loadSampleMap() kills all voices

      Watching Ignoring Scheduled Pinned Locked Moved Scripting scripting sampler sample map crossfade
      2
      0 Votes
      2 Posts
      36 Views
      David HealeyD

      @emmanuelbuccheri Loading a sample map always stops the audio engine.

      To cross fade load the sample maps into two samplers at the start and crossfade between them. Or load the samples into multiple groups in the same sampler and use the group xfade feature.

      I have an old video that shows some techniques here: https://youtu.be/0cn1l8231n4

    • S

      Module tree navigation tips

      Watching Ignoring Scheduled Pinned Locked Moved Feature Requests
      6
      1 Votes
      6 Posts
      165 Views
      David HealeyD

      @ScreamingWaves said in Module tree navigation tips:

      does that mean that one can have multiple master chains?

      There can be only one. But you can use containers to separate different flows. There's also send effects which occupy a separate chain.

    • voxuer1V

      Rnbo-ScriptFX

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      66 Views
      ulrikU

      @voxuer1 Yes, I have only tried as FX plugins, both on Mac and Windows, au & vst3.
      It's working as it should

    • voxuer1V

      RNBO effect bypassed in exported VST3 (works perfectly in HISE editor via Script FX / Global Cables)

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      19
      0 Votes
      19 Posts
      156 Views
      HISEnbergH

      @voxuer1 nice glad it worked!

    • B

      Helllo everyone / Audio Unit for *very* old Mac?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      3
      0 Votes
      3 Posts
      52 Views
      B

      @David-Healey Hah that's that then :D. By a hair.

      Yes it would have been a bespoke little thing just for my needs.

      I'm not very hopeful about finding plugins. The Mac market in the 2000s was infamously sparse, especially in the sampler realm.

      Still, it's a thought that didn't occur to me, thanks. I'll try and do a bit of research.

      Cheers :-)

    • M

      VST3 Plugin not readable

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      13
      0 Votes
      13 Posts
      142 Views
      David HealeyD

      @MicheleBonventre What's different between the test plugin and the original project?

      Also you might try with PluginVal to see if it gives any hints about the issue.

    • LindonL

      More Full Expansion issues.....

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      8
      0 Votes
      8 Posts
      73 Views
      LindonL

      @Lindon well there was a problem in one of my includes, that neither HISE player nor HISE expansion projects was prepared to report.... so moving on for a bit...

    • dannytaurusD

      Thoughts on Moonbase?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      11
      0 Votes
      11 Posts
      207 Views
      SifresS

      @HISEnberg So Moonbase JUCE module requires JUCE8 indeed. Hise isnt stable when being compiled, or when compiling plugins, on JUCE8. So yeah its not working atm. Christoph noted that this is because he did some funky stuff for the MCP integration.

      BUT you can work around that by compiling hise on JUCE6, then exporting a plugin. It will fail but it will create a .jucer file and you can pick that up with JUCE8. At least thats my workflow. You could probably script the whole thing. It requires some other steps as well as modifying some Hise source.

      TBH if you dont need it right now (as stated, for me it was a neccesary step) I would simply wait for Christoph to integrate it.

      @Christoph-Hart 🎉 great! I feel like it could really benefit the eco system surrounding Hise.

    • D

      Timestretch Artifacts

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      17
      0 Votes
      17 Posts
      283 Views
      D

      It was caused by having different sample rates in 2 different samplers. I had to convert all to 41.1khz which is what I started my project at.

    • Y

      How to display a label from a script processor to a label in the main interface. (processor ID doesn't work)

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      14
      0 Votes
      14 Posts
      167 Views
      Y

      @David-Healey Hi,

      I will simplify, make the chord analyzer separately