Ardour 5.4 released

Ardour 5.4 is now available, with important bug fixes for MIDI (including looping), dozens of less significant but still noteworthy fixes and new features, plus the first version of our support for Ableton's Push 2 surface.

If you're looking for information about Ardour 5.0, you'll want to read the release notes.

Download  

2 Major MIDI fixes

  • Looping with MIDI tracks now works correctly. Previous versions of Ardour could be easily provoked into either dropping notes or holding notes if the loop boundaries occured in particular places.
  • If you use a musical meter with a denominator other than 4 (e.g. 5/8, 7/8 or 3/3), versions 5.0 - 5.3 of Ardour incorrectly stored the tempo when writing SMF (.mid) files. The SMF standard requires that tempo is given in terms of pulses per quarter note. Ardour 5.0 - 5.3 incorrectly used pulses per meter denominator (e.g. eighth notes). We have written a utility to correct files written in this way - please let us know if you need to use it. This issue only manifests when using the SMF files with any tool (including Ardour 5.4 or before 5.0) that obeys the SMF standard. We will gladly assist anyone negatively impacted by this error. Just get in touch.

Abelton Push 2 Support

This version of Ardour has the first version of our support for Ableton's Push 2 surface. This is an expensive but beautifully engineered control surface primarily targetting the workflow found in Ableton's Live software and other similar tools such as Bitwig. As of 5.4, Ardour does not offer the same kind of workflow, so we have focused for now on using the Push 2 for mixing and editing and musical performance, without the clip/scene oriented approach in Live. This may change in future versions of Ardour.

Full documentation on Ardour's Push 2 support is available

Fixes

  • Real fix for preferences window/tab (claimed to be fixed in 5.3 but actually not)
  • Update clear-gray theme colors
  • Add track/bus no longer allowed while recording
  • Fix issues with finding files with duplicate names that were imported without copying them to the session
  • Session lock dialog can no longer be closed using the window-manager "X" button
  • Do not run normalize if normalize dialog is closed from the window manager
  • Correctly and fully restore of bindings for mute and solo controls.
  • (Windows only) Creation of Sessions with localized names containing characters that aren't in the system codepage now works. This also fixes the issue where a Session would not open when it was moved into a path with characters that aren't in the system codepage.
  • (Windows only) Cleanup-Unused Sources and Flush Wastebasket now work even when paths contained characters that aren't in the system codepage(most non-ascii characters).
  • Save and Restore analysis and soundcloud checkboxes in the ExportDialog.
  • Do not crash when aborting Region trim using Esc key.
  • Moving Session start/end markers now marks Session as modified.
  • Correct disk usage/space reports on windows.
  • Do not delete selected MIDI Notes while dragging.
  • Remove crash at exit caused by key bindings etc.
  • Remove crash when exiting after using and being disconnected from JACK.
  • MIDI notes now follow changes in meter denominator.
  • Drawing long MIDI notes with the grid/snap enabled no longer snaps them to the wrong position.

Newly Exposed in Lua

  • PeakMeter
  • Record enable/disable
  • Session.request_play_loop() and Session.get_play_loop()
  • Locations.remove()
  • Location.name
  • Plugin controls
  • Glib:build_filename() (for portably constructing paths across platforms)
  • example scripts to prepare a session for recording, and exporting markers as mp4 chapters

Contributors

Robin Gareus, Tim Mayberry, Johannes Mueller, Guido Aulisi, Nathan Stewart, Ross Lagerwall, cooltehno, Thomas Brand, Todd Naugle, Nick Mainsbridge, and Paul Davis.