• Linux memory consumption

    7
    0 Votes
    7 Posts
    336 Views
    tobanteT

    @d-healey Ok, so we need a way to have a static object without crashing the leak-detector and/or pluginval. There must be a way, there are other static objects in JUCE itself. I wonder how the ImageCache class does things.

  • Response gets slower and slower with every synth module added/ deleted

    11
    0 Votes
    11 Posts
    326 Views
    T

    @Christoph-Hart what are the implications of this for compiled plugins? Is this only something that is of concern for working in the HISE IDE?

  • Sample missing popup with full expansions

    1
    0 Votes
    1 Posts
    91 Views
    No one has replied
  • WebView instance crashes HISE when opening the project

    4
    0 Votes
    4 Posts
    323 Views
    diablo99D

    @ulrik 3.6.2, 23 Sep 2023 built. I just downloaded the release from "develop" commit and the crash still happens. Anyways I gave up with that, I just tried to use it because I have more experience in web programming, but I decided to learn more about hise scripting :cowboy_hat_face: Anyways I think that is important to report the bug.

  • Use Global App Data Folder MacOS - Cant Link Sample Folder

    9
    0 Votes
    9 Posts
    557 Views
    bendursoB

    @d-healey For me the only thing different was having to create those two folders manually. Everything else works the same.

  • AHDSR doesn't visually reset after last voice has stopped

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied
  • Edit shortcuts window is missing close button

    3
    0 Votes
    3 Posts
    109 Views
    Christoph HartC

    Yeah the problem with that is that I changed the way how icon path data is handled (I tried to reduce the binary size of HISE by putting all path data into one translation unit), however I need to update all places where I use the icons and if I forgot something, it will be an empty icon like here.

    I get an assertion if I try to render a path like that in my debug builds, however it appears that I haven't opened that particular window for quite some time :)

  • VST using huge amounts of RAM causing Lag

    14
    0 Votes
    14 Posts
    447 Views
    Adam_GA

    @Christoph-Hart thank you now i know EXACTLY how to exact my revenge :smiling_face_with_horns:

  • HISE from Oct 1st onward breaks my project in multiple ways

    5
    0 Votes
    5 Posts
    117 Views
    gorangroovesG

    @d-healey It seems like you were getting the same issue as me. I guess, that one bit was fixed, but there will be other bits to take care of. OK, I'll leave that for the end and consult my buddy, Chatty.

  • Content.getComponentUnderMouse()

    1
    0 Votes
    1 Posts
    60 Views
    No one has replied
  • [bug] Changing container channel amount = crash

    12
    0 Votes
    12 Posts
    689 Views
    gorangroovesG

    @aaronventure Thank you! Got it.

  • 0 Votes
    1 Posts
    69 Views
    No one has replied
  • AsyncUpdater crash when adding childpanel

    8
    0 Votes
    8 Posts
    188 Views
    Dan KorneffD

    @Christoph-Hart when I open the project in Visual Studio, I get a bunch of errors off the bat.

    Severity Code Description Project File Line Suppression State Error (active) E0020 identifier "activeMessage" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 90 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 26 Error (active) E0262 not a class or struct name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 26 Error (active) E0260 explicit type is missing ('int' assumed) My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 29 Error (active) E0020 identifier "AsyncUpdater" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 29 Error (active) E0065 expected a ';' My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 29 Error (active) E0864 Atomic is not a template My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 38 Error (active) E0260 explicit type is missing ('int' assumed) My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 40 Error (active) E0757 function "juce::<error>::AsyncUpdaterMessage" is not a type name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 40 Error (active) E0065 expected a ';' My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 41 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 44 Error (active) E0020 identifier "activeMessage" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 46 Error (active) E0079 expected a type specifier My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 46 Error (active) E0258 'this' may only be used inside a nonstatic member function My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 46 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 49 Error (active) E0020 identifier "jassert" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 55 Error (active) E0020 identifier "isUpdatePending" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 55 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 56 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 57 Error (active) E0020 identifier "activeMessage" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 59 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 62 Error (active) E0020 identifier "JUCE_ASSERT_MESSAGE_MANAGER_EXISTS" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 66 Error (active) E0065 expected a ';' My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 68 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 74 Error (active) E0020 identifier "activeMessage" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 76 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 79 Error (active) E0020 identifier "JUCE_ASSERT_MESSAGE_MANAGER_IS_LOCKED" is undefined My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 82 Error (active) E0065 expected a ';' My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 84 Error (active) E0276 name followed by '::' must be a class or namespace name My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 88 Error (active) E1670 a type qualifier is not allowed on a nonmember function My Test Plugin_SharedCode C:\Users\Dan\Documents\GitHub\HISE\JUCE\modules\juce_events\broadcasters\juce_AsyncUpdater.cpp 88

    Am I doing something silly? or is this something else.

  • Cakewalk Errors when scanning

    1
    0 Votes
    1 Posts
    157 Views
    No one has replied
  • Code editor slow down

    1
    0 Votes
    1 Posts
    157 Views
    No one has replied
  • Note Release - randomly gets stuck

    79
    0 Votes
    79 Posts
    6k Views
    R

    @Adam_G One of my testers is having this issue as well and it's frustrating to not be able to pinpoint the issue and be able to solve it

    Edit - I should have read the entire thread before replying to a post midway through.
    It seems that it may be fixed in the latest build - I shall build and test later

  • Unable to export projects on Mac after v3.5

    3
    0 Votes
    3 Posts
    261 Views
    D

    @Christoph-Hart Thank you... trying this crashed HISE, but I must have had some experiments lurking earlier in my project. Clearing the cobwebs of previous DSP fixed it.

    Xcode 15 is still not working here (judging by the Apple dev community it looks like this same error cropped up for a ton of people in the Xc15 beta cycle).

    Thank you again!

  • Encrypted Expansion & Engine.getNextUserPreset

    10
    0 Votes
    10 Posts
    245 Views
    DanHD

    @Christoph-Hart working, thanks!

  • Compilation error

    59
    0 Votes
    59 Posts
    3k Views
    d.healeyD

    @PLSEI1124 It worked here. You need to make a video, if you can't use screen capture then record your screen with a phone/camera

  • Pops/Crashes All DAWS Mac/Windows

    23
    0 Votes
    23 Posts
    742 Views
    Adam_GA

    @Christoph-Hart works perfectly on mac and pc. thank you!!

14

Online

1.6k

Users

11.1k

Topics

97.0k

Posts