- Fixes
- Now you can add chord sets. See PEChords.xml
Search found 320 matches
- Thu Aug 11, 2022 4:58 pm
- Forum: Users
- Topic: Modern Pattern Editor
- Replies: 8
- Views: 220
Re: Modern Pattern Editor
- Sun Aug 07, 2022 5:25 pm
- Forum: Users
- Topic: Modern Pattern Editor
- Replies: 8
- Views: 220
- Fri Aug 05, 2022 5:56 pm
- Forum: Users
- Topic: Modern Pattern Editor
- Replies: 8
- Views: 220
Modern Pattern Editor
mpe.png Modern Pattern Editor 0.9.0.2 beta Based on "Ctrl-Q" code Editing features similar to Pattern XP Beat subdivision Themes & UI customization Chords Keyboard Mapping Check help/settings to learn more Edit gear.xml (make a copy of gear_defaults.xml if the file does not exist) to something like...
- Mon Aug 01, 2022 4:08 pm
- Forum: Users
- Topic: PatternXP RE
- Replies: 36
- Views: 8196
Re: PatternXP RE
I've had some intermittent crashes with PatternXP RE when undoing a lot of changes to a pattern. I can't pin down exactly how many undo's will crash it, but I know it's a lot, like over 100. Is there a cap on number of undo's supported? The way undo/redo works has not been changed from the original...
- Wed Jul 27, 2022 1:15 pm
- Forum: Devs
- Topic: Modern Sequence Editor
- Replies: 120
- Views: 42169
Re: Modern Sequence Editor
Update: I added rectangle behind pattern name to make it easier to read. You can disable it from settings.
- Sun Jun 05, 2022 7:53 am
- Forum: Devs
- Topic: Menu flow left to right, on Windows 11 messed up
- Replies: 11
- Views: 1078
Re: Menu flow left to right, on Windows 11 messed up
Have you tried this?
Re: Buzz 64
Do you still get the issue with this version?
Re: Buzz 64
:o :o :o :o :o :o How? Congratulations on your reverse engineering magic. :dance: Easier to compile directly from source code. Just to note, the delete-machine->crash issue that pac's patch fixed is back with the new BuzzEngine32.exe Can't reproduce on my Win11 system, but I might have found the is...
Re: Buzz 64
New BuzzEngine32 build:
- Stability improvements
- Better compatibility (aligned buffers everywhere aka mixio works
)
- Fri May 06, 2022 3:56 pm
- Forum: Users
- Topic: PatternXP RE
- Replies: 36
- Views: 8196
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...
- Mon Apr 18, 2022 5:19 pm
- Forum: Users
- Topic: Connection Mixer Console
- Replies: 37
- Views: 6358
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...
- Fri Mar 18, 2022 6:34 pm
- Forum: Users
- Topic: Connection Mixer Console
- Replies: 37
- Views: 6358
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:
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;
...
- Sun Mar 13, 2022 2:14 pm
- Forum: Users
- Topic: Connection Mixer Console
- Replies: 37
- Views: 6358
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...
- Fri Mar 11, 2022 8:24 pm
- Forum: Users
- Topic: Connection Mixer Console
- Replies: 37
- Views: 6358
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 satisfied...
- Fri Mar 11, 2022 8:06 pm
- Forum: Devs
- Topic: Modern Sequence Editor
- Replies: 120
- Views: 42169
Re: Modern Sequence Editor
Should be fixed now.
- Wed Mar 02, 2022 5:05 pm
- Forum: Devs
- Topic: Modern Sequence Editor
- Replies: 120
- Views: 42169
- Sun Feb 27, 2022 9:15 am
- Forum: Devs
- Topic: Modern Sequence Editor
- Replies: 120
- Views: 42169
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.
Noticed that Buzz needs to be restarted if you change the theme. Otherwise the integrated MSE starts to flicker.
- Fri Feb 25, 2022 7:06 pm
- Forum: Devs
- Topic: Modern Sequence Editor
- Replies: 120
- Views: 42169
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 default

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 default

- Fri Feb 25, 2022 6:50 pm
- Forum: Users
- Topic: Connection Mixer Console
- Replies: 37
- Views: 6358
Re: Connection Mixer Console
1.1.1
This is a good thread to read about mixers and audio level scales etc.
- Bug fix
- Mouse wheel (menu)
- # of connections
This is a good thread to read about mixers and audio level scales etc.
- Sat Feb 12, 2022 8:29 am
- Forum: Users
- Topic: Connection Mixer Console
- Replies: 37
- Views: 6358
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...