<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hydrogen</title>
    <description>The digital home of the advanced drum machine.
</description>
    <link>http://hydrogen-music.org/</link>
    <atom:link href="http://hydrogen-music.org/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 27 May 2026 21:04:17 +0000</pubDate>
    <lastBuildDate>Wed, 27 May 2026 21:04:17 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
      <item>
        <title>Hydrogen 1.2.6 released</title>
        <description>&lt;p&gt;We are happy to announce patch release version 1.2.6 of Hydrogen!&lt;/p&gt;

&lt;p&gt;This patch release fixes a bug introduced in 1.2.5 and other minor issues.&lt;/p&gt;

&lt;h3 id=&quot;added&quot;&gt;Added&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The AppImage version does now provide all drumkits in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/usr/share/hydrogen/data/drumkits/&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;/usr/local/share/hydrogen/data/drumkits/&lt;/code&gt; via the “Sound Library” as session kits.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;changed&quot;&gt;Changed&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Sample loading in songs has been made more portable.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;fixed&quot;&gt;Fixed&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Fix velocity automation for patterns that are not of size 4/4 (#2171).&lt;/li&gt;
  &lt;li&gt;Fix saving and loading of sample files introduced in 1.2.5 (#2174)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code and binary releases can be found as usual on &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.6&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Tue, 29 Jul 2025 12:00:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-126</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-126</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.2.5 released</title>
        <description>&lt;p&gt;We are happy to announce patch release version 1.2.5 of Hydrogen!&lt;/p&gt;

&lt;p&gt;This patch release introduces Qt6 support, deprecates LASH support, and fixes a
number of bugs and inconsistencies found since version 1.2.4 and is generally
recommended for all users.&lt;/p&gt;

&lt;h3 id=&quot;added&quot;&gt;Added&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;CLI options &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--log-colors&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--no-log-colors&lt;/code&gt; to enable and disable ANSI
colors in log messages.&lt;/li&gt;
  &lt;li&gt;CMake option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-DWANT_QT6&lt;/code&gt; to build Hydrogen using Qt6 instead of Qt5.&lt;/li&gt;
  &lt;li&gt;CLI option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--user-data&lt;/code&gt; for both &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;hydrogen&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;h2cli&lt;/code&gt; to provide an
alternative user-level data folder.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;changed&quot;&gt;Changed&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;The shortcut for starting/pausing transport can now be used while focusing
spin boxes (like the BPM one) too (#2098).&lt;/li&gt;
  &lt;li&gt;Combo boxes do not accept focus (and preventing shortcuts) anymore.&lt;/li&gt;
  &lt;li&gt;LASH support has been deprecated and will be removed in version 2.0 of
Hydrogen (#1649).&lt;/li&gt;
  &lt;li&gt;Allow to select and copy version in About dialog (#2127).&lt;/li&gt;
  &lt;li&gt;Number of parallel build jobs in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;build.sh&lt;/code&gt; is now set dynamically to number
of virtual processors (#2128).&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Changelog&lt;/code&gt; was renamed &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CHANGELOG.md&lt;/code&gt; and converted from GNU-style changelog
to markdown similar to https://keepachangelog.com/en/1.1.0/.&lt;/li&gt;
  &lt;li&gt;Hydrogen no longer uses XSD files to validate XML files during loading or via
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;h2cli --check&lt;/code&gt; but uses direct XML inspection instead.&lt;/li&gt;
  &lt;li&gt;Minimal &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CMake&lt;/code&gt; version was bumped to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;3.5&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-qt5&lt;/code&gt; was introduced to native Windows build script
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;windows/Build-WinNative.ps1&lt;/code&gt; to build against Qt5 instead of Qt6 (default).&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;build.sh&lt;/code&gt; script compiles against Qt6 per default.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;fixed&quot;&gt;Fixed&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;Fix compilation with LASH support enabled (#2076).&lt;/li&gt;
  &lt;li&gt;Fix Hue slider in Preferences &amp;gt; Appearance &amp;gt; Color (#2081).&lt;/li&gt;
  &lt;li&gt;Show the Crash Reporter and exit with return code &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;1&lt;/code&gt; on unhandled exceptions.&lt;/li&gt;
  &lt;li&gt;Fix crashes in SampleEditor (#2092).&lt;/li&gt;
  &lt;li&gt;Fix track names in multi track export. When using just the file extension, the
raw instrument names will be used (#2096).&lt;/li&gt;
  &lt;li&gt;Fix import bug for drumkits created in version &amp;gt;= 2.0.&lt;/li&gt;
  &lt;li&gt;Fix memory leakage for songs created in version &amp;gt;= 2.0.&lt;/li&gt;
  &lt;li&gt;Fix memory leakage for notes with probability &amp;lt; 1.0.&lt;/li&gt;
  &lt;li&gt;Fix incoming MIDI NOTE OFF handling.&lt;/li&gt;
  &lt;li&gt;AppImage build folder is now removed on &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;build.sh r&lt;/code&gt; (#2129).&lt;/li&gt;
  &lt;li&gt;Fix potential crash with JACK audio driver on startup, teardown, or
song/drumkit loading.&lt;/li&gt;
  &lt;li&gt;Fix freeze in native file dialogs on Linux (#2165).&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;removed&quot;&gt;Removed&lt;/h3&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Qt XmlPatterns&lt;/code&gt; is no longer a dependency.&lt;/li&gt;
  &lt;li&gt;Folder &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;linux/debian&lt;/code&gt; containing outdated Debian package rules used by the
previous development team to distributed Hydrogen as &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.deb&lt;/code&gt; package.&lt;/li&gt;
  &lt;li&gt;Option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-32bit&lt;/code&gt; was dropped in native Windows build script
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;windows/Build-WinNative.ps1&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code and binary releases can be found as usual on &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.5&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Thu, 17 Jul 2025 12:00:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-125</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-125</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.2.4 released</title>
        <description>&lt;p&gt;We are happy to announce patch release version 1.2.4 of Hydrogen!&lt;/p&gt;

&lt;p&gt;It fixes a number of bugs and inconsistencies found since version 1.2.3 and is generally recommended for all users.&lt;/p&gt;

&lt;h2 id=&quot;added&quot;&gt;Added&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Forward compatibility for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.h2song&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.h2pattern&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.h2playlist&lt;/code&gt;, and
drumkit changes introduced in version 2.0.&lt;/li&gt;
  &lt;li&gt;MIDI and OSC commands&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CLEAR_SELECTED_INSTRUMENT&lt;/code&gt; - to remove all notes of the selected
pattern associated with the currently selected instrument.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CLEAR_PATTERN&lt;/code&gt; - to remove all notes of the selected pattern.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;INSTRUMENT_PITCH&lt;/code&gt; - to adjust the pitch of an instrument.&lt;/li&gt;
  &lt;li&gt;OSC commands&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;NOTE_ON&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;NOTE_OFF&lt;/code&gt; which are handled like incoming MIDI events
without triggering their associated actions.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;CLEAR_INSTRUMENT&lt;/code&gt; - to remove all notes of the selected pattern
associated with the provided instrument number.&lt;/li&gt;
  &lt;li&gt;CLI option:
    &lt;ul&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-O&lt;/code&gt;/&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--osc-port&lt;/code&gt; to use a custom OSC port in both &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;hydrogen&lt;/code&gt;
and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;h2cli&lt;/code&gt;.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-L&lt;/code&gt;/&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--log-file&lt;/code&gt; to provide a path to an alternative log file.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-T&lt;/code&gt;/&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--log-timestamps&lt;/code&gt; to add timestamps to all log messages.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--config&lt;/code&gt; to use a different user-level config file.&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--compression-level&lt;/code&gt; for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;h2cli&lt;/code&gt; to set the trade-off between max.
quality (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.mp3&lt;/code&gt; and &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.ogg&lt;/code&gt;)/max. speed (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.flac&lt;/code&gt;) (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;0.0&lt;/code&gt;) and max.
compression (&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;1.0&lt;/code&gt;) for exported audio files.&lt;/li&gt;
      &lt;li&gt;Adding support for importing and exporting audio files of format &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.mp3&lt;/code&gt;,
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.opus&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.au&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.caf&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.voc&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.w64&lt;/code&gt;. Drumkits containing those formats
can be loaded with older versions of Hydrogen too. &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;libsndfile&lt;/code&gt; &amp;gt;= &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;1.1.0&lt;/code&gt;
is required on your system for MP3 support. (#2023)&lt;/li&gt;
      &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;X-NSM-Exec&lt;/code&gt; entry added to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;org.hydrogenmusic.Hydrogen.desktop&lt;/code&gt; by
@grammoboy2 (#2042).&lt;/li&gt;
      &lt;li&gt;Delete key does now remove selected notes and notes under cursor in
NotePropertiesRuler.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;changed&quot;&gt;Changed&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Brazilian translation updated.&lt;/li&gt;
  &lt;li&gt;Grid lines in the Song Editor are now rendered dotted to emphasize that
this is the space the patterns in rather than objects in their own right.&lt;/li&gt;
  &lt;li&gt;Virtual keyboard strokes are now mapped exactly as incoming MIDI &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;NOTE_ON&lt;/code&gt;
events (respecting both “Use output note as input note” and hihat pressure
groups). But do not trigger associated actions (#1770).&lt;/li&gt;
  &lt;li&gt;CLI option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-d&lt;/code&gt; understand driver names regardless of capitalization.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;h2cli&lt;/code&gt; option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-V&lt;/code&gt; is now able to handle whitespaces between flag and
argument.&lt;/li&gt;
  &lt;li&gt;&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;h2cli&lt;/code&gt; long option for &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;-k&lt;/code&gt; is renamed &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;--drumkit&lt;/code&gt; -&amp;gt; &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;kit&lt;/code&gt; in order to
align the naming with the one used in &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;hydrogen&lt;/code&gt; CLI options.&lt;/li&gt;
  &lt;li&gt;Smaller keyboard cursor size with resolution set to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;off&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Rename “J.Master” button into “Timebase”.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;fixed&quot;&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix potential segfault on ill-formated notes in .h2song files.&lt;/li&gt;
  &lt;li&gt;Fix buzzing sound during startup when using Port Audio (#1932).&lt;/li&gt;
  &lt;li&gt;Fix build failure without precompiled headers (e.g. on Gentoo) (#1944).&lt;/li&gt;
  &lt;li&gt;Fix persistent of hihat pressure group settings while changing/restarting
MIDI drivers.&lt;/li&gt;
  &lt;li&gt;Fix mapping of &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;NOTE_OFF&lt;/code&gt; MIDI messages in hihat pressure groups.&lt;/li&gt;
  &lt;li&gt;Fix segfault when using MIDI sense button in table of Preferences &amp;gt; MIDI
after removing rows above it from the table.&lt;/li&gt;
  &lt;li&gt;Fix synchronization problems while using JACK Timebase support (#1953).&lt;/li&gt;
  &lt;li&gt;Fix compilation error on macOS with case-sensitive filesystem (#1938).&lt;/li&gt;
  &lt;li&gt;Fix usability with large QT_SCALE_FACTOR (#1933).&lt;/li&gt;
  &lt;li&gt;Fix MIDI, WAV, and LilyPond export as well as drumkit import and export
with with non-ASCII filenames (#1957).&lt;/li&gt;
  &lt;li&gt;Paths to songs and scripts are now properly saved relative to a
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;.h2playlist&lt;/code&gt; file (in case the corresponding option was set).&lt;/li&gt;
  &lt;li&gt;Fix grid line rendering with resolution set to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;off&lt;/code&gt; (#2015).&lt;/li&gt;
  &lt;li&gt;Fix handling of adjacent tags with same content in Director by @aldimond
(#2036).&lt;/li&gt;
  &lt;li&gt;Fix copy/cut/paste in PianoRollEditor.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;removed&quot;&gt;Removed&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Windows 32bit support dropped (due to upstream limitations).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code and binary releases can be found as usual on &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.4&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Sat, 07 Dec 2024 12:00:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-124</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-124</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.2.3 released</title>
        <description>&lt;p&gt;We are happy to announce patch release version 1.2.3 of Hydrogen!&lt;/p&gt;

&lt;p&gt;It fixes a number of bugs and inconsistencies found since version 1.2.2 and is generally recommended for all users.&lt;/p&gt;

&lt;h2 id=&quot;added&quot;&gt;Added&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Forward compatibility for .h2song and drumkit changes introduced in version 1.3.0&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;fixed&quot;&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Restore mute button state of master mixer strip on song load.&lt;/li&gt;
  &lt;li&gt;Recorded MIDI notes were inserted ahead of the beat (#1851).&lt;/li&gt;
  &lt;li&gt;Drumkit Property Dialog:
    &lt;ul&gt;
      &lt;li&gt;Images were written regardless whether one hits the ok or cancel button.&lt;/li&gt;
      &lt;li&gt;When using Save As to create a new drumkit, the added image was put in the
old drumkit folder instead and not properly copied into the new one.&lt;/li&gt;
      &lt;li&gt;Allow to Save As drumkits derived from kits not found on the current system.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Audio Engine: In Song Mode with Loop Mode deactivated Hydrogen missed notes
very close to the end of the song.&lt;/li&gt;
  &lt;li&gt;Fix crash on playing back notes with custom length (#1852).&lt;/li&gt;
  &lt;li&gt;macOS: fix naming of CoreMIDI header (#1865).&lt;/li&gt;
  &lt;li&gt;Fix various rendering issues with custom length notes.&lt;/li&gt;
  &lt;li&gt;Fix potential crash/failing startup on Windows in case PortAudio or PortMidi
device is already occupied (#1893)&lt;/li&gt;
  &lt;li&gt;Fix crash on shutdown, song export, or driver changes in the Preferences while
using JACK on Linux (#1902, #1867, #1907)&lt;/li&gt;
  &lt;li&gt;Pattern Editor:
    &lt;ul&gt;
      &lt;li&gt;Only delete stop notes clicked by the user. (#1859)&lt;/li&gt;
      &lt;li&gt;Proper undo of moving notes out of DrumPatternEditor. (#1859)&lt;/li&gt;
      &lt;li&gt;Custom note lengths are now only drawn till the next stop
note. (#1859)&lt;/li&gt;
      &lt;li&gt;Highlight selected stop notes too. (#1859)&lt;/li&gt;
      &lt;li&gt;Update selected notes visually on left and right keyboard movement. (#1859)&lt;/li&gt;
      &lt;li&gt;Fixed stop note color which was no different than the default note color
(#1854).&lt;/li&gt;
      &lt;li&gt;Fixed grid line rendering on rational pattern size nominator.&lt;/li&gt;
      &lt;li&gt;Fixed grid line colors on very fine resolution.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Fix broken file browser dialogs on Linux when using translations (#1908).&lt;/li&gt;
  &lt;li&gt;Fix drumkit export on Windows (#1927).&lt;/li&gt;
  &lt;li&gt;Timing drift (and artifacts) in playback track rendering on some hosts is
fixed (#1920).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code and binary releases can be found as usual on &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.3&quot;&gt;GitHub&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Fri, 12 Jan 2024 12:00:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-123</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-123</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.2.2 released</title>
        <description>&lt;p&gt;I’m very happy to announce the 1.2.2 release of Hydrogen!&lt;/p&gt;

&lt;p&gt;Starting with this release we will also provide AppImages for our Linux user base! If you haven’t heard about this technology yet: it’s a portable bundle containing the compiled Hydrogen binary as well as its dependencies and resource files. It runs on most Linux OSs (at least recent ones) and is very easy to handle. Just download it, make it executable, and run it.&lt;/p&gt;

&lt;p&gt;Apart from that there were a couple of bug fixes and minor changes:&lt;/p&gt;

&lt;h2 id=&quot;added&quot;&gt;Added&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Hydrogen is now released as AppImage for Linux as well.&lt;/li&gt;
  &lt;li&gt;Playlist dialog can now be resized and remembers geometry,
position, as well as visibility.&lt;/li&gt;
  &lt;li&gt;Save and restore Director position, geometry, and visibility.&lt;/li&gt;
  &lt;li&gt;New and properly licensed AppStream metainfo files
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;org.hydrogenmusic.Hydrogen.metainfo.xml&lt;/code&gt; replace old
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;org.hydrogenmusic.Hydrogen.appdata.xml&lt;/code&gt;.&lt;/li&gt;
  &lt;li&gt;Hydrogen shows an error dialog and exits on the first invocation
with no hydrogen.conf file present on user and system level
(application was not properly installed).&lt;/li&gt;
  &lt;li&gt;A new &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;cmake&lt;/code&gt; option &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;WANT_DYNAMIC_JACK_CHECK&lt;/code&gt; was
introduced. When set Hydrogen does check on startup whether
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;jackd&lt;/code&gt;, &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;jackdbus&lt;/code&gt;, or &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;pw-jack&lt;/code&gt; is installed and disables JACK
support in case none of them was found. This is intended for
bundled builds, like AppImage and Flatpak, and can be overridden
by setting the audio driver manually to “Jack” in the
hydrogen.conf or by passing the “-d jack” CLI option.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;changed&quot;&gt;Changed&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Spanish translation updated.&lt;/li&gt;
  &lt;li&gt;Minor tweaks in French and German translation.&lt;/li&gt;
  &lt;li&gt;On Linux the order of audio drivers tried when selecting &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Auto&lt;/code&gt;
changed from “JACK &amp;gt; ALSA &amp;gt; OSS &amp;gt; PulseAudio” to
“JACK &amp;gt; PulseAudio &amp;gt; ALSA &amp;gt; OSS”.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;fixed&quot;&gt;Fixed&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Style combo box in Preferences &amp;gt; Appearance &amp;gt; Interface is
working again.&lt;/li&gt;
  &lt;li&gt;Fix segfault on hitting “Panic” button while transport was
rolling.&lt;/li&gt;
  &lt;li&gt;Instrument/strip-specific actions, like MIDI action
&lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;STRIP_MUTE_TOGGLE&lt;/code&gt;, did void the instrument selection of the
Instrument Editor if the specified instrument was not the
currently selected one.&lt;/li&gt;
  &lt;li&gt;Do not start playback at cursor when cursor in Song Editor is
beyond the current song length.&lt;/li&gt;
  &lt;li&gt;Fixed compatibility with PortMidi version 217 (Hydrogen v1.2.1
was incompatible) (#1795). All versions of Hydrogen &amp;gt;=1.3 will,
however, require on a more recent PortMidi version (at least
v2.0.1).&lt;/li&gt;
  &lt;li&gt;Fixed allowed range of MIDI output notes to be [0,127] again
(#1828) (introduced in v1.2.0).&lt;/li&gt;
  &lt;li&gt;Hydrogen does now successfully startup even if no data folder is
present on user and system level.&lt;/li&gt;
  &lt;li&gt;Allow an arbitrary number of notes in a pattern (#1827).&lt;/li&gt;
  &lt;li&gt;Fix playback track volume fader (#1449)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code and binary releases can be found as usual on &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.2&quot;&gt;GitHub&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Sat, 09 Sep 2023 16:00:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-122</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-122</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.2.1 released</title>
        <description>&lt;p&gt;Release 1.2.1 of Hydrogen is the new stable release of Hydrogen. It fixes a number of bugs and inconsistencies found in version 1.2.0 and is generally recommended for all users.&lt;/p&gt;

&lt;h2 id=&quot;changes&quot;&gt;Changes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Update French translation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 id=&quot;fixes&quot;&gt;Fixes&lt;/h2&gt;
&lt;ul&gt;
  &lt;li&gt;Fix reopening of last used Playlist. In addition, in case the
PlaylistDialog was opened at the end of the last session - when
“Reopen last used playlist” is checked in the Preferences - the
dialog will be reopened too at the same position.&lt;/li&gt;
  &lt;li&gt;Fix spurious marking of opened songs as modified.&lt;/li&gt;
  &lt;li&gt;Fix MIDI (output) feedback for metronome toggling and pan
setting.&lt;/li&gt;
  &lt;li&gt;Fix superfluous MIDI event - Action bindings. An incoming MIDI
event can be mapped to an Action only once.&lt;/li&gt;
  &lt;li&gt;Fix tool tips of MIDI-learnable widgets. All bounded MIDI events
will be shown.&lt;/li&gt;
  &lt;li&gt;Fix MIDI note output for channel 16 (previously only channel
1-15 were accessible in the InstrumentEditor).&lt;/li&gt;
  &lt;li&gt;Fix spurious tempo changes to 120bpm when switching songs or
between pattern and song mode (#1779 and #1785)&lt;/li&gt;
  &lt;li&gt;Support “START”, “CONTINUE”, and “STOP” type System Realtime
MIDI messages in PortMidi and CoreMidi.&lt;/li&gt;
  &lt;li&gt;Fix MIDI action binding to incoming MMC_DEFERRED_PLAY event.&lt;/li&gt;
  &lt;li&gt;Fix missing MIDI driver restart when adjusting corresponding
parameters in Preferences.&lt;/li&gt;
  &lt;li&gt;Fix MIDI Machine Control (MMC) event type handling on Windows
(#1773)&lt;/li&gt;
  &lt;li&gt;Fix loading of legacy drumkits. All layers but the first one
were dropped during drumkit upgrade (#1759)&lt;/li&gt;
  &lt;li&gt;Fix MIDI input handling with “Discard MIDI messages after action
has been triggered” checked. Incoming NOTEON message were
dropped without triggering a sound (#1751)&lt;/li&gt;
  &lt;li&gt;Fix beat and bar calculation in pattern mode (#1741)&lt;/li&gt;
  &lt;li&gt;Fix compilation in GCC with -Werror=format-security (#1739)&lt;/li&gt;
  &lt;li&gt;Explicit usage of Python3 in stats.py script&lt;/li&gt;
  &lt;li&gt;Fix build against Musl (nekopsykose)&lt;/li&gt;
  &lt;li&gt;Omit git commit hash in displayed version of release builds&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Source code and binary releases for Windows and macOS are available from &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.1&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Thu, 08 Jun 2023 21:27:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-121</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-121</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.2.0 released</title>
        <description>&lt;p&gt;Release 1.2.0 of Hydrogen is the new stable release of Hydrogen. This release brings new features as well as many bug fixes, and is generally recommended for all users.&lt;/p&gt;

&lt;p&gt;New features:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;New scalable SVG-based GUI components with more standardized UX&lt;/li&gt;
  &lt;li&gt;Configurable colour themes and adjustable font size to increase accessibility&lt;/li&gt;
  &lt;li&gt;Pattern and Song editor can follow playback&lt;/li&gt;
  &lt;li&gt;Stacked mode and virtual patterns can show notes from other patterns alongside currently selecte pattern&lt;/li&gt;
  &lt;li&gt;Tagging improvements&lt;/li&gt;
  &lt;li&gt;New OSC commands&lt;/li&gt;
  &lt;li&gt;Builtin crash reporter&lt;/li&gt;
  &lt;li&gt;Slightly changed ADSR behaviour to align with natural user expectations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In addition there are many bug fixes, smaller tweaks to behaviour, and many under-the-hood improvements to audio processing structure, timekeeping and performance, as well as GUI speed.&lt;/p&gt;

&lt;p&gt;Source code and binary releases for Windows and macOS are available from &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.0&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Fri, 07 Apr 2023 21:11:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-120</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-120</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.2.0-beta1 released</title>
        <description>&lt;p&gt;Hydrogen-1.2.0-beta1 is a beta test release of Hydrogen, which previews new features in Hydrogen-1.2.&lt;/p&gt;

&lt;p&gt;As this is a beta test release, please report any issues encountered on &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/issues&quot;&gt;the GitHub issue tracker&lt;/a&gt;. The Hydrogen-1.1 release line (including the latest Hydrogen-1.1.1) remains the stable release line, and can be used if any critical issues are encountered.&lt;/p&gt;

&lt;p&gt;New features previewed by this release include:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;New scalable SVG-based GUI components&lt;/li&gt;
  &lt;li&gt;Configurable colour themes&lt;/li&gt;
  &lt;li&gt;Pattern and Song editor can follow playback&lt;/li&gt;
  &lt;li&gt;Stacked mode and virtual patterns can show notes from other patterns alongside currently selecte pattern&lt;/li&gt;
  &lt;li&gt;Tagging improvements&lt;/li&gt;
  &lt;li&gt;New OSC commands&lt;/li&gt;
  &lt;li&gt;Builtin crash reporter&lt;/li&gt;
  &lt;li&gt;Slightly changed ADSR behaviour to align with natural user expectations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In addition there are many bug fixes, smaller tweaks to behaviour, and many under-the-hood improvements to audio processing structure, timekeeping and performance, as well as GUI speed.&lt;/p&gt;

&lt;p&gt;Source code and binary releases for Windows and macOS are available from &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.2.0-beta1&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Thu, 15 Dec 2022 17:20:00 +0000</pubDate>
        <link>http://hydrogen-music.org/release-120-beta1</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-120-beta1</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.1.1 released</title>
        <description>&lt;p&gt;Release 1.1.1 of Hydrogen is the new stable release of Hydrogen. This is a maintenance release which addresses issues affecting release 1.1.0 and earlier versions of Hydrogen, including:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Preferences dialog ‘OK’ bug&lt;/li&gt;
  &lt;li&gt;Audio problems when using LADSPA plugins with PulseAudio&lt;/li&gt;
  &lt;li&gt;MIDI crashes and other issues on 64-bit Windows&lt;/li&gt;
  &lt;li&gt;Missing tags and markers&lt;/li&gt;
  &lt;li&gt;Inability to control audio latency on Windows (PortAudio)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full details of these issues are &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/milestone/8?closed=1&quot;&gt;available on GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Source code and binary releases for Windows and macOS are available from &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.1.1&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Sun, 05 Dec 2021 22:07:12 +0000</pubDate>
        <link>http://hydrogen-music.org/release-111</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-111</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
      <item>
        <title>Hydrogen 1.1.0 released</title>
        <description>&lt;p&gt;Release 1.1.0 of Hydrogen is the new stable release of Hydrogen. This release brings new features as well as many bug fixes, and is generally recommended for all users.&lt;/p&gt;

&lt;p&gt;New features in this release include:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Keyboard cursor-driven pattern, song and note properties editing&lt;/li&gt;
  &lt;li&gt;Note selection and movement in pattern editors&lt;/li&gt;
  &lt;li&gt;New OSC commands (new song, open song, save song (as), quit,
    &lt;ul&gt;
      &lt;li&gt;toggle looped playback, toggle timeline, toggle Jack transport,&lt;/li&gt;
      &lt;li&gt;toggle Jack timebase master, add/delete timeline marker,&lt;/li&gt;
      &lt;li&gt;toggle song/pattern playback mode)&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;NSM support reworked&lt;/li&gt;
  &lt;li&gt;Deprecating JACK-session&lt;/li&gt;
  &lt;li&gt;Instrument main pitch shift offset&lt;/li&gt;
  &lt;li&gt;Custom pattern size support with representation in note values&lt;/li&gt;
  &lt;li&gt;Custom pan law support in mixer&lt;/li&gt;
  &lt;li&gt;Audio output device selection in CoreAudio (macOS) and PortAudio (Windows)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The complete list of bugs and other issues addressed by this release is available &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/milestone/5?closed=1&quot;&gt;via the Github issue tracker&lt;/a&gt;.
Source code and binary releases for Windows and macOS are available from &lt;a href=&quot;https://github.com/hydrogen-music/hydrogen/releases/tag/1.1.0&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</description>
        <pubDate>Sat, 04 Sep 2021 22:17:23 +0000</pubDate>
        <link>http://hydrogen-music.org/release-110</link>
        <guid isPermaLink="true">http://hydrogen-music.org/release-110</guid>
        
        
        <category>jekyll</category>
        
        <category>update</category>
        
      </item>
    
  </channel>
</rss>
