Search found 804 matches

by UNZ
Sun Oct 23, 2022 8:33 pm
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

Re: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)

kind of a mixed bag for me, i had one completely random crash in a few weeks when just letting buzz sit there... but overall it does seem more stable now... also these messages are back Exception thrown at 0x767EDF72 in buzz.exe: Microsoft C++ exception: EEMessageException at memory location 0x0019F...
by UNZ
Sun Oct 23, 2022 7:47 pm
Forum: Devs
Topic: MIDI NoteDelay and NoteCut not received
Replies: 1
Views: 1311

MIDI NoteDelay and NoteCut not received

In my native machine i'm capturing midi input via the following: virtual void MidiControlChange(int const ctrl, int const channel, int const value) this works for the following columns in PXP: -MIDI Pitch Wheel -MIDI CC It does not work (function is not called) for: -MIDI Note Delay -MIDI Note Cut v...
by UNZ
Sat Oct 22, 2022 2:16 pm
Forum: Users
Topic: More problems with JUCE - Spitfire LABS and BBC Orchestra
Replies: 11
Views: 3786

Re: More problems with JUCE - Spitfire LABS and BBC Orchestra

try disabling multithreading
or try enabling "run in separate process"
by UNZ
Sun Oct 09, 2022 11:37 am
Forum: Devs
Topic: VST3 DLL name
Replies: 6
Views: 2473

VST3 DLL name

I've noticed that PVST doesn't detect a .vst3 (when scanning the shell) unless the file name of the dll is exactly the same as the stringPluginName specified in DEF_CLASS2.
other hosts don't care about this and i think it doesn't make much sense to enforce this?
by UNZ
Mon Oct 03, 2022 12:09 pm
Forum: Devs
Topic: PVST crash in my test VST
Replies: 5
Views: 1910

Re: PVST crash in my test VST

so after a bit of thinking about this and testing some hosts here are my thoughts: some hosts don't seem to care for NumPrograms = 0 and work just fine, others have issues with it. i could not find a definitive answer in the VST standard that says anything about 0 being legal or not. i think even if...
by UNZ
Sun Oct 02, 2022 2:30 pm
Forum: Devs
Topic: PVST crash in my test VST
Replies: 5
Views: 1910

PVST crash in my test VST

i have a very simple vst (2.4) with one parameter. it mostly works, but: if i change the parameter value from the buzz parameter gui or from pxp, PVST crashes with a null reference exception. changing the parameter value in pvst's built-in parameter gui works. unfortunately i don't get a proper stac...
by UNZ
Sun Aug 28, 2022 9:59 am
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

Re: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)

yes, debugging was such a pain in the ass with those! (btw, you can filter some in VS, it helps a bit)
what got me suspicious was that only 1 out of 5 computers i have here had this problem (my main dev rig..), so i thought it must be solvable..

let me know if this fixes your issues too.
by UNZ
Sun Aug 28, 2022 9:39 am
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

Re: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)

I think i figured it out: running NGEN again seems to fix the problem, so just re-install buzz over your old installation and make sure that checkbox is ticked. i think this happened because i migrated this windows installation to a new machine with a different CPU, so the AOT apparently had to run ...
by UNZ
Sun Aug 28, 2022 8:15 am
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

Unhandled exception at 0x76ACEDDB (ucrtbase.dll)

My Buzz is not stable since quite some time, i can basically just open it and let it sit there (with a silent audio driver, empty machine view) and after a few minutes it crashes. If i attach a debugger and wait for the crash, this is what i get: Unhandled exception at 0x76ACEDDB (ucrtbase.dll) in b...
by UNZ
Mon Aug 22, 2022 8:13 pm
Forum: Devs
Topic: Master Clock / Song Position
Replies: 4
Views: 2530

Re: Master Clock / Song Position

thanks, yeah i had a hunch it was ticks and that you'd have to resort to subtick granularity to detect transport jump. should be good enough i guess.
by UNZ
Mon Aug 22, 2022 10:44 am
Forum: Devs
Topic: Master Clock / Song Position
Replies: 4
Views: 2530

