Scorecleaner Notes May 2026

Introduction ScoreCleaner Notes is a revolutionary mobile application designed to bridge the gap between musical creativity and formal notation. For many musicians, songwriters, and composers, the initial spark of an idea—a melody, a bassline, or a rhythmic hook—often happens away from an instrument or notation software. The traditional process of transcribing that idea into sheet music can be tedious, requiring theoretical knowledge and time. ScoreCleaner Notes solves this problem by using advanced audio recognition technology to listen to you sing, hum, or whistle a melody and instantly convert it into musical notation (MIDI and sheet music).

As of the mid-2020s, ScoreCleaner Notes continues to receive maintenance updates, though it faces competition from built-in DAW features (e.g., Logic Pro’s Flex Pitch to MIDI conversion) and newer mobile apps. However, for its simplicity, low learning curve, and specific use case—turning a hum into sheet music in under a minute—it remains a unique and valuable tool for musicians of all levels. ScoreCleaner Notes is not a replacement for professional notation software like Sibelius or Dorico. Instead, it serves as a creative sketchpad and a transcription assistant. It excels at one job: capturing the spontaneous melody in your head and giving it a visual, shareable, and editable form. For anyone who has ever thought, “I have a tune in my head but I don’t know how to write it down,” ScoreCleaner Notes is the answer. It empowers musicians to bypass music theory when inspiration strikes, turning the voice—the most natural instrument—into a pen for writing music. End of text. scorecleaner notes

FAQ

Page Plugin is only for Pages and not for Profiles, Events and Groups.

Changelog

1.5.2

1.5.1

1.5

1.4.1

1.4

1.3

1.2.2

1.2.1

1.2

Plugin structure reorganized. Shortcode and template tag functionality added

1.1

More than 20 Facebook Locales added

How to install Simple Like Page Plugin

Installation

  1. Upload simple-facebook-plugin directory to your /wp-content/plugins directory
  2. Activate plugin in WordPress admin

Customization

  1. In WordPress dashboard, go to Appearance > Widgets.
  2. Drag and Drop SFP – Like Page Plugin into your sidebar.
  3. Click triangle near SFP – Like Page Plugin header.
  4. Enter your Facebook Page URL (not your profile URL).
  5. Choose width, height and other options you like.

or

Use [sfp-page-plugin] shortcode inside your post or page. This shortcode support all default parametrs:

If you want Page Plugin 320 pixels width and showing posts you need to use it next way:

[sfp-page-plugin width=320 show_posts=true url=http://www.facebook.com/yourPageName]

or

Use sfp_page_plugin() template tag in your theme files.

<?php if ( function_exists("sfp_page_plugin") ) {
    $args = array(
        'url'           => 'https://www.facebook.com/WordPress/',
        'width'     => '300',
        'hide_cover'=> true,
        'locale'        => 'en_US'
    );
    sfp_page_plugin( $args );
} ?>