• Image directory not found…

    15
    0 Votes
    15 Posts
    210 Views
    M

    @Meucci just to update...

    Searching for some solution, i still cant compile my pluygin, but i could compile it directly on Visual Studio 2022!

    Its working... for some reason, the problem is on HISE compilation.

  • just to let u know between pressing f5 and hitting Compile

    1
    0 Votes
    1 Posts
    56 Views
    No one has replied
  • The new feature "Create C++ GC Node" crashes Hise

    Solved
    2
    0 Votes
    2 Posts
    67 Views
    Christoph HartC

    @griffinboy oops, yeah that happens when you haven't initialised the routing manager. It's fixed now (also my new meta-template wizardry didn't compile on macOS which should also be good now).

  • GLOBAL CABLE not working in compiled vst

    17
    0 Votes
    17 Posts
    595 Views
    Christoph HartC

    Ah yes, it was in fact not working in the compiled plugin - I somehow missed to call the connection call after compiling the plugin. Should be fixed now.

  • allowDuplicateSamples broken in full expansions

    Solved
    4
    0 Votes
    4 Posts
    69 Views
    d.healeyD

    @Christoph-Hart By default it's true, which means it doesn't allow them. I'm currently rebuilding Rhapsody with it set to false, so for all future expansion it will be enabled.

  • Plugin Parameters aren't working (Rhapsody)

    8
    0 Votes
    8 Posts
    256 Views
    iamlampreyI

    @d-healey I just realized a pretty decent workaround is to assign relevant GUI parameters to CC messages, that way the end user can also right-click and bind/unbind whatever they want for automation AND if you stick to conventional CC (like assigning Attack to CC73), most workstations will label them automatically.

  • Snippet Browser crashes HISE

    5
    0 Votes
    5 Posts
    122 Views
    dannytaurusD

    @Christoph-Hart I'm just launching the HISE Debug app.

    From what I can tell, all snippets cause the crash. I have downloaded the assets.

    When I run in Xcode and try to load a snippet:

    CleanShot 2024-10-01 at 08.43.42.png

    I don't know anything about debugging with Xcode so not sure what is meaningful to you and what isn't.

  • OpenGL shader is not working in 4.0.0

    16
    0 Votes
    16 Posts
    619 Views
    Christoph HartC

    @Gabor-K haha that‘s always the least satisfying fix :)

    But it goes to show how fragile Open GL is (or has become) on macOS. Which is a shame because you can do really cool stuff with it).

  • Cannot use Graphics drawing on Linux

    15
    0 Votes
    15 Posts
    453 Views
    d.healeyD

    @oskarsh It is in the official repo already. I've just pre setup my juicer file for my use case.

  • editorData.json causing segfault with css

    Solved
    5
    0 Votes
    5 Posts
    85 Views
    d.healeyD

    @Christoph-Hart Yep all fixed now, thanks - you've been a busy bee today!

    🐝

  • [bug] Multipage Dialogs with GCC/G++14

    3
    1 Votes
    3 Posts
    97 Views
    d.healeyD

    @Christoph-Hart The creator app won't build for me, I think it's the same kind of issue we had with earlier versions of HISE, lots of errors like:

    ../../Source/Exporter.cpp:20:20: error: ‘CodeGenerator’ is not a member of ‘hise::multipage’; did you mean ‘hise::simple_css::CodeGenerator’? 20 | multipage::CodeGenerator cg(rootDir, projectName, exportObj);

    Your test snippet opens with a blank window also.

    However, I noticed that with a debug build the multipage dialogs do display properly.

    So I tried the release build with different optimisation settings. (Link time optimisation was enabled for all tests).

    -O0 - Dialogs show
    -O1 - Dialogs show
    -O2 - No dialogs
    -O3 - No dialogs

  • CSS Auto Suggestion/Completion Not Working in latest Commit 8cdac4eb

    2
    0 Votes
    2 Posts
    122 Views
    DabDabD

    Please fix it... bump bump no css autocompletion.

  • WebView Doesn't Work in Compiled Plugins and Stand-alone Apps

    Solved
    16
    0 Votes
    16 Posts
    475 Views
    DabDabD

    @Adam_G I have updated to the latest commit where I am having same Webview White Box in Compiled plugins. Additionally there is no CSS Auto completion and suggestion. I don't know what's going on.
    https://forum.hise.audio/topic/10570/css-auto-suggestion-completion-not-working-in-latest-commit-8cdac4eb

  • Problem with Sampler GroupXF / Crossfade Groups

    8
    0 Votes
    8 Posts
    155 Views
    Oli UllmannO

    @d-healey
    I have experimented a little. If you also integrate the sampler into the script as a “typed sampler script reference” and then use the “refreshInterface()” function, the interface is also updated when the sampler is open and you don't have to close and open the sampler.

  • Sampler.ID constant doesn't work

    2
    1 Votes
    2 Posts
    134 Views
    griffinboyG

    @ustk

    I'm having this issue now.
    Is there a solution to get the id / name of a sampler from a sampler object variable?

  • Envelope table - global mod bug ?

    Unsolved
    8
    0 Votes
    8 Posts
    166 Views
    HISEnbergH

    @Lindon @ulrik Thanks guys. I will try somethings in scriptnode though I don't expect such different results. Will post here if I find a solution.

    Usually I wouldn't mind but my project is fairly dependent on having one global table envelope. I tried cheating by linking ScriptTables together but this was also causing crashes in HISE.

  • [bug] Release trigger attenuation table causes instant crash

    Solved
    2
    0 Votes
    2 Posts
    52 Views
    Christoph HartC

    @d-healey Ah yes, why can't everything be as simple a fix as that?

  • Script slider with an attached filmstrip

    9
    0 Votes
    9 Posts
    342 Views
    DabDabD

    I have found

    s->enableShiftTextInput = value.getProperty("showTextBox", true);

    in ScriptTableListModel.cpp and

    setDefaultValue(ScriptSlider::Properties::sendValueOnDrag, true);

    in ScriptingApiContent.cpp
    I guess they are causing the issue.

    However I am trying to make the true to false

    setDefaultValue(ScriptSlider::Properties::showTextBox, true);
  • 0 Votes
    6 Posts
    145 Views
    Dan KorneffD

    @orange If low ratio is 1, high works independently for me:

    highalone.gif

  • Instant crash when loading Hardcoded Polyphonic FX in Slot FX

    4
    0 Votes
    4 Posts
    97 Views
    Christoph HartC

    @ally the effect slot can only host master effects but good reminder to remove the polyfx from the list.

29

Online

1.9k

Users

10.6k

Topics

92.4k

Posts