Master Clock / Song Position

Haven't researched this yet very fondly, but it looks like there is no easy way to just get an accurate song position in Buzz? You'd think it's in MasterInfo, but nope, all relative to the current tick, and subtick info is relative to current tick also.. i guess these two would help, but they return...
by UNZ
Fri Aug 05, 2022 11:46 am
Forum: Users
Topic: AMD or Intel
Replies: 24
Views: 9787

Re: AMD or Intel

the drawing is pretty accurate i think, except that i think win11 only will assign p cores to an app that doesn't specifically ask for something else and use the e-cores for OS level tasks. i could be wrong, but this would avoid most issues with software that's not specifically geared to exploit bot...
by UNZ
Thu Aug 04, 2022 7:53 pm
Forum: Users
Topic: AMD or Intel
Replies: 24
Views: 9787

Re: AMD or Intel

buzz works fine on win11, same as on win10
by UNZ
Thu Aug 04, 2022 10:09 am
Forum: Users
Topic: AMD or Intel
Replies: 24
Views: 9787

Re: AMD or Intel

GPU brand shouldn't matter for a DAW in general. BUT: nowadays there are efforts to move plugins to GPU processing (for example https://www.gpu.audio/) and from what i can see is that everyone always starts developing in NV and only later ports to AMD and Intel etc. Also CUDA is NV exclusive, so som...
by UNZ
Wed Aug 03, 2022 2:31 pm
Forum: Users
Topic: AMD or Intel
Replies: 24
Views: 9787

Re: AMD or Intel

hehe, i'm the complete opposite, my cpu (11900k) + gpu (3080ti) alone can draw up to ~700w when fully loaded, and my pc stays on 24/7. good thing you're compensating for my sins.
by UNZ
Tue Aug 02, 2022 1:51 pm
Forum: Users
Topic: AMD or Intel
Replies: 24
Views: 9787

Re: AMD or Intel

Concerning to the new Intel CPU design (12000 and 13000) I am wondering if there is any issue handling the diffrent types of cores by BUZZ (distributing the CPU threats by BUZZ to efficiency cores?) resulting in stuttering or so, just my naive thinking. it's not an unreasonable concern, as no exist...
by UNZ
Mon Aug 01, 2022 9:09 pm
Forum: Users
Topic: AMD or Intel
Replies: 24
Views: 9787

Re: AMD or Intel

11 years have passed since my comment on going intel rather than amd, and i'm quite happy to say that nowadays they both give you amazing bang for bucks, competition is finally back and amd is able to compete very very nicely! they really dropped the ball a decade ago, but came back with a vengeance...
by UNZ
Thu Jul 07, 2022 12:26 pm
Forum: Devs
Topic: new pvst beta (updated 03-Dec-2023)
Replies: 588
Views: 1004933

Re: new pvst beta (updated 25-Oct-2021)

Cannot test under Windows 11 as my pc doesn't meet the requirements and I don't plan to buy a new pc for the next 2-3 years. yeah, such a dumb decision by microsoft, great way to not get your thrid party software ported / tested to the new OS. also have multiple machines here that don't meet the re...
by UNZ
Tue May 17, 2022 9:06 pm
Forum: Users
Topic: Buzz 64
Replies: 52
Views: 32625

Re: Buzz 64

wde wrote: Sun May 08, 2022 4:28 pm New BuzzEngine32 build:
  • Stability improvements
  • Better compatibility (aligned buffers everywhere aka mixio works :dance:)
great work!
by UNZ
Mon Feb 07, 2022 1:18 am
Forum: Users
Topic: Buzz 64
Replies: 52
Views: 32625

Re: Buzz 64

i'll recompile it for x64 some day... i'm currently replacing the .net gui with a native gui (opengl / directx / software) so it runs in other hosts too. but buzz64 should really align audio buffers to avx in order to be 100% compatible with 32bit as for patching the exe: it might be as easy as swit...