• Get list of midi files

    19
    0 Votes
    19 Posts
    698 Views
    Dan KorneffD

    @d-healey said in Get list of midi files:

    99% of the time var should not be used

    Thanks for this advice as well.

  • Anyone Done a Rerdering FX?~

    31
    1 Votes
    31 Posts
    3k Views
    marcLabM

    @Lindon I guess I'll manage a shit load of panels then :p

    Thanks!

  • scripting routing matrix - add connections

    86
    1 Votes
    86 Posts
    5k Views
    NatanN

    @Christoph-Hart said in scripting routing matrix - add connections:

    The blue cables are send connection but the API functions were missing.

    Link Preview Image - added RoutingMatrix.addSendConnection() API calls · christophhart/HISE@036b6c0

    The open source framework for sample based instruments - - added RoutingMatrix.addSendConnection() API calls · christophhart/HISE@036b6c0

    favicon

    GitHub (github.com)

    I've added them to the newest branch, if you need them in the scriptnode branch, you should be able to port this commit pretty easily...

    @Christoph-Hart Could You Please Add This One To Master Branch ?

  • isEmailAddress

    7
    3 Votes
    7 Posts
    306 Views
    d.healeyD

    @dustbro I don't think a video is neccessary.

    Server.isEmailAddress("dustbro@hise.com"); // True
    Server.isEmailAddress("dustbrohisecom"); // false

  • Prev Next For CB, Shows Error :/

    11
    0 Votes
    11 Posts
    373 Views
    NatanN

    @ulrik @UrsBollhalder
    Haha, This Fixed The Issue, Not Sure Why, But Error is Now Gone :)

    // Just Added 0+ To The Filternames, And It Fixed :) FilterADSP.setAttribute(FilterADSP.Mode,0+FilterNames[component.getItemText()]);
  • showMarkdownMessage

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied
  • Brainteaser puzzle

    6
    2 Votes
    6 Posts
    411 Views
    d.healeyD

    @ustk A wrong one :p I assumed the entire bath would fill in one minute with both taps on and the plug in. Giving a fill time of 1:20 with the plug out, but the correct answer is the one you got - the original poster of the puzzle gave the correct answer a few hours ago.

  • best way to escape....

    16
    1 Votes
    16 Posts
    595 Views
    ulrikU

    @Christoph-Hart yes it works if I attach the characters it works, thank you!

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Paint routine for Natan

    33
    3 Votes
    33 Posts
    2k Views
    MikeBM

    @Natan Ok

  • Removing 2 Digits From First Of A Label

    4
    0 Votes
    4 Posts
    179 Views
    NatanN

    @ustk Yep :) Done

    if (value) { local items = component.get("items").split("\n"); local t = items[value]; // Without submenu name local t2 = t.substring(t.indexOf(":") + 5, t.length); Label.set("text", t2); Console.print("Selected Item ID: " + value); } Label.changed();
  • Connecting A Panel To Another Painted Panel, On Script Processor

    20
    0 Votes
    20 Posts
    479 Views
    NatanN

    @d-healey Thank You Sir 👏 Yeah @ulrik Did A Great Job

    In A Few Snippet Back, There Was A Simple Issue That Quickly Fixed By Ulrik, For Keyboard.
    Then We Seperated The Scaling System ( To Use The Defercallbacks On Main Init )
    And Added A Dummy Intervals So The Painted Keyboard Look At It, And Do The Coloring.

    Indeed It Is A Beautiful Piece Of Code.
    And Was Challenging 👏

    Btw, Thanks For Your First Snippet, That Helped To Solve The Puzzle 👏🤍 Much Appreciated

  • How do you set a VST/AU Parameter from a script? and Automate?

    2
    0 Votes
    2 Posts
    424 Views
    ?

    Bumping because I just came across this problem too, I noticed some commits in the Master branch related to automation but I still can't get ScriptComponent.changed() to update a DAW Automation Parameter :/

    Bottom left you can see the DAW not updating despite everything working correctly internally.

  • Content.storeAllControlsAsPreset fixed ?

    2
    0 Votes
    2 Posts
    136 Views
    ulrikU

    @ulrik Ok, I solved it with

    Engine.loadFromJSON()

    and

    Engine.dumpAsJSON()

    I collected all Panel.getValue()'s and stored them as objects and could get them back after a new start of the app.

    So instead of manually script all getValues and setValues, would it be possible to collect all components values in one go, like you can with

    Content.storeAllControlsAsPreset

    and then save it with Engine.dump...?

  • How to set scriptnode knob range via scripting?

    4
    0 Votes
    4 Posts
    360 Views
    d.healeyD

    @Matt_SF Thank you!

  • addToMacroControl

    3
    0 Votes
    3 Posts
    217 Views
    ?

    Bump - is there any way to "batch connect" multiple GUI elements to a single macro via scripting?

    addToMacroControl makes the GUI element the Master, but I need to do it the opposite way.

  • Connecting knobs to limiter = weirdness

    9
    1 Votes
    9 Posts
    318 Views
    DanHD

    @Lindon Yep, it's not quite as suited to my needs but hey ho!

  • 0 Votes
    6 Posts
    593 Views
    d.healeyD

    @Casey-Kolb Just came back to this for another project and figured I'd try to make it work using your idea. I found the missing piece of the puzzle. You must include the floating tile type.

    const tileData = { "Type":"AHDSRGraph", "ProcessorId": "sampler1GainAHDSR", "Index": -1 };
  • Customize Right Click Menu for Sliders

    6
    0 Votes
    6 Posts
    332 Views
    ?

    @Bob-Stuck Try commenting out line 111 in MacroControlledComponents.cpp in the source code:

    m.addSubMenu("Assign MIDI CC", s, true);
  • changing size of black keys RE D Healeys custom Keyboard video

    11
    0 Votes
    11 Posts
    861 Views
    G

    @d-healey I got i t working. I had to paint the panel background blue as i was unsure if the black key was being painted properly. Screenshot 2021-07-18 at 13.53.50.png

    You were so right, re writing the if statement properly made it make sense in my head. I noticed there was a * missing in the fillRect array, I wondered why i was getting errors then realise i wasnt timesing I by anything ;)

    Screenshot 2021-07-18 at 13.54.18.png

    cheers David and @Lindon cheers Lindon too

29

Online

1.8k

Users

12.1k

Topics

105.8k

Posts