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
    • S

      HISE plugin as virtual midi port?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved General Questions midi port fx plugin trigger
      13
      0 Votes
      13 Posts
      425 Views
      ChazroxC

      @David-Healey I guess you're right. I haven't tested any automation through that method yet. Only midi messages.

    • Y

      js file not found

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

      @David-Healey

      Thank you so much

    • dannytaurusD

      State of the Independent Audio Plugin Companies PDF report

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      4 Votes
      2 Posts
      143 Views
      tobbentmT

      @dannytaurus Thanks for sharing this! If anyone has questions about the data going into this, or suggestions for the next survey, please let us know! :)

    • C

      Meta Ads

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      25
      0 Votes
      25 Posts
      1k Views
      David HealeyD

      @dannytaurus said in Meta Ads:

      Or get someone much younger and more in-touch with social media to make them for me!

      Don't know if you know about this, but here is a creator/influencer marketplace built into ad manager where you can hire people to make ads for you. If you hire someone, get them to make 10 3 second intros for each ad. Then you can mix and match the intros with the ads so you get more chances to catch a viewer's attention (Ben Heath's idea).

      8dd61f3b-86ad-4008-847a-eae77c41d288-image.png

    • bendursoB

      Change Look And Feel Dynamically

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      1k Views
      OrvillainO

      @Lindon said in Change Look And Feel Dynamically:

      @Orvillain said in Change Look And Feel Dynamically:

      @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!

      actually Im doing all this with json, so when the user selects an FX I go find the JSON object for its background and its sliders, and use those in the LAF... so hardly any branching going on.... it'd be a fairly massive switch statement....

      Gotcha! Yes that makes total sense.

    • Y

      Hello, easy one, How do we set a value to a knob by scripting so it never changes.

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      458 Views
      David HealeyD

      @Yannrog said in Hello, easy one, How do we set a value to a knob by scripting so it never changes.:

      If I update, will I get the exact features on my project?

      Maybe, depends if your current version has a bug

    • David HealeyD

      Recent commit to Processor.cpp breaking old project

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      23
      0 Votes
      23 Posts
      1k Views
      David HealeyD

      @Christoph-Hart How about this to fix the original issue? https://github.com/christophhart/HISE/pull/959

    • David HealeyD

      Compiled Network Fixed Channel Count?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode scriptnode channel compiled network
      17
      0 Votes
      17 Posts
      486 Views
      David HealeyD

      My network contains a lot more than just some gains so recreating it all via scripting is a pain and means I don't get to work with the nice GUI. Is there a simple build network from JSON type thing? Edit: dsp.createFromJSON might be it..

      Another option I thought of is I can park all the chains in the multi as unused nodes, then in the script use this to add them for just the number of channels:

      const dsp = Engine.createDspNetwork("SimpleGain"); const numChannels = dsp.getNumChannels(); const multi = dsp.get("multi"); const numPairs = numChannels / 2; for (i = 0; i < numPairs; i++) dsp.get("chain" + i).setParent(multi, i);

      This works for my multi channel simple gain because each channel has its own chain, but I don't think it would be a good general solution for all networks.

    • 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
      394 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...

    • Y

      Transpose combobox values

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

      @David-Healey Thank you,

      Its working really great 👍

    • LindonL

      Latest version of HISE breaks existing presets....

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      63
      0 Votes
      63 Posts
      6k 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
      193 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
      732 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
      80 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
      341 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
      111 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
      464 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
      111 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
      326 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.