• Project won't open

    11
    0 Votes
    11 Posts
    1k Views
    d.healeyD

    @christoph-hart Oh I forgot. Just tried it and it seems to have worked :D

    alt text

  • Automation doesn't redraw panels

    13
    0 Votes
    13 Posts
    1k Views
    Christoph HartC

    Ah, OK, then I'll take a look why it doesn't behave...

  • No sample names in table

    5
    0 Votes
    5 Posts
    626 Views
    Christoph HartC

    Yeah, it most likely has something to do with the new file pool system and shouldn't be too hard to fix.

  • User presets not available in exported plugin

    2
    0 Votes
    2 Posts
    461 Views
    Christoph HartC

    Ooops, I was still using the old GZIP decompressor to extract the user presets which are now compressed with the new shiny zstd compression algorithm :)

  • Default knob control properties

    2
    0 Votes
    2 Posts
    305 Views
    Christoph HartC

    Yes, I don't think that anyone that starts thinking about customizing it's UI in anyway is using the default knobs :)

  • Filter Mode Dropdown Bug

    6
    1 Votes
    6 Posts
    920 Views
    Christoph HartC

    The filter IDs are not subsequent because it would prevent me from adding new filters without breaking backwards compatibility. That's why the FilterModeList object is there. Basically you create a custom array containing all filters you need and add get the correct filter ID via this code:

    const var modes = Engine.getFilterModeList(); const var myFunkyFilters = [modes.LowPass, modes.StateVariableNotch]; comboBox.addItem("LowPass"); comboBox.addItem("Notch Funky Yeah"); inline function onComboBoxControl(component, value) { local filterIndex = value - 1; filter.setAttribute(filter.Mode, myFunkyFilters[filterIndex]); }

    Protip: If you type modes. and press Escape you get a dropdown with all filter modes available.

  • Container modulators not working

    29
    0 Votes
    29 Posts
    2k Views
    d.healeyD

    @christoph-hart Yey, going to build now!

  • Save XML bug 1.5.1 Build Aug25

    1
    0 Votes
    1 Posts
    250 Views
    No one has replied
  • Possible Decay Curve Bug

    1
    0 Votes
    1 Posts
    276 Views
    No one has replied
  • Sampler playback = instant close

    5
    0 Votes
    5 Posts
    551 Views
    d.healeyD

    @christoph-hart Wonderful, seems to be working fine now.

  • Can't open existing project in develop branch

    7
    0 Votes
    7 Posts
    756 Views
    d.healeyD

    @christoph-hart Excellent!

  • 0 RR groups

    4
    0 Votes
    4 Posts
    473 Views
    d.healeyD

    @christoph-hart I will report all glitches I find :)

  • Instant Close on Non-existent component

    2
    0 Votes
    2 Posts
    368 Views
    d.healeyD

    Fixed in the develop branch

  • Develop branch errors

    3
    0 Votes
    3 Posts
    410 Views
    d.healeyD

    @christoph-hart Thanks, downloading now!

  • Freeze on file browser

    1
    0 Votes
    1 Posts
    312 Views
    No one has replied
  • SampleMap File Error !

    1
    0 Votes
    1 Posts
    349 Views
    No one has replied
  • Slider text box disabled = border

    2
    0 Votes
    2 Posts
    704 Views
    d.healeyD

    Coming back to sliders again as I start to finalise my instrument. Disabling the show text option still leaves the border around the slider.

    So I used the method where a hidden slider is placed over a panel, however It still provides the ability for the user to enter values via shift+click (even with show text disabled) which I would like to disable on my vertical sliders.

    There still doesn't seem to be a way to restore the basic slider control to its default value when the show text option is enabled.

    I could just use a custom slider/panel but then I lose the nice value popup feature. Another option I'm going to try is putting a custom panel over a slider control which I think will allow me to do what I want and still have the value popup the downside to this is I have 8 sliders I want to setup in this way which means 16 controls and some extra code and the whole thing feels untidy.

    Update: I managed to get the slider controlling the knob but unfortunately it loses the value popup (I assume this muse be part of the mouse callback of the knob itself).

  • old filmstrip VU meter code no longer works...

    1
    0 Votes
    1 Posts
    591 Views
    No one has replied
  • Newest hise wont compile vs2015

    16
    0 Votes
    16 Posts
    1k Views
    M

    i figured out the issue after all the others was asio4all. finally upgraded

  • Bad Meta Data Import on New Version

    2
    0 Votes
    2 Posts
    609 Views
    M

    A better question is that how can Hise have the same Build and Version number, yet have completely different results? I figured we would build the latest and greatest this week to make sure all bugs were gone and the new version actually lost the feature that the May build had correct.

46

Online

1.6k

Users

11.1k

Topics

96.8k

Posts