Skip to content

Releases: juzzlin/Noteahead

1.1.0

03 Dec 19:58

Choose a tag to compare

Release date:

Wed, 03 Dec 2025 20:16:17 +0200

New features:

  • Fix GitHub Issue #33: Implement sine modulation for MIDI CC automation

  • Fix GitHub Issue #32: Implement virtual MIDI outs

    • Noteahead now opens "Noteahead Virtual MIDI OUT"
    • Tested with Surge XT that it actually works
  • Take mute/solo into account when exporting as a MIDI file

  • Introduce MidiExportDialog with start and end positions

1.0.0

22 Nov 12:09

Choose a tag to compare

I have made so many songs with Noteahead already and it's perfectly stable, so I think it's time for the first 1.x. release.

Release date:

Sat, 22 Nov 2025 13:50:42 +0200

New features:

  • Fix GitHub Issue #13: Implement MIDI file export

    • Exports tempo track, note on/off, velocity
  • Add percentage interpolation to velocity dialog

0.15.0

11 Nov 17:36

Choose a tag to compare

Release date:

Tue, 11 Nov 2025 19:07:20 +0200

New features:

  • Fix GitHub Issue #29: Implement a pattern play order view

    • Play order is now displayed below the main tool bar
    • Clicking on a position will jump to the position
  • Append soloed column names to the audio output filename

Bug fixes:

  • Fix velocity interpolation on a selection not applied on all columns

  • Fix incorrect values in the delay calculator dialog

Other:

  • Take the lowest free track index when adding a new track

  • Enable solo/mute during playback

0.14.1

18 Oct 18:42

Choose a tag to compare

Release date:

Sat, 18 Oct 2025 21:14:00 +0300

Bug fixes:

  • Fix incorrect check for pattern validity

0.14.0

17 Oct 18:16

Choose a tag to compare

Release date:

Fri, 17 Oct 2025 20:11:55 +0300

New features:

  • Add a virtual keyboard to the instrument settings

  • Improve track focus highlights

  • Implement help dialog for shortcuts

  • Make it possible to transpose selection by +6/-6 semitones

  • Show text if no pitch bend automations added

  • Show text if no MIDI CC automations added

Bug fixes:

  • Fix graphical glitches due to not all patterns getting resized

Other:

  • Optimize track resizing

  • Don't scroll columns that are not visible

    • This greatly improves scrolling performance
  • Change header font family to sans

0.13.0

07 Oct 17:44

Choose a tag to compare

Release date:

Mon, 06 Oct 2025 21:25:24 +0300

New features:

  • Implement random velocity jitter in instrument settings

  • Show track index in the track settings dialog

  • Show track index in the track header tool tip

  • Adjustable audio buffer size

  • Adjustable track header font size

  • Add tabs to track settings dialog

  • Implement custom auto note-off offset

    • Auto note-off offset can be set per-instrument
    • Adds tabs to the track settings dialog

Bug fixes:

  • Fix auto note-off offset calculation

  • Fix binding loops in EditMidiCcAutomationsDelegate.qml

0.12.0

10 Sep 18:46

Choose a tag to compare

Release date:

Wed, 10 Sep 2025 21:27:00 +0300

New features:

  • Experimental audio recoder

    • Just enable recording in Settings => Audio and Noteahead will record from the default
      audio source when the song starts and name the file according to active tracks
  • Implement a note frequency dialog

    • Tools => Note Frequencies
  • Improvements to column data selection

    • Allow selecting data across multiple columns (keyboard only for now)
    • Allow selecting data using the mouse

Bug fixes:

  • Take transpose into account when playing live notes

  • Play correct live note when editing velocity

0.11.0

29 Aug 18:30

Choose a tag to compare

Release date:

Fri, 29 Aug 2025 21:17:38 +0300

New features:

  • Allow transposing by +2/-2 semitones

  • Fix GitHub Issue #24: Implement velocity interpolation on track-level

Bug fixes:

  • Fix GitHub Issue #21: Clicking on the empty area of a note column won't set focus

  • Fix GitHub Issue #22: MIDI transport events sent event if disabled

0.10.0

21 Jul 17:53

Choose a tag to compare

Release date:

Mon, 21 Jul 2025 20:31:52 +0300

New features:

  • Fix GitHub Issue #10: Implement support for a MIDI controller keyboard

    • Edit => Settings => MIDI => Controller
    • Supports Note ON/OFF, Pitch Bend, MIDI CC (also modulation wheel), Transport (Play/Stop)
  • Implement MIDI transport events

    • Noteahead now sends MIDI Start/Stop
  • Implement a delay time calculator dialog

    • Tools => Delay time calculator
  • Strike out recent files that have been vanished

  • VideoGenerator

    • Implement a new video animation type "Bars"
    • Ensure that input files exist
    • Support image rotation in video generation

Bug fixes:

  • Fix GitHub Issue #14: Rewinding a song assumes that track with index 0 exists

  • Fix GitHub Issue #17: Window title not reset on a new song

  • Eliminate a redundant call to PlayerWorker::stop()

Other:

  • More logically maintain current track on track deletion

0.9.0

10 Jun 20:21

Choose a tag to compare

Release date:

Tue, 10 Jun 2025 22:14:09 +0300

New features:

  • Render lines in a ListView instead of manually managed objects

    • This is a big and fundamental refactoring effort and makes scrolling
      way smoother also on older Qt version. Also the update logic is now less
      prone to bugs as more stuff is handled by the view model in C++.
  • Implement Midi CC and Pitch Bend automations for single lines

Bug fixes:

  • Fix duplicate signal names on Qt 6.8

  • Fix GitHub Issue #4: Crash in Flatpak: std::optionalnoteahead::Position not engaged

  • Don't reinitialize the project when RecentFilesDialog canceled

    • A previously loaded project was also discarded without asking

Other:

  • Make pattern spin box editable

  • Addition of Flatpak manifest