OpenMPT 1.29 - Release Notes
It's been a while since the last major feature update, and we have been working on a bunch of great new features for this new version.
This document should give a rough overview about the greatest changes in OpenMPT 1.29.
What's new?
Breaking Changes
- Support for Windows XP and Windows Vista has been dropped. Pre-SSE2 x86 CPUs are no longer supported. This includes Intel Pentium 3 and older, AMD Athlon XP and older and various other third-party CPUs.
- A portable installation of OpenMPT is now identified by the presence of a file called "OpenMPT.portable" rather than an entry in mptrack.ini. Existing portable installations are migrated accordingly.
- mptrack.exe was renamed to OpenMPT.exe. Please update any old custom shortcuts or file associations to point to the new executable. For existing installations, the installer will try to create a symbolic link to keep the old filename working.
General
- While OpenMPT is still not DPI-aware by default, it now uses a new scaling mode for non-DPI-aware applications on Windows 10 1809 or newer that makes fonts look less blurry on high-DPI displays.
- Improved tempo tap button accuracy.
- The Comments tab has been made more useful: Samples and instruments can be previewed using regular note entry keys, and there are new keyboard shortcuts to toggle between samples and instruments and edit the selected item. Sample and instrument names can now be copied to the clipboard through the context menu.
- Improved screen reader access to order list, pattern and instrument editors.
- Loading sound fonts no longer requires to pre-cache the entire file in memory. This makes it possible to load huge sound fonts even in 32-Bit builds.
Pattern Editor
- Can now merge a selection of patterns into a single pattern from the order list context menu.
- Can now split a pattern into two patterns from the pattern editor context menu.
- Row insertion and deletion can now also be done globally, affecting all patterns up to the next stop (---) pattern.
- MIDI recording now supports Hold Pedal CC messages.
- ProTracker- / FastTracker-like shortcuts for cutting, copying and pasting entire channels and patterns to separate clipboards have been added.
- New shortcut "Lose Selection".
- Tooltips are shown for pattern properties, channel headers and plugin names.
- Moving patterns in the order list now behaves more logically (moving them to the right inserts them to the right of the dragged-on item). To make this change obvious, the insertion point is now displayed with a bold line. The old behaviour can be restored with the hidden setting "Pattern Editor.OrderListOldDropBehaviour"
- Previous / Next Order shortcuts now ignore skip patterns (+++).
- A group of channels can now be assigned to a record group at once by drag-selecting their channel headers.
- The chord editor has been revamped: It now possible to add notes below the base note. Notes can now be dragged round on the keyboard. Closing the dialog using the X button no longer saves the modified chords.
- Seeking with sample sync now follows instruments with custom tuning.
- Duplicating / inserting sequences inserts them next to the current sequence rather than adding it at the end. Duplicating a sequence now keeps its original name and adds "(Copy)" to it.
- New shortcuts to cycle between sequences.
Plugins
- There are some hybrid VST 2 / 3 plugins using the .vst3 file extension. It is now possible to drag & drop them on OpenMPT and add them through the Plugin Manager. Folder scan does not pick them up for now, as it might result in too many annoying warnings (OpenMPT does not support VST 3 at this point).
- Narrow plugin windows now resize appropriately if switching between presets results in a change of the menu bar height.
- A warning is shown when the likely cause for a plugin loading failure is a shortage of Fiber Local Storage indices.
- Speed up retrieval of parameter values when saving data from bridged plugins.
- The stability of bridged plugins has been greatly improved. Most, if not all plugins that did not work previously should run just fine now.
Sample / Instrument Editor
- The start and end of a sample selection can now be modified by dragging them with the mouse.
- Support little-endian AU / SND files.
- The result of auto-tuning is now applied instantly to playing channels.
- Allow resampling ratios greater than 1:512 or 512:1 again with r8brain.
- Cross-fading can now also be applied if no loop has been set but a selection has been made. The selection is then automatically set to be the sample loop.
- Fix accuracy and consistency of sample grid selection and grid markers with very long samples.
- Instrument envelopes can now be imported from / exported to SFZ with SFZv2 flexible EGs.
- Improved SFZ import: Support for #include, macro redefinition, multiline comments, filter envelope import, synthesized samples, amplitude opcode, fractional finetune values and various other small improvements in both import and export.
- Pitch Shift and Time Stretch can now be applied to only the selected part of a sample.
Tree View
- Can now rearrange sequences through drag & drop.
- Shortcut (.lnk) files to modules, samples and directories are now resolved.
- Allow Forward / Backward mouse buttons to be used for folder navigation in Instrument Library.
- Changing the instrument library directory / module can now also be achieved by editing the library header item (slow double-click).
- Can now also import samples and instrument from modules in sample browser using Ctrl + (Shift +) Enter.
- Added rename context menu entry in addition to slow double-click.
Playback
A couple of playback behaviours have been changed and improved:
- In addition to A500 filter settings, the Amiga resampler can now also use A1200 filter settings and unfiltered output.
- Fix some inaccuracies in OPL emulator.
File Format Support
- Raise tempo limit from 512 to 1000 BPM in MPTM and XM files.
- Custom tunings can now be used with OPL instruments.
- Custom tuning and sequence names can now contain any Unicode characters.
- When closing a file, a proper dialog is shown for handling modified / missing external samples.
- Sequence names now start at 1 rather than 0.
- IT: Instrument and sample panning does no longer override channel panning for following notes.
- Add support for reading OggMod OXM files (XM with Vorbis-compressed samples).
- Greatly improved MED import. Synthesized instruments are still not supported but support was added for: Multisampled instruments, delta samples, more pattern commands, Hold and Decay, VSTi and MIDI output, multiple songs and many other small changes.
- SF2: Support instrument-global regions, region-specific sample loops, region tuning (only with a value of 0 for drum programs) and multi-instrument presets.
- Various other playback fixes for MOD, XM, S3M, IT and other formats.
Audio I/O
- There is now a default WASAPI device which automatically follows changes in the system's default audio device.
- Audio driver crashes are no longer silently masked as they may leave the program in an inconsistent state.
- Deprecated sound devices are no longer shown by default. Use the "Show deprecated devices" checkbox to re-enable them.
There's more...
For a detailed description of what has changed, check History.txt. If you are new to OpenMPT, be sure to read the manual as well.
Known Issues
This list has mostly been copied over from the old OpenMPT 1.17 RC2 release notes, so this not very comprehensive... :-)
- The plugin bridge is still rather experimental. It is known that some plugins don't work in it at all. Custom plugin GUIs are known to not work in Wine. Please report any issues you may be having with the plugin bridge!
- In particular, there are currently issues with some JUCE-based plugin editors where context menus or popups will not show up correctly. This will hopefully be fixed soon.
- Far from perfect VST support (no buses for audio / MIDI routing, not all tracker effects are supported, etc...)
- Previewing samples from the tree view's file browser stops the playing module.
- There is no really convenient way to find out what features of the tracker are supported by the original trackers (Impulse Tracker, Fasttracker 2, etc...) when working with those file formats...
Known issues regarding specific VST plugins can be found in the manual.
Contact
Helpful bug reports, new ideas and brave volunteers to test early development builds or contribute to the code are more than welcome!
Our issue tracker is located at https://bugs.openmpt.org/ and can be used to report bugs and feature requests.
You can also meet us at the ModPlug Central forums: https://forum.openmpt.org/.