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

      Triggering Midi Player when pressing notes

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      77 Views
      lijas90L

      @Lindon Perfect! Thanks!πŸ˜€

    • N

      Automation knob prob

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      46 Views
      N

      @d-healey thank you so much😁

    • C

      Mask does not scale properly on HiDPI or Retina display

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      21
      0 Votes
      21 Posts
      2k Views
      ustkU

      @d-healey Strange... I just need masks and proper blur too at the moment. And those layer limitations are bad πŸ™

      Graphics in general is a point that people are still asking for improvement and I understand Hise is not meant to be a photoshop clone. But when you hit limitations... I'd like to re-use OpenGL as well but not confident enough to deal with plateform specific issues... Well, it's one or the other I guess πŸ€·β™‚

    • hisefiloH

      Cursor by Anthropic can add HISE docs!

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      3 Votes
      10 Posts
      253 Views
      David HealeyD

      @ILIAM Most of the docs are available as markdown files

      https://github.com/christophhart/hise_documentation

      You can also pass in specific urls, but the results are a bit hit and miss.

    • OrvillainO

      Sampler "Sample Start" modulation doesn't support the MatrixModulator??

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      1
      0 Votes
      1 Posts
      23 Views
      No one has replied
    • MorphoiceM

      Multichannel state of things

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      4 Votes
      9 Posts
      144 Views
      LindonL

      @Christoph-Hart said in Multichannel state of things:

      It wasn't exactly an afternoon, more like 18 months...

      Thank God they decided not to go with me....

    • OrvillainO

      CSS :nth-child() supported???

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      9
      0 Votes
      9 Posts
      133 Views
      OrvillainO

      @Christoph-Hart said in CSS :nth-child() supported???:

      I can add an attribute to my parameter dictionary for scale/unipolar/bipolar,

      I've added a method requested by @DanH where you can setup default properties for each new connection (so you can eg. set the base intensity to 75% or whatever floats your boat.

      https://docs.hise.dev/scripting/scripting-api/scriptmodulationmatrix/index.html#setmatrixmodulationproperties

      siiiiiiicccckkkkk!! Nice one Christoph!

    • JulesVJ

      Sort the IR Sample files in the selected folder

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

      Finally compiling HISE locally on new MacBook! πŸ™Œ

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      3 Votes
      4 Posts
      88 Views
      ChazroxC

      @Christoph-Hart agreed. I have a M1 also with 64gb. I know you can store a whole app in memory with 16gbs, but i like to be over prepared 🀣

      I run heavy multitracking sessions so I have to be ready. As far as HISE goes, never bogging. πŸ‘

    • C

      Faust Aural Exciter

      Watching Ignoring Scheduled Pinned Locked Moved Faust Development
      9
      0 Votes
      9 Posts
      1k Views
      C

      This might be helpful for people wanting to emulate the AurEx, this is a schematic version. The low band distortion is a classic hard clip config.

      The high band distortion has a more cross over distortion type characteristic, not sure what the best way to program that is.

      The clean signal is blended in with the two distortion paths.

      57273f51-149e-4b6b-acb8-d257d303eb0b-image.png

    • N

      can we make delay node in script fx?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      182 Views
      Adam_GA

      @ulrik sorry its definitely user error, something in my project preventing ANY nodes from compiling not just this one. mysterious smh lol. this works fine in an empty project.

    • O

      Package Fails gives user an error

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      73 Views
      O

      @d-healey I followed this method . Everything is working on my end except for one thing: the installer always shows 0 KB for the size of my data package. The samples are over 2GB but appears as 0 KB on the installer

    • Oli UllmannO

      HISE as a 3D renderer

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      22
      6 Votes
      22 Posts
      1k Views
      Oli UllmannO

      @ulrik
      Great, thank you! :-)

    • dannytaurusD

      Can we draw panels out of the bounds of the plugin?

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

      @dannytaurus yes, if the menu list is longer than the ui it will be drawn outside of it, like in your image.

    • LindonL

      Globals, arrays and objects....

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      6
      0 Votes
      6 Posts
      61 Views
      LindonL

      @Lindon nope that aint it...something else is broken...

      and its a line in my code..so that is the solution... just need to refer to Globals explicitly

    • Felix WF

      From vocals to musical instruments

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      8
      0 Votes
      8 Posts
      193 Views
      Felix WF

      @Chazrox 😹

    • JulesVJ

      Scheduled knob task after initialization

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      122 Views
      JulesVJ

      @dannytaurus said in Scheduled knob task after initialization:

      @JulesV Interesting! What's the use case for this, if you don't mind me asking?

      It can actually be used for other purposes.

      But in my case, I'm actually using it for a bug workaround. When I buld a complex custom node with 23 parameters and use it in HardcodedFX, I noticed that in one parameter, the knob, wasn't getting its value during plugin initialization.

      However, after init, when the knob is tweaked, the value is updated. That's why I chose this method. Creating a custom node with fewer parameters isn't a problem, by the way. As the number of parameters increases in custom nodes, the problems increase.

    • lijas90L

      Script FX audio preview in HISE: is it possible?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      93 Views
      dannytaurusD

      @lijas90 I usually chuck an Audio Loop Player in the module tree because it allows drag and drop of audio files to test with.

    • Felix WF

      Sampler.setSoundPropertyForSelection(); seems to have a bug.

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      9
      0 Votes
      9 Posts
      222 Views
      Felix WF

      @Felix-W said in Sampler.setSoundPropertyForSelection(); seems to have a bug.:

      @CatABC said in Sampler.setSoundPropertyForSelection(); seems to have a bug.:

      @ulrik

      @d-healey said in Sampler.setSoundPropertyForSelection(); seems to have a bug.:

      @CatABC Use constants instead of magic numbers

      Sadly, I tried using constants, but the problem persists. Also, if I swap the positions of HIGH_KEY and LOW_KEY, and need to move the smaller value to the larger value, the contradiction still occurs.

      const var ComboBox1 = Content.getComponent("ComboBox1"); const var ROOT = 2; const var LOW_KEY = 3; const var HIGH_KEY = 4; const var C1 = 36; const var D1 = 38; const var E1 = 40; const var B3 = 71; inline function onComboBox1Control(component, value) { Sampler.selectSounds("C3"); if (value == 1) { Sampler.setSoundPropertyForSelection(ROOT, C1); Sampler.setSoundPropertyForSelection(HIGH_KEY, C1); Sampler.setSoundPropertyForSelection(LOW_KEY, C1); } if (value == 2) { Sampler.setSoundPropertyForSelection(ROOT, D1); Sampler.setSoundPropertyForSelection(HIGH_KEY,D1); Sampler.setSoundPropertyForSelection(LOW_KEY, D1); } if (value == 3) { Sampler.setSoundPropertyForSelection(ROOT, E1); Sampler.setSoundPropertyForSelection(HIGH_KEY,E1); Sampler.setSoundPropertyForSelection(LOW_KEY, E1); } if (value == 4) { Sampler.setSoundPropertyForSelection(ROOT, B3); Sampler.setSoundPropertyForSelection(LOW_KEY, B3); Sampler.setSoundPropertyForSelection(HIGH_KEY, B3); } }; Content.getComponent("ComboBox1").setControlCallback(onComboBox1Control);

      Ultimately, I set up two methods to call different methods depending on whether the value in the combobox increases or decreases.😹

      Wow, this method is so cool! Thank you for the code comments; they really enlightened me.

    • E

      How to add a new tab ?

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

      @Elisee18 I have an old video showing a method of doing this (it requires scripting)

      https://youtu.be/_s7LTRz8pEc