• Colour Palette

    8
    0 Votes
    8 Posts
    617 Views
    DanHD

    @MikeB no, more something in the toolbar at the top of HISE where you also store some colours that you use regularly

  • [Feature Request] Mini Modules, Inside the scriptnode?!

    2
    0 Votes
    2 Posts
    208 Views
    Matt_SFM

    @Natan the reverb is already available in scriptnode. You have Size, Damp and Width controls.
    The delay is not but it can be done easily, as for the gain module.
    It could be nice not having to build an effect each time for different projects but what I did is, I have a 'factory project' which contains all my custom scriptnode fx and when I need them, I copy/paste them from the factory to the current project.

  • LAF "drawComboBox" isPopupActive should be a separate property

    2
    0 Votes
    2 Posts
    296 Views
    jonhallurJ

    @jonhallur obj.enabled property is also not just the enabled property

    obj->setProperty("enabled", cb.isEnabled() && cb.getNumItems() > 0);
  • LAF should include enabled state

    5
    0 Votes
    5 Posts
    485 Views
  • Waveform Generator - Pulse Width

    6
    1 Votes
    6 Posts
    583 Views
    LindonL

    @orange - plus its massively unintuitive - I still for the life of me cant work out how to get modulation around a specific value - so in your example - try getting the control to modulate quickly between 0 and 25% - not possible to do I think - whihc leads me to the opinion that macro modulators are not meant for this sort of thing - and a dedicated modulator is what is required....

  • Warping Sampler

    35
    0 Votes
    35 Posts
    5k Views
    Adam_GA

    @Christoph-Hart said in Warping Sampler:

    @KimiA I'll integrate it at some point in the future into HISE, but if you want to use it now, the easiest way would be to create a ThirdParty node, put the Rubberband code into DspNetworks/ThirdParty/src and write a custom file player node that uses the Rubberband API for pitch changes. Then you can export the dll and you can develop the C++ node without having to recompile HISE as it will be loaded as dll like compiled DSPNetworks.

    @UrsBollhalder this is how ^ but i think im too much of a newb to figure it out. surely some of the brilliant minds here have made it work though ?

  • 2 Votes
    5 Posts
    1k Views
    gorangroovesG

    Agree +1

  • [feature request] Show which group is active

    1
    0 Votes
    1 Posts
    122 Views
    No one has replied
  • this.setFocus()

    2
    1 Votes
    2 Posts
    213 Views
    David HealeyD

    @ulrik Yes please, I'd really like this.

  • [feature request] Fold interface designer shortcut key

    16
    3 Votes
    16 Posts
    2k Views
    Dominik MayerD

    Jeeehah!

    What a quality of life improvement for smaller monitors :))

    Go to %APPDATA% > HISE > editorData.json

    and add any Shortcut Key under "LayoutData" in the Tab that you want to modify.

    example:

    ... "Content": [ { "Type": "Tabs", "StyleData": { }, "Font": "", "FontSize": 14.0, "LayoutData": { "ID": "ScriptEditorTabs", "Size": -0.5544946346088778, "Folded": -1, "Visible": true, "ForceFoldButton": 0, "ForceShowTitle": 0, "MinSize": -1, "FocusKeyPress": "F3", // "FoldKeyPress" : "ctrl + 1 }, ...

    Heres' mine :)

    editorData.json
    ( F3 code editor, F4 Interface; ScriptWatchtable: ctrl-q, Componenlist ctrl-w, PropertyEditor ctrl-e )

    Greetings,
    Do

  • Feature Request:Data Folder

    44
    0 Votes
    44 Posts
    4k Views
    LindonL

    @d-healey said in Feature Request:Data Folder:

    @Lindon said in Feature Request:Data Folder:

    @Christoph-Hart - whats this?

    .existsAsFile()

    That's a JUCE/C++ function to check if a file exists. https://docs.juce.com/master/classFile.html#a2d79c296f148b00041aeeac0013716d9

    The HISE script version is File.isFile(); and File.isDirectory()

    yeah thanks. those Hise commands I already know..

  • Preprocessor/Compiler directives...

    7
    1 Votes
    7 Posts
    493 Views
    LindonL

    @d-healey the example is mostly a give away....

    I want to build a demo version of my app -that times out after and is run-able only a fixed number of times, and may have reduced functionality...

    I want a "full" version of my app that doesnt do (or is missing) any of that stuff - but it always asks for the serial first time thru.

    So really this gives me the flexibility to build a demo version and a full version from (nearly) the same codebase...

  • Installing Samples Dialog....

    130
    0 Votes
    130 Posts
    25k Views
    David HealeyD

    @parabuh HISE_DEACTIVATE_OVERLAY=1

  • Public/Private key encryption

    5
    0 Votes
    5 Posts
    373 Views
    LindonL

    @Christoph-Hart - yeah I've been a web guy - well actually a video distribution guy for the BBC, Sky etc.. and no, sniffing isnt the problem, the man in the middle doesn't need to understand the message - he just needs to bounce it back...

  • FAUST DSP integration

    6
    1 Votes
    6 Posts
    2k Views
    Dan KorneffD

    @Christoph-Hart excellent-happy.gif

  • WINDOWS: build 64-bit only option

    3
    0 Votes
    3 Posts
    287 Views
    Christoph HartC

    @tomekslesicki I think I ditched the 32bit already.

  • [feature request] skew factor for sliders

    7
    1 Votes
    7 Posts
    1k Views
    LindonL

    @d-healey said in [feature request] skew factor for sliders:

    The problem with this is the display value of the slider won't match the output value.

    Its been a long outstanding request that we can add a custom value list to the slider for this...like in KnobMan (1,2,3,4,5,6,7 etc.)

  • Interplugin communication

    4
    1 Votes
    4 Posts
    701 Views
    ustkU

    @d-healey A server system from juce can be used for that kind of communication but it isn't easy to implement for what I've seen
    I reckon it's InterprocessConnection with namedPipe

  • Modulate Send Effect gain

    3
    1 Votes
    3 Posts
    287 Views
    LindonL

    @Christoph-Hart - cool... well done...how does Daves fix for dynamic assignment of modualtors seem? I would really like that in there too... well actually I need that in there really...hint hint.. and he's already done the work... smiley face, sugar on top.. etc. etc. ......

  • Bulk Convert SampleMaps to WaveTables

    25
    0 Votes
    25 Posts
    2k Views
    ?

    @d-healey said in Bulk Convert SampleMaps to WaveTables:

    Time to learn

    Hahaha tomorrow :) bed time

28

Online

2.1k

Users

13.1k

Topics

113.9k

Posts