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

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

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

    79
    0 Votes
    79 Posts
    15k 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
    466 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
    682 Views
    DanHD

    @Christoph-Hart working, thanks!

  • Compilation error

    59
    0 Votes
    59 Posts
    10k Views
    David 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
    719 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
    818 Views
    David HealeyD

    @Christoph-Hart Oki doki

  • Convolution gain louder at higher sample rates

    37
    0 Votes
    37 Posts
    7k 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
    762 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
    218 Views
    No one has replied
  • Mouse scroll wheel UP doesn't register for sliders and knobs

    6
    0 Votes
    6 Posts
    296 Views
    gorangroovesG

    @ulrik You are right. Same here.

  • Midi file drag and drop not working

    3
    0 Votes
    3 Posts
    732 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
  • Wrong in parameter list Scriptnode ahdsr module

    3
    0 Votes
    3 Posts
    224 Views
    ulrikU

    @d-healey Yes it's a bit irritating, but now I know what to be beware of :)

  • Array.sort() doesn't work for string arrays

    20
    0 Votes
    20 Posts
    2k Views
    NatanN

    What is the Meaning of This?
    dangling listener

    It happens once I Check the plugin Parameters Names using Tools / Validate Plugin Parameters!

  • Group selection dropdown index is wrong

    2
    0 Votes
    2 Posts
    229 Views
    David HealeyD

    Could we also get a new layout for the groups, the little circle idea quickly falls apart when you have more than a dozen groups.

    I think something like Kontakt's monitor panel with a list of all the groups and an indication of which groups are currently playing. It would also be nice to be able to assign names to the groups, just for reference.

    Sometimes I have 20-30 groups for different sets of articulations, dynamics, and round robins and it can get confusing to keep track of which group contains what samples.

11

Online

2.2k

Users

13.5k

Topics

117.5k

Posts