• Add CC modulator to container

    5
    0 Votes
    5 Posts
    1k Views
    d.healeyD

    Excellent!

  • Get script's chain ID

    5
    0 Votes
    5 Posts
    913 Views
    d.healeyD

    Aha! thanks, that makes perfect sense to me now. No I don't need a sample start one - at the moment anyway :)

  • Parametric EQ modulation

    3
    0 Votes
    3 Posts
    820 Views
    d.healeyD

    Ah that's good to know. I shall play around with the filters some more. I'm just experimenting with various things at the moment to improve my dynamics crossfades.

  • Turn faded out voices off

    8
    0 Votes
    8 Posts
    2k Views
    d.healeyD

    Thanks :D off to build now!

  • Check if event is active

    7
    0 Votes
    7 Posts
    1k Views
    d.healeyD

    Brilliant, I shall do as you suggest and I think it will solve the issue.

  • TempoSync Mode Additions

    6
    0 Votes
    6 Posts
    1k 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
    608 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
    862 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
    582 Views
    No one has replied
  • Load script from clipboard shortcut key

    2
    0 Votes
    2 Posts
    819 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
    898 Views
    d.healeyD

    Ah that's a good idea!

  • UI future ?

    Moved
    12
    0 Votes
    12 Posts
    2k 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
    2k 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
    882 Views
    d.healeyD

    Ok, I'll give it a go :)

  • User input from editable label

    3
    0 Votes
    3 Posts
    734 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
    957 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
    680 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
    782 Views
    d.healeyD

    This is excellent :)

  • Local variables reset

    5
    0 Votes
    5 Posts
    815 Views
    Christoph HartC

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

29

Online

1.7k

Users

11.4k

Topics

99.4k

Posts