HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Recent
    Log in to post
    Load new posts
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • All tags
    • lijas90L

      Opening a Panel When Selecting โ€˜Stepsโ€™ in LFO ComboBox

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      6 Views
      d.healeyD

      @lijas90 In your callback you need to do 2 things.

      Hide/show the panel
      Set the attribute of the LFO.

      You're already doing the first one, so just one step to go. I have a ton of videos where I show how to set module attributes from controls - it's the same for all component (knobs, buttons, combo boxes, etc.). The only difference is that with a combobox the first value is 1, not 0.

    • iamlampreyI

      Introducing Altar (and looking for Windows testers)

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      15
      9 Votes
      15 Posts
      502 Views
      SawatakashiS

      @iamlamprey Awesome! Could you please update the libraries in "src" folder? I can't open the project without those libraries. So sad

    • LindonL

      Macro Modulators...seem to be broken

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      4
      0 Votes
      4 Posts
      66 Views
      d.healeyD

      @Soundavid You don't need that loop. Just Message.ignoreEvent(true); is enough to ignore all events.

    • K

      multi-callback ScriptProcessor portamento script (combined Delta Time + Velocity glide)

      Watching Ignoring Scheduled Pinned Locked Moved Presets / Scripts / Ideas
      4
      0 Votes
      4 Posts
      57 Views
      d.healeyD

      @keysounds SWAM instruments use physical models, they are very complicated.

    • J

      Handling un-pitched loops in the sampler

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      1
      0 Votes
      1 Posts
      18 Views
      No one has replied
    • ulrikU

      Using Bang and Blend nodes

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      4
      0 Votes
      4 Posts
      74 Views
      ulrikU

      @Chazrox I have no idea, strange.
      I remade it from the ground and then it worked

    • ulrikU

      lookup tables

      Watching Ignoring Scheduled Pinned Locked Moved Solved ScriptNode
      14
      0 Votes
      14 Posts
      196 Views
      ulrikU

      @ustk said in lookup tables:

      @ulrik that one is quite a network!
      There might have been a way to place all those in a C++ node with hardcoded arrays

      Yes that's possible, but I have no idea how to do that.
      Next time I'll learn ๐Ÿ˜

    • pcs800P

      Text input

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      44 Views
      d.healeyD

      @pcs800 said in Text input:

      Yes, but you cannot hit enter to move down a line.

      f431de1d-b0a3-4a75-8085-8a8271617a26-image.png

    • ustkU

      sendDataToGlobalCable issue No matching member function

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions
      3
      0 Votes
      3 Posts
      113 Views
      ustkU

      In the end it was just a parameter type issue, this function accepting var type only (unlike when sending data from the UI)
      So whatever you want to pass in, you first need to perform a type conversion.

    • dannytaurusD

      Black Friday self-promotion?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      66 Views
      dannytaurusD

      @d-healey I'm clearly not explaining myself very well ๐Ÿ˜‚

      I see folks on this forum releasing HISE plugins and I often think I'd like to check out what they're selling and how it works/looks/feels, as 'research' (easy way to justify spending money ๐Ÿ˜œ) and partly a kind of HISE pride thing.

      Of course people are going to promote their Black Friday sales on real, prominent places. I just thought it might be nice if the HISE devs here had a place to drop their links so other HISE devs here could be aware of them.

      Example:

      Prototype Audio are 70% off, including the new Fraction https://prototype.audio
      Noise Ash plugs are up to 80% off https://noiseash.com/
      Wave Alchemy Triaz is 50% off https://www.wavealchemy.co.uk/product/triaz/
      Sampleson Meta Piano is 33% off https://sampleson.com/metapiano.html

    • P

      Issue creating a c++ script fx node with multiples .h files

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      15
      0 Votes
      15 Posts
      120 Views
      HISEnbergH

      @Papours Nice glad you solved this!

    • HISEnbergH

      Preset Display Bar - Display your preset, Previous & Next Buttons, etc.

      Watching Ignoring Scheduled Pinned Locked Moved Snippet Waiting Room preset browser preset button
      1
      7 Votes
      1 Posts
      37 Views
      No one has replied
    • ustkU

      Third party C++ log to console

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      83 Views
      ustkU

      @Orvillain nice! Do you stick it on release as well?
      EDIT: getting a compilation error for release because of the snippet browser.

    • DanHD

      Duplicate Script FX Network

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      123 Views
      iamlampreyI

      clanker strikes again lol

    • J

      COMPLING ISSUSE ON MY MAC

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

      Switch to xcode 14.3.1

      I spent 16 hours on this issue randomly finally found a old forum thread, and for whatever reason that worked.

      Im doing it on ventura with a virtual machine, so if it doesnt work im sorry :(

    • CatABCC

      How can I make KeySwitch trigger only once?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      0 Votes
      7 Posts
      251 Views
      CatABCC

      @d-healey
      Hello~David~~, sorry, I've been very busy lately and haven't been on the forum. But I suddenly realized something these past few days: I just need to add this simple code to the onNoteOff function of the Interface, and it will work!

      local n = Message.getNoteNumber(); if (n > 25) { Synth.playNote(24, 100); }
    • DanHD

      LAF ModWheel & PitchWheel Sliders Design

      Watching Ignoring Scheduled Pinned Locked Moved Snippet Waiting Room
      7
      3 Votes
      7 Posts
      66 Views
      DanHD

      @Christoph-Hart ah yes missed that lol

    • DanHD

      Stock Table Upgrade?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      40
      1 Votes
      40 Posts
      535 Views
      ustkU

      Next, being able to choose the spline function among 20 different... per section! ๐Ÿš€

      alt text

    • DanHD

      LAF ModWheel / PitchWheel for your own use

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      9
      10 Votes
      9 Posts
      140 Views
      DanHD

      @Christoph-Hart added to the snippet waiting room. Is that enough?

    • LindonL

      Harmonic Filter problems

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      3
      0 Votes
      3 Posts
      40 Views
      LindonL

      @d-healey yes likely - but for me its happening with the polyphonic harmonic Filter...I'm trying to build my own...with cloned svf_eq filters in scriptNode - but its not as good ....