• MidiProcessor Exists

    1
    0 Votes
    1 Posts
    476 Views
    No one has replied
  • Already included error

    1
    0 Votes
    1 Posts
    544 Views
    No one has replied
  • Includes absolute path

    2
    0 Votes
    2 Posts
    665 Views
    Christoph HartC

    Fixed in the latest commits.

  • numPressedKeys and isLegatoInterval with ignoreEvent

    3
    0 Votes
    3 Posts
    687 Views
    d.healeyD

    Aha! I misunderstood what was happening. The current behaviour is fine :)

  • Timer callback in multiple scripts

    4
    0 Votes
    4 Posts
    1k Views
    Christoph HartC

    It creates an extra timer but it runs in the message thread, so I would use it for audio stuff, and actually since ScriptPanels also have a timer for animation it became pretty useless - I think I added it before I added timers to the Panels but left it in the code base for some weirder use cases. Somehow the API doc didn't make it in the autocomplete list, but this is the usage:

    const var timer = Engine.createTimerObject(); timer.startTimer(150); // in milliseconds timer.callback = function() { Console.print("tut"); };
  • How to check if a key is held

    4
    0 Votes
    4 Posts
    816 Views
    Christoph HartC

    I thought it was there, but it wasn't. But I added it now, this is a reasonable request.

  • Setting filter gain in script

    3
    0 Votes
    3 Posts
    742 Views
    Christoph HartC

    Alright, it's fixed.

  • GUI in non-deferred script

    6
    0 Votes
    6 Posts
    1k Views
    d.healeyD

    That makes sense, thanks for confirming

  • Loading external script files with includes

    4
    0 Votes
    4 Posts
    889 Views
    d.healeyD

    ok cool, thanks

  • Pause, Wait, Sleep?

    6
    0 Votes
    6 Posts
    1k Views
    d.healeyD

    Thanks, really easy :)

  • Set volume for message

    8
    0 Votes
    8 Posts
    2k Views
    d.healeyD

    Brilliant, thanks :) this will be very helpful

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Crossfading Notes

    11
    0 Votes
    11 Posts
    2k Views
    Christoph HartC

    I don't know. They're both pretty cheap so I don't think this will be a bottleneck anywhere but if I have to guess I would say the scripting functions are a bit faster.

  • Time out rendering sample error/warning

    3
    0 Votes
    3 Posts
    554 Views
    d.healeyD

    I'll have to see if I can recreate it in a more isolated context

  • How to loop object key/values

    3
    0 Votes
    3 Posts
    673 Views
    d.healeyD

    Oh, that simple :) thanks

  • Check if array key exists via the in operator

    3
    0 Votes
    3 Posts
    622 Views
    d.healeyD

    Thank you :)

  • Panel Text

    7
    0 Votes
    7 Posts
    1k Views
    Christoph HartC

    Oops, I forgot about the extraProperties parameter. (I added it before I added the data member, but the latter is much more versatile).

  • Rounding numbers

    5
    0 Votes
    5 Posts
    942 Views
    d.healeyD

    Fantastic!

  • Removing Combo Box Arrows

    3
    0 Votes
    3 Posts
    790 Views
    d.healeyD

    Thanks I'll try it out. I'm reusing some graphics from a Kontakt project which already includes an arrow for the drop down menus so the combobox one is not needed for this project, although I could edit the graphic to remove the arrow but I think it looks good in this context.

  • Searching arrays

    3
    0 Votes
    3 Posts
    664 Views
    d.healeyD

    :D you're the man!

56

Online

2.0k

Users

10.9k

Topics

95.0k

Posts