Search found 1113 matches

by IXix
Thu Dec 15, 2022 9:42 am
Forum: Devs
Topic: machine muting info
Replies: 2
Views: 1662

Re: machine muting info

Machines are supposed to let Buzz know when they're not outputting any sound by returning false from the Work() function.
by IXix
Sun Nov 06, 2022 4:07 pm
Forum: Users
Topic: IX Snapshot 1.4 - July 9th 2023
Replies: 40
Views: 19000

Re: IX Snapshot 1.2 - Updated November 6th 2022

Download IX Snapshot from buzz.robotplanet.dk IX Snapshot 1.2 + Treeview filtering + Treeview item context menus + Renaming slots + Non-empty slots are available in machine context menu + Added 'Clear selected' button to main tab + Added help file + Minor improvements Bump. Added some cool new stuf...
by IXix
Thu Oct 27, 2022 6:31 pm
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

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

UNZ wrote: Sun Oct 23, 2022 8:33 pmcan you remember what you did in VS?
No, sorry. It just suggested I should do a repair install to fix some registry problem or other, so I did and it seems to have sorted out my problems.
by IXix
Sat Oct 22, 2022 8:59 pm
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

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

FWIW, although I hadn't seen a ucrtbase.dll exception for a while, I was still getting random sudden crashes when debugging. No exception or anything, just gone. I'd disabled some exception messages ages ago but couldn't remember which or how, so I went poking about in the options and VS told me tha...
by IXix
Sat Oct 22, 2022 3:43 pm
Forum: Devs
Topic: Managed machine right-click menu commands
Replies: 2
Views: 1757

Re: Managed machine right-click menu commands

Ah! Thanks. I would never have figured that out! :lol:
by IXix
Sat Oct 22, 2022 12:35 pm
Forum: Users
Topic: IX Snapshot 1.4 - July 9th 2023
Replies: 40
Views: 19000

Re: IX Snapshot - Updated Oct 22nd 2022

IX Snapshot 1.1 - 2022.10.22 +Fixed incorrect handling of newly added machine track parameters in treeview +Treeviews now display machine supplied descriptions for stored parameters +Added manager interface +Various minor UI tweaks Boom! Seems to be behaving as expected but I haven't tested extensi...
by IXix
Sat Oct 22, 2022 11:52 am
Forum: Devs
Topic: Managed machine right-click menu commands
Replies: 2
Views: 1757

Managed machine right-click menu commands

Apologies if I've asked this before but how do you set the items in the machine context menu for a managed machine? I found a getter that looks related... public IEnumerable<IMenuItem> Commands { get; } but where's the setter? edit: and for that matter, where do you handle the commands? :?:
by IXix
Fri Oct 21, 2022 10:31 pm
Forum: Users
Topic: IX Snapshot 1.4 - July 9th 2023
Replies: 40
Views: 19000

Re: IX Snapshot - Updated Feb 6th 2022

Getting there... :D

Image
by IXix
Sun Oct 16, 2022 9:15 pm
Forum: Users
Topic: BuzzSetup x64 2022 Edition
Replies: 48
Views: 18125

Re: BuzzSetup x64 2022 Edition

Joachims Beefyness (a new one for me :lol: ) is present in .png form only. It would be better if the installer didn't overwrite index.txt. Other machines - there are so many it's hard to know what should and should not be included. I think it's probably best to keep the installer largely free of thi...
by IXix
Fri Oct 14, 2022 11:05 am
Forum: Users
Topic: BuzzSetup x64 2022 Edition
Replies: 48
Views: 18125

Re: BuzzSetup x64 2022 Edition

:o :o :o :o :o :o :o :o :o
by IXix
Wed Oct 05, 2022 6:50 pm
Forum: Devs
Topic: Need help with a C#/WPF/XAML problem
Replies: 2
Views: 1647

Re: Need help with a C#/WPF/XAML problem

wde wrote: Wed Oct 05, 2022 4:52 pmNot sure if this works but you could create a helper...
Ah, thanks! I'll give that a try. Wish me luck! :lol:
by IXix
Wed Oct 05, 2022 10:52 am
Forum: Devs
Topic: Need help with a C#/WPF/XAML problem
Replies: 2
Views: 1647

Need help with a C#/WPF/XAML problem

I'm trying to implement an interface to manage the snapshots in IX Snapshot, the idea being that eventually you'll be able to see the actual values, copy them from one snapshot to another etc. The drop-downs above the treeviews select which snapshot to display, making SlotA or SlotB point to the des...
by IXix
Fri Sep 02, 2022 7:34 pm
Forum: Users
Topic: Modern Pattern Editor
Replies: 22
Views: 12608

Re: Modern Pattern Editor

wde wrote: Fri Sep 02, 2022 3:15 pmCtrl+- combo is somehow reserved and can't be used. I could add context menu shortcuts, but for now you can use 'Tracks' thingy in the toolbar.
Tracks thingy? Completely failed to see that. :lol:
by IXix
Fri Sep 02, 2022 2:07 pm
Forum: Users
Topic: Modern Pattern Editor
Replies: 22
Views: 12608

Re: Modern Pattern Editor

Thanks! I don't seem to be able to add/remove a track from the editor. The options aren't in the context menu and the usual shortcuts don't work.

Pretty cool though. :)
by IXix
Fri Sep 02, 2022 9:35 am
Forum: Users
Topic: 32 Bit or 64 Bit Buzz for a specific set up
Replies: 3
Views: 1543

Re: 32 Bit or 64 Bit Buzz for a specific set up

I reached the conclusion that it was best not to mix 32 and 64. I have separate 32 and 64 setups for Buzz and Reaper and all of my VSTs where both are available. Anything new that I do is entirely 64 now but I maintain the 32 so I can still load older projects. If a plugin doesn't have a 64 version ...
by IXix
Fri Sep 02, 2022 8:43 am
Forum: Devs
Topic: Master Clock / Song Position
Replies: 4
Views: 2530

Re: Master Clock / Song Position

mute wrote: Fri Sep 02, 2022 12:49 am BTDSys LiveJumpHack did a lot towards this... is the source still around? I once hosted it and it was also on sourceforge...but nowadays I dunno?
Still there, dusty and unloved... https://sourceforge.net/p/btdsys/code/H ... /LiveJump/
by IXix
Sun Aug 28, 2022 3:51 pm
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

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

let me know if this fixes your issues too. Early signs seem good. I've had Buzz64 running in debug for thirty minutes without any mention of ucrtbase.dll so far. Obviously a more prolonged, real usage session is needed as I haven't been doing much other than messing with synths but it looks promisi...
by IXix
Sun Aug 28, 2022 9:53 am
Forum: Users
Topic: Unhandled exception at 0x76ACEDDB (ucrtbase.dll)
Replies: 8
Views: 2645

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

Oh cool! I don't get ucrtbase.dll crashes from just running Buzz but if I'm debugging they happen all the time and it drives me crazy. Maybe this will help with those...
by IXix
Fri Aug 05, 2022 7:51 pm
Forum: Users
Topic: Modern Pattern Editor
Replies: 22
Views: 12608

Re: Modern Pattern Editor

You're unstoppable! :dance:

Slightly wary of trying this one though, the PXP situation is quite confused! :lol:
by IXix
Sat Jul 30, 2022 6:53 pm
Forum: Devs
Topic: Modern Sequence Editor
Replies: 121
Views: 78076

Re: Modern Sequence Editor

Thanks for the update! :D