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

      Text input

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      103 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
      142 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
      148 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
      282 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
      60 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
      124 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
      255 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
      70 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
      308 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
      117 Views
      DanHD

      @Christoph-Hart ah yes missed that lol

    • DanHD

      LAF ModWheel / PitchWheel for your own use

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      9
      10 Votes
      9 Posts
      203 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
      56 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 ....

    • OrvillainO

      Dynamic reassignment of effect slots

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

      This thread feels like the future.

    • J

      Coloured Keys not quite behaving...

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      9
      0 Votes
      9 Posts
      177 Views
      J

      @d-healey Seeing it and what its actually doing makes so much more sense now, thanks so much again for brilliant video!

    • HISEnbergH

      How to Open CSS Debugger?

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions css
      5
      0 Votes
      5 Posts
      118 Views
      ustkU

      @HISEnberg said in How to Open CSS Debugger?:

      Nevermind I see it: Top bar go to View > Reset Workspace. Always so many hidden features inside of HISE!

      Oh nice, was easier than I thought in the end 😆

    • DanHD

      Linear Slider - Prevent value jumping to mouse click point

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      9
      0 Votes
      9 Posts
      171 Views
      Christoph HartC

      Yes, it's a feature not a bug of the linear slider style to pick up the value when you click on it. If that is not active and you have some kind of mixer UI, then it feels like a plugin from 1996 if you need to drag it to set it to the current position.

      The proposed solution is correct: use a knob and then the drawRotaryKnob() function - even if your modwheel looks like a slider you want it to behave like a knob, so knob it is.

    • ustkU

      A follow up on the custom tables...

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      7
      1 Votes
      7 Posts
      141 Views
      Oli UllmannO

      I just saw this new thread... :-)
      Here's some info for you that I noticed recently:
      If you use the content callback of a table as follows:

      Table.setContentCallback(tableCallback); inline function tableCallback(i) { // Your code }

      i returns the index of the point that you control from outside, for example from a panel or a slider.
      This was very useful for my use case.

    • ILIAMI

      Dark and Bright UI Design

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      259 Views
      d.healeyD

      @Chazrox said in Dark and Bright UI Design:

      sendRepaintMessage(); works for everything

      Sure, but it it needed

    • DanHD

      Modwheel Global Mod

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      97 Views
      DanHD

      @Chazrox https://forum.hise.audio/topic/13830/laf-modwheel-pitchwheel

      No. It's pretty basic stuff!! I'll add some more sexiness down the line though

    • DanHD

      A way to have a non-transparent click-through panel?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      119 Views
      ChazroxC

      Yup, just set visible = true, enabled = false.