Search found 332 matches

by wde
Sun May 08, 2022 4:28 pm
Forum: Users
Topic: Buzz 64
Replies: 52
Views: 32765

Re: Buzz 64

New BuzzEngine32 build:
  • Stability improvements
  • Better compatibility (aligned buffers everywhere aka mixio works :dance:)
by wde
Fri May 06, 2022 3:56 pm
Forum: Users
Topic: PatternXP RE
Replies: 36
Views: 14776

Re: PatternXP RE

One thing I've noticed about it: the Pattern name/number shown above 'Follow Play Position' doesn't update to current playing pattern; it stays on the name of the first played pattern. I caught this in a video: https://streamable.com/hrq18t Is it possible to make it change to show the name of the c...
by wde
Mon Apr 18, 2022 5:19 pm
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

My killer feature request would be a multitrack recorder built into it. It would save me hours of tedious work. It was easier to enhance Jeskola Loop Recorder to make it more fitting to do multi-connection recording. Normally Loop Recorder detects an audio signal before it starts to record. Now you...
by wde
Fri Mar 18, 2022 6:34 pm
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

Should work now. Maybe there has been some Windows update that changed the scale behavior.

FYI. I found handy helper methods in BuzzGUI.Common to fix this:

Code: Select all

...
Point pos = Win32Mouse.GetScreenPosition();
pos.X /= WPFExtensions.PixelsPerDip;
pos.Y /= WPFExtensions.PixelsPerDip;
...
by wde
Sun Mar 13, 2022 2:14 pm
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

All seems to be working pretty well now. The only fly in the ointment is that the tooltips for the the volume and pan are in an odd position (mouse cursor is at the red arrow)... I'll try to fix this. I guess you are using some UI scaling other than 100% in Windows settings? It seems that mouse pos...
by wde
Fri Mar 11, 2022 8:24 pm
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

Should be fixed now, but let me know if you still find issues. Note that to make MIDI work in templates you need to include at least one pattern for CMC. Also, I did change the data structure at some point, so if you still see some issues try to remove & add CMC to your project. I'm pretty satis...
by wde
Fri Mar 11, 2022 8:06 pm
Forum: Devs
Topic: Modern Sequence Editor
Replies: 121
Views: 78574

Re: Modern Sequence Editor

Should be fixed now.
by wde
Wed Mar 02, 2022 5:05 pm
Forum: Devs
Topic: Modern Sequence Editor
Replies: 121
Views: 78574

Re: Modern Sequence Editor

IXix wrote: Mon Feb 28, 2022 2:39 pm Just found that the same thing happens with EnvelopeBlock. Same error message.
I don't see it but maybe I fixed it and didn't upload new version :) I added couple of stability improvements so please try again.
by wde
Sun Feb 27, 2022 9:15 am
Forum: Devs
Topic: Modern Sequence Editor
Replies: 121
Views: 78574

Re: Modern Sequence Editor

Indeed. Updated AudioBlock should fix the issue.

Noticed that Buzz needs to be restarted if you change the theme. Otherwise the integrated MSE starts to flicker.
by wde
Fri Feb 25, 2022 7:06 pm
Forum: Devs
Topic: Modern Sequence Editor
Replies: 121
Views: 78574

Re: Modern Sequence Editor

Updated version should work better when using "integrated" option. Not sure about stealing focus thing, let's call it a feature ;) Note! Zip file includes modified BuzzGUI.SequenceEditor.dll file. You don't need to include MSE anymore in your song if you unzip all - it is enabled by defaul...
by wde
Fri Feb 25, 2022 6:50 pm
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

1.1.1
  • Bug fix
  • Mouse wheel (menu)
  • # of connections
Param sliders are 1 to 1 mapped to machine parameters using Buzz API. You could just add another connection to monitor audio from other chains or add another CMC.

This is a good thread to read about mixers and audio level scales etc.
by wde
Sat Feb 12, 2022 8:29 am
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

1.1 Soloing an effect will solo all generators connected to it. Ctrl right-click -> Bind MIDI everywhere. Hold Ctrl to adjust sliders in smaller increments. MIDI soft takeover. Alt -> more options. Right click machine name will toggle MIDI lock, left click will do MIDI focus. Titlebar click brings f...
by wde
Sun Feb 06, 2022 12:47 pm
Forum: Users
Topic: Buzz 64
Replies: 52
Views: 32765

Re: Buzz 64

any chance you could patch the 64bit exe to allocate aligned audio buffers? it would increase compatibility with 32bit machines (at least mixio) I guess that would require some reverse engineering magic. Sounds very complicated but maybe pac knows this stuff. Btw mixio kind of loads using polac ada...
by wde
Sat Feb 05, 2022 1:30 pm
Forum: Users
Topic: Buzz 64
Replies: 52
Views: 32765

Re: Buzz 64

I've been using Buzz 64 with the patched version of BuzzEngine32.exe by pac . No issues with few 32 bit Buzz machines I'm using. Seems to be very solid fix! The only issue that I've noticed is that if you drag&drop a machine from the 'More Machines' list, I get an error saying: "LoadLibrary...
by wde
Fri Feb 04, 2022 2:43 pm
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

... Feature requests (sorry) MIDI control for the mute/solo buttons MIDI control for the other params - it would be easier if you could learn them in the mixer window so everything is in the same place A permanent readout of the current vol/pan position. It pops up in a tooltip if you mouse the con...
by wde
Sun Jan 30, 2022 2:14 pm
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Re: Connection Mixer Console

Can you rename the channel labels inside cmc ? That is a little disadvantage in mixIO. I use x3 (?) leveling by the way so can you set it in cmc, too? To rename the labels you need to rename source and/or destination machine name. CMC use same leveling as in connections. Okay, I'm going to try not ...
by wde
Sat Jan 29, 2022 8:29 am
Forum: Users
Topic: Connection Mixer Console
Replies: 37
Views: 14362

Connection Mixer Console

I switched to 64bit Buzz but was missing good visual mixer machine. With this you can control any machine connection volume and pan. Plus some other stuff.

cmc10.png
cmc10.png (102.96 KiB) Viewed 7628 times

Unzip both machine and theme files accordingly.
by wde
Sat Jan 22, 2022 7:52 pm
Forum: Users
Topic: PatternXP RE
Replies: 36
Views: 14776

Re: PatternXP RE

Is it possible to make it change to show the name of the currently playing pattern as well as the pattern itself? I was hoping nobody would notice that because initially I didn't think it can be done :) There might be a workaround and I can take a look when I have time. I'm spending my currently ve...
by wde
Sat Jan 15, 2022 7:48 am
Forum: Users
Topic: PatternXP RE
Replies: 36
Views: 14776

Re: PatternXP RE

Small updates. Enjoy!
  • Ctrl-Alt-M: Midi edit
  • Ctrl-Alt-B: Blinking cursor
  • Should better auto-scale based on screen DPI
by wde
Mon Dec 13, 2021 4:55 pm
Forum: Users
Topic: PatternXP RE
Replies: 36
Views: 14776

Re: PatternXP RE

I copied something from chahur's version of xmemdc.h/cpp files to make PXPRE compile but it should be very similar/same. Anyways I included those files in the source zip.