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

    5
    0 Votes
    5 Posts
    273 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
    93 Views
    No one has replied
  • [bug] Changing container channel amount = crash

    12
    0 Votes
    12 Posts
    2k Views
    gorangroovesG

    @aaronventure Thank you! Got it.

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

    8
    0 Votes
    8 Posts
    434 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
    354 Views
    No one has replied
  • Code editor slow down

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

    79
    0 Votes
    79 Posts
    12k 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
    388 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
    569 Views
    DanHD

    @Christoph-Hart working, thanks!

  • Compilation error

    59
    0 Votes
    59 Posts
    8k 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
    2k Views
    Adam_GA

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

  • MPE problem with Seaboard

    6
    0 Votes
    6 Posts
    572 Views
    P

    @Christoph-Hart said in MPE problem with Seaboard:

    modulator

    I changed it in the HISE MPE panel

  • Can't collapse module tree

    11
    0 Votes
    11 Posts
    694 Views
    d.healeyD

    @Christoph-Hart Oki doki

  • Convolution gain louder at higher sample rates

    37
    0 Votes
    37 Posts
    6k Views
    bendursoB

    @Dan-Korneff Cool thanks, I was learning scriptnode these days and I was able to do that. But how did you monitor the Sample Rate changes? In your last code post you were asking about that.

    Making a timer to monitor the current sample rate would be another option to constantly output the values. Wouldn't there be any problem with this?

  • URLs in HISE Forum emails are in incorrect format

    7
    0 Votes
    7 Posts
    619 Views
    Dominik MayerD

    Hey,

    That's all in my area. :)
    I had to change some forum configurations to get the forum back up.. and as you probably noticed 😥 it's still in a kind of unstable state.. There are still some missing underlying node-js updates that i think are causing the disruptions.

    In the next days i will finally have some free time to take a look into this.
    Thanks for your reports! And hopefully this is all resolved soon,

    All best
    Do

  • Global Sample Folder Wild Card Not Working on M2 Mac

    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • Mouse scroll wheel UP doesn't register for sliders and knobs

    6
    0 Votes
    6 Posts
    271 Views
    gorangroovesG

    @ulrik You are right. Same here.

  • Midi file drag and drop not working

    3
    0 Votes
    3 Posts
    587 Views
    E

    @ElectroBlue Also, is there a way to make a midi loop automatically play whenever you press a key on the midi keyboard? Like how the arpeggiator works.. this way I can just add an ON/Off button in the UI for the midi loop.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied

50

Online

2.1k

Users

12.9k

Topics

111.9k

Posts