MetaModule: new buttons in the user defined controller editor: "]+" (add after); "+[" (add before);
Sampler: the new "Reverse" controller lets you play a sample backwards; limitation: if a loop is enabled, the playback position immediately jumps inside the loop in reverse mode;
export to audio: new option "Seamless Loop" (the tail from the end of the project will be mixed into the beginning of the file);
controller properties: added a "Write all to pattern" button;
controller properties: now there are separate input fields for decimal and hexadecimal values;
new buttons in the pattern icon editor: INV (invert colors), New (generate a new icon), Copy, Paste;
text selection in input fields (currently only for devices with a physical keyboard); available shortcuts: SHIFT+ARROWS; SHIFT+INS/DEL; CTRL+A/X/C/V;
prefixes in text input fields for conversion from one number system to another: 0xVALUE - from hexadecimal to decimal; 0tVALUE - from decimal to hexadecimal;
new keyboard shortcut (unassigned by default) for the module editor: Write the values of all controllers of the selected module to the current pattern;
now, in addition to the standard set of buttons, you can add any keyboard shortcuts to each toolbar; details are in changelog_details.txt and on the website: https://warmplace.ru/soft/sunvox/manual.php#toolbars
Android: new option: Preferences -> Main -> Broad access to files; allows you to write to and read almost any folder (except system folders) on internal and external memory cards; for example, this is convenient for working with a collection of samples in a shared folder that can be accessed by multiple music apps;
There are definitely some really good QoL updates, especially the text selection and pattern icon which I no longer need to copy and paste a module or a pattern just to copy the name or the icons.
more flexible access to files now in both SunVox and Pixilang! nice!
also, tried to install pixilang (3.8.6) onto an Android smartwatch, is there a way to disable the recent files column? it takes half of the tiny display (240x280) and only two buttons of the bottom are showed, not tried with Sunvox but i assume that it'll have the same issue, maybe the five buttons can be wrapped on the screen?
Love the pattern icon additions, would be nicer if it copied the colors too.
I noticed there's a change in how patterns loop now, if I select a pattern with my mouse and loop it, then move to a different pattern with my keyboard the next loop changes to the pattern I'm currently on, not from what I selected initially. This didn't happen before and it was very useful because I used one big pattern to loop multiple smaller ones and move around between them and edit with my keyboard and it didn't affect the loop. Not sure if this change was intended.
nieven2 wrote: Sat Oct 18, 2025 12:30 pm
I noticed there's a change in how patterns loop now, if I select a pattern with my mouse and loop it, then move to a different pattern with my keyboard the next loop changes to the pattern I'm currently on, not from what I selected initially. This didn't happen before and it was very useful because I used one big pattern to loop multiple smaller ones and move around between them and edit with my keyboard and it didn't affect the loop. Not sure if this change was intended.
You're right, it was changed because other users reported it as a bug :) It looks like we'll have to either have two versions of these shortcuts, or add some kind of switch option.
nieven2 wrote: Sat Oct 18, 2025 12:30 pm
I noticed there's a change in how patterns loop now, if I select a pattern with my mouse and loop it, then move to a different pattern with my keyboard the next loop changes to the pattern I'm currently on, not from what I selected initially. This didn't happen before and it was very useful because I used one big pattern to loop multiple smaller ones and move around between them and edit with my keyboard and it didn't affect the loop. Not sure if this change was intended.
You're right, it was changed because other users reported it as a bug It looks like we'll have to either have two versions of these shortcuts, or add some kind of switch option.
I see, I figured some might prefer it like this lol. I think a switch option with a keyboard shortcut for toggling would be perfect. This way everyone would be satisfied because you can leave it enabled/disabled if you want, or quickly switch back and forth when moving between patterns.
nieven2 wrote: Sat Oct 18, 2025 1:33 pm
I think a switch option with a keyboard shortcut for toggling would be perfect. This way everyone would be satisfied because you can leave it enabled/disabled if you want, or quickly switch back and forth when moving between patterns.
if you want to loop a section of the timeline and edit other patterns during playback you can create a new pattern spanning the section you want to loop. then put in the 32 command w/ XXYY = 0001 on the first line and 31 with XXYY = 0000 on the last
this just sets the line skip relative to the pattern and skips to the beginning once finished, respectively
vekoN wrote: Sun Oct 19, 2025 11:12 am
if you want to loop a section of the timeline and edit other patterns during playback you can create a new pattern spanning the section you want to loop. then put in the 32 command w/ XXYY = 0001 on the first line and 31 with XXYY = 0000 on the last
this just sets the line skip relative to the pattern and skips to the beginning once finished, respectively