HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. bfaudio
    3. Topics
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 21
    • Posts 91
    • Groups 0

    Topics

    • B

      global time mod invert script

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      127 Views
      B

      @Lindon of course it is, thankyou.
      I think I tried that with intensity and had to do it the way I posted for it to work so I just went straight to that for inverting.
      Need to stop asking questions at 11pm when I’ve been going since dawn.
      Thanks

    • B

      Sliderpack first time

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      92 Views
      B

      @d-healey Thankyou, I had it in my head that the processor id wasn’t in the inspector for slider packs.
      Facepalm.
      Thanks as always

    • B

      SNEX error

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      4
      0 Votes
      4 Posts
      295 Views
      B

      @ustk amazing thank you!

    • B

      Oversampling method

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      4
      0 Votes
      4 Posts
      318 Views
      B

      @orange @Christoph-Hart Amazing, thank you both!

    • B

      Anyone have trouble exporting dll with switches?

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      14
      0 Votes
      14 Posts
      826 Views
      B

      @HISEnberg ahhh right thanks, I’ll try it when I get home. Very much still learning :)

    • B

      Limit movement range of a knob

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      236 Views
      B

      @ustk Thankyou so much, that's exactly what I was looking for!

    • B

      script fx multi channel output

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      4
      0 Votes
      4 Posts
      208 Views
      B

      @Lindon Thanks, I tried that but maybe did something out of step. Ill try again.

    • B

      Help making a knob turn an effect on and off

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      132 Views
      B

      @Lindon Champion! Thankyou.

    • B

      Hardcoded fx no network since move to pc

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      9
      0 Votes
      9 Posts
      498 Views
      B

      @d-healey Solved! It seems the nodes were the culprits. Once I removed those all exported fine.
      Thankyou again!

    • B

      HISE crashes when trying to open snippet browser

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      3
      0 Votes
      3 Posts
      134 Views
      B

      @d-healey thanks, I’ll have a look

    • B

      Key limit waveform generator

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      5
      0 Votes
      5 Posts
      272 Views
      B

      @d-healey thank you again, as always!

    • B

      Run/Build on Mac issues

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      4
      0 Votes
      4 Posts
      318 Views
      B

      all good, solved it.

      Problem was between keyboard and chair as usual.

    • B

      Initialise automatic keyboard colouring

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      6
      0 Votes
      6 Posts
      343 Views
      B

      Solved.

      Simply copied 'setKeyColour();' out of the 'inline function' keyboard part of the script and put it on its own line.

    • B

      Putting a clickable link on the UI.

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      3
      0 Votes
      3 Posts
      271 Views
      B

      @orange Thankyou!

    • B

      Preset browser

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      13
      0 Votes
      13 Posts
      760 Views
      B

      @d-healey double Thankyou!

    • B

      Help with assigning knobs...

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      25
      0 Votes
      25 Posts
      1k Views
      B

      @d-healey said in Help with assigning knobs...:

      const var Knob1 = Content.getComponent("Knob1");

      inline function onButton1Control(component, value)
      {
      Knob1.setMode(value == 0 ? "TempoSync" : "Frequency");
      };

      Content.getComponent("Button1").setControlCallback(onButton1Control);

      Thanks, that seems to have gotten it!