Skip to content

Changelog

What's new in Flat. New features, improvements and fixes, newest first.

We ship more than we list here. This page keeps the changes worth knowing about.

September 15·New

A new developer dashboard, with OMR jobs, credits and a playground

The developer dashboard app overview with a capability card for Embed, OMR, REST API, Import API and LTI

The developer dashboard is rebuilt around what your integration can do. Each capability (Embed, OMR, REST API, Import API, LTI) gets a card with its scope, pricing and documentation, and the ones your app already uses come first.

  • A new OMR section at the account level, with your jobs, your credits and their history in one place, since OMR credits are shared by all your apps.
  • Try OMR before you write code. The playground takes a PDF or photos, shows the page count, the cost per page and the balance you would be left with, then runs the job once you confirm. Output goes to MusicXML downloads, nothing lands in your library.
  • Clearer app pages. Personal tokens, OAuth2 credentials and OMR access are grouped per application, with the credentials that carry the OMR scope called out.

Open it from flat.io/developers.

September 10·New

API v2.26.0: the OMR API leaves beta, assignments get full read, update and delete

Our REST API specification moves to OpenAPI 3.1, the OMR API closes its beta period, and Flat for Education assignments open up beyond listing and creating.

  • The OMR API is stable. Endpoints, fields and behavior now follow our usual deprecation process before any breaking change. A new FAQ covers credits and billing, limits and processing times, recognition quality and languages, and commercial use and privacy.
  • Read, update and delete assignments in Flat for Education. Deleting an assignment also removes its submissions and the students' copies; archive it instead to keep the work.
  • Credit ledger. A new call lists your credit history; the balance stays on the OMR capabilities call.
  • Finale files (.musx) can be imported, on a best-effort basis, and scanned music import (PDF and images) is documented on score creation.
  • OpenAPI 3.1. Nullable fields use the 3.1 syntax; tooling pinned to OpenAPI 3.0 needs an update. The mimeType field was removed from OMR file uploads.
September 7·New·

Flat for Mac and Windows

The Flat desktop app open on a piano and harp score on a MacBook, with the notation panel on the left and the piano keyboard below

Flat now has a desktop app for macOS and Windows: the full editor in a window of its own, free to download, with your library in sync across desktop, web and mobile.

  • Works offline. Write, edit and play back scores without a connection; your changes sync when you are back online.
  • Your scores on every device. With Flat Power, the library you see on the desktop is the same one you open on the web, iPhone, iPad and Android.
  • MIDI input over USB and Bluetooth. Plug in a keyboard and play the notes in.
  • Opens your files. Double-click a score in Finder or Explorer and it opens in the app, not a browser tab.
  • Sign in with Apple on macOS, alongside the sign-in options you already had.
  • Keeps itself up to date. New versions install on their own.

Free to download; a Flat account is only needed to sync. Get it at flat.io/desktop.

Also in September

35 smaller changes
August 21·New·

Loop mode, and playback that picks up where you stopped

A selected passage in the Flat editor looping, with the loop handles around the bars and the loop button active in the header

Select a passage, press L, and it repeats until you tell it to stop, while the notes stay editable, so every change lands on the next pass. Loop mode is free on every plan.

  • Three ways to start a loop: select bars and press L, choose Loop from the selection menu, or press the loop button in the header to loop the bar your cursor is in. Drag the handles to widen or tighten the range, even while it plays.
  • The notes stay editable. Click a note as it plays, change it, and hear the result the next time round. Loops also work over a synced YouTube, Vimeo, SoundCloud or uploaded recording.
  • Playback starts from your cursor, not from the top. Stopping keeps the position: Space plays from the cursor, Shift + Space resumes exactly where the music stopped (press and hold Play on mobile). Going back to the start moves the cursor while stopped, and restarts playback while playing.

Available in the new editor on the web and on the new mobile toolbar on Android; iOS follows. Embedded scores can loop too, through the embed API.

August 7·Improved·

A new model version with support for implicit tuplets

A new version of our in-house model now powers every PDF and photo import, focused on how tuplets are printed on the page.

  • Implicit tuplets are now supported. Engravers usually print the small "3" or "6" over the first triplet or sextuplet of a passage only, and leave the groups that follow it bare - the player is expected to carry the pattern on. Those unmarked groups are implicit tuplets: played as tuplets, with nothing printed to say so. They are very common in 19th-century editions, studies, and variations. Scanning now reconstructs them from the rhythm of the measure, instead of dropping notes to make the measure fit its time signature.
  • Fewer tuplets invented out of thin air. The model used to mark ordinary beamed groups as triplets even when no number was printed above them, and those numbers showed up in your score. It now writes a tuplet only where one is actually drawn on the page.
August 4·New

API v2.25.0: control how long OMR jobs keep your files, ABC export

  • Data retention you control. OMR jobs now tell you how long their files are kept (30 days by default), each MusicXML job carries its expiry date, and you can erase a job's files and results as soon as you have collected them.
  • Feature detection before sign-in. The OMR capabilities call works without an account and lists the supported recognition languages with their names.
  • ABC notation export for any score revision, alongside MusicXML, MIDI and the other formats. Like MIDI, it does not carry the full engraving.
  • Free Record assignments can be configured through the API in Flat for Education.
  • Errors coming from an upstream provider (Google Classroom, for example) now carry the provider's own localized message.

Also in August

28 smaller changes
July 24·Improved·

