• TempoSync Mode Additions

    6
    0 Votes
    6 Posts
    2k Views
    Christoph HartC

    The problem I see here is that you have to define the tempo with one value only (so it can be connected to one parameter).

    But to be honest, it is nothing more than a lookup table of factors to determine the time and you can implement a system like this for yourself pretty easily.

  • Widget Graphics

    11
    0 Votes
    11 Posts
    3k Views
    Christoph HartC

    Yeah, there are only two, but since you can morph a panel into a button with just a few lines of code I'd like to keep the button rather simple.

  • Store arrays in MIDI lists

    2
    0 Votes
    2 Posts
    750 Views
    Christoph HartC

    I think this would be a case where it's better to just use a multidimensional array - the MidiList is a pretty small container which gets it's performance / usability advantages by limiting on numbers (its even not storing floating point, but simple 16bit integers). Making its slots dynamically resizable would defeat any performance advantage - you just end up with another multipurpose container type like the array :)

  • Get number of mic positions

    4
    0 Votes
    4 Posts
    1k Views
    d.healeyD

    It would also be helpful if we could retrieve the current purged/loaded status of a mic position

  • RR group count

    1
    0 Votes
    1 Posts
    670 Views
    No one has replied
  • Load script from clipboard shortcut key

    2
    0 Votes
    2 Posts
    974 Views
    Christoph HartC

    Yes, although I'll make it Ctrl+Alt+C/V (Ctrl+Shift+C is already in use for creating a script variable declaration when a module is selected.

  • Hide Combo Box Menu Item

    3
    0 Votes
    3 Posts
    1k Views
    d.healeyD

    Ah that's a good idea!

  • UI future ?

    Moved
    12
    0 Votes
    12 Posts
    3k Views
    d.healeyD

    Aha I think I get it, I'll have to play around with it. I don't have an example in mind, it just occurred to me that SVG might be a good format for a scalable ui

  • User hardcoded scripts

    14
    0 Votes
    14 Posts
    3k Views
    d.healeyD

    This looks awesome, I shall try it out soon. Thanks :) you work very quickly!

  • Radio Group Multiple Selection

    3
    0 Votes
    3 Posts
    1k Views
    d.healeyD

    Ok, I'll give it a go :)

  • User input from editable label

    3
    0 Votes
    3 Posts
    971 Views
    d.healeyD

    Ah cool, I was trying to get the text property I didn't think to try the value.

  • Traversing the tree

    3
    0 Votes
    3 Posts
    1k Views
    d.healeyD

    Thanks, I've just built it (first time I've tried) and it seems to be working .

    Here is an example of the kind of thing I'm hoping to do with such functions:

    In this example I had to specify each modulator in the script but it will be great when this script can just inserted in the container and it will add the modulators itself.

  • Timer on or off check

    2
    0 Votes
    2 Posts
    838 Views
    Christoph HartC

    Yes, this is reasonable. The method will be Synth.isTimerRunning() (the JUCE Timer class has a similar method so it's pretty easy to add this). I'll also add Synth.getTimerInterval() if I am at it.

  • Console error - highlight in code

    3
    0 Votes
    3 Posts
    1k Views
    d.healeyD

    This is excellent :)

  • Local variables reset

    5
    0 Votes
    5 Posts
    1k Views
    Christoph HartC

    Well, there is only you and me until now :)

  • VST hosting?

    4
    0 Votes
    4 Posts
    1k Views
    W

    I might still take advantage of your system and script a midi mixer vst to use in Max, since their JS doesn't run in the high-priority thread.....

  • WASAPI Support

    6
    0 Votes
    6 Posts
    1k Views
    Christoph HartC

    Yes, 256 or even 128 should also be no problem (things get a little bit tight at 64 samples).

  • Autorefresh Loaded Scripts

    10
    0 Votes
    10 Posts
    2k Views
    d.healeyD

    Ah that's good to know. Having all the callbacks in one main file will be good and then other functions can go into external files.

  • Reverse sampler playback

    5
    0 Votes
    5 Posts
    1k Views
    d.healeyD

    Yea I don't think that would be a problem, if RAM usage becomes an issue I'll tackle it with the other method.

  • Remote Updates

    4
    0 Votes
    4 Posts
    1k Views
    Christoph HartC

    Alright, I'll see what I can do.

    There is already a automatic update check for HISE itself (I think since Build 620), which does exactly this.

31

Online

1.8k

Users

12.1k

Topics

105.0k

Posts