• How to load DSP network into project

    4
    0 Votes
    4 Posts
    280 Views
    musictopM

    @Christoph-Hart - the new layout looks very nice.

  • Midi Player - Playlist

    4
    0 Votes
    4 Posts
    464 Views
    DimitrisSPD

    @Christoph-Hart This way seems to be better than mine...is it easy to have a small example as starting point so we can work it out?

  • Attributes not visible in module

    7
    0 Votes
    7 Posts
    282 Views
    Christoph HartC

    The reduction parameters are read only (for visualising what the dynamics module does).

  • Get list of midi files

    19
    0 Votes
    19 Posts
    710 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
    ?

    @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
    320 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
    378 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
    78 Views
    No one has replied
  • Brainteaser puzzle

    6
    2 Votes
    6 Posts
    429 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
    632 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
    3k Views
    MikeBM

    @Natan Ok

  • Removing 2 Digits From First Of A Label

    4
    0 Votes
    4 Posts
    186 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
    484 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
    464 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
    141 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
    406 Views
    d.healeyD

    @Matt_SF Thank you!

  • addToMacroControl

    3
    0 Votes
    3 Posts
    221 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
    322 Views
    DanHD

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

27

Online

1.9k

Users

12.5k

Topics

108.9k

Posts