A new model version focused on notation fixes

An improved version of Flat's in-house model now powers every PDF and photo import, in particular:

  • Multi-voice passages with shared rests and invisible rests are now supported.
  • Barlines and repeat endings (voltas) are now placed correctly within measures.
  • Beams are recognized more reliably.
  • Time signatures drawn across several staves, as on orchestral scores, are now recognized.
  • Fixed some chord symbols that were exported to MusicXML with a non-standard chord type.
July 15·New·

Import a PDF or photos into an editable score, with a review step

Importing sheet music from a PDF or a photo has a new flow on the web app, built on Flat's in-house recognition engine. It replaces the previous PDF import for everyone.

  • Pick the pages you want. Upload a PDF or several photos, then keep only the pages that contain the music. Each page you keep uses one credit.
  • Follow the recognition as it runs. A progress bar shows where the scan is, page by page, and you can keep using Flat while it works.
  • Review before the score is built. When the engine is unsure about an instrument, it asks you to confirm the title and the instruments it detected, with the part names printed on the page shown next to each one. When every instrument is certain, this step is skipped.

Available in Flat and, for teachers and administrators, in Flat for Education. The new flow comes to the iOS app in the upcoming weeks.

July 10·New·

OMR is now available as a developer API

Flat's OMR engine is now available programmatically through the developer API. Send PDFs or photos, follow recognition progress, review the detected instruments, then import the result as an editable score in a Flat library or export MusicXML or MIDI. It's the same in-house model that powers PDF and photo import in the editor, now available at scale for your own apps and workflows.

The dedicated OMR API (v2.24.0) builds on the background PDF import added to score creation in v2.23.0: ask for task support when importing a file and poll the task until the score is ready. See the API changelog for the details of both releases.

Also in July

28 smaller changes
June 23·Improved·

Sharper page analysis for complex layouts

We've improved how scanning reads the layout of a page. Imports of PDFs and photos now produce cleaner, more accurate scores, especially on complex layouts:

  • Dense pages now split correctly. Pages with many short systems stacked on top of each other are no longer merged together - each system is detected separately.
  • Better on orchestral and large-ensemble scores. Multi-staff instruments such as piano and organ, and large scores with many staves, are recognized more reliably.
  • Wide, landscape, and booklet layouts. Landscape pages no longer clip the left edge (which could cut off clefs), and multi-page and booklet scans are handled correctly.
  • Fewer stray detections. Spurious elements near page footers and margins are no longer picked up as music.
June 15·Improved·

A more accurate model

Every PDF and photo import is now processed by Flat's own in-house model. This release is a major new version focused on transcription accuracy: musical correctness (the notes, rhythms, ties, and accidentals that determine whether a score is right) improves across every test set, with the largest gains in:

  • Dynamics: +39%
  • Fermatas, articulations, ties, accidentals: +30 to 37%
  • Note durations: +22%
  • Slurs, dotted notes, rests, staff and voice assignment: +14 to 20%

Text, dynamics, and layout placement are also more precise: lyrics, chord names, and dynamics attach more reliably to the correct notes, including on complex layouts such as piano grand staves and parts with clef changes.

June 1·New·

Our own AI model starts rolling out

We're rolling out Flat's own AI model for PDF and photo import, designed and trained in-house to replace the third-party engine used at launch. Owning the technology end to end lets us push accuracy further, broaden what we recognize, ship improvements far faster, and align results with Flat's own notation format so imports fit naturally into the rest of the product. This first release already reads much more of your music:

Broader notation coverage. Newly recognized:

  • Chord symbols, properly encoded with their musical meaning as editable chords, not just plain text
  • Measure repeats and rhythm slashes
  • Tempo and metronome markings (with BPM)

Lyrics and text in more languages. Lyrics, rehearsal marks, and other text are recognized in Latin-script languages by default, plus Japanese, Korean, and Chinese.

Truer to the original layout. Imports now follow the source score's layout much more closely, matching the number of measures per line, systems per page, and overall structure. This makes a real difference on large, complex scores such as orchestral works and multi-staff instruments like piano. It also supports more page formats, including landscape pages that weren't supported before.

Also in June

18 smaller changes
April 7·New

API v2.22.0: 15+ import formats, virtual collections, rubrics, student groups and LTI 1.3

The largest specification update since 2024, catching the API up with two years of product changes.

  • Import from 15+ formats. Guitar Pro, MuseScore, ABC notation, PowerTab, Capella, MEI, Overture, TablEdit, Band-in-a-Box, Karaoke MIDI, MuseData, Score Writer, Bagpipe Music Writer and Encore join MusicXML and MIDI, and scores can be exported as native .flat files.
  • Virtual collections. All scores, collaborations and likes replace the legacy folder hierarchy in the library, matching the redesigned Flat library.
  • Flat for Education. Performance assignments with audio or video recordings and backing track, metronome and speed options; group submissions for shared writing; rich text instructions; student sub-groups; scheduled and individually targeted Microsoft Teams assignments; rich descriptions and assignment types in the resource library.
  • Unified LTI configuration for LTI 1.1 and 1.3, including dynamic registration. The previous LTI 1.1 credentials calls are deprecated.
  • Yearly statistics on scores, public score counts on profiles, and removal of a few long-deprecated fields.

Also in April

1 smaller change

Looking for something older?

This page starts with September 2025, when PDF import shipped. Everything before that is written up on the Flat blog, release by release.