Category Archives: Music

Why I don’t like online music notation apps

As I could see at Musikmesse 2013, the trend in music notation programs goes to online services like Noteflight and mobile apps like Scorio. From a developer’s point of view, especially Noteflight is an fascinating piece of software – a whole notation program written in pure HTML5 and JavaScript. However, as a user, I am not convinced of the idea behind online music notation. Here are my reasons:

  1. I have a fixed work area when writing music. This is not only because I need a large screen, a hardware keyboard, a mouse, a MIDI keyboard and a printer, but also because I need to have my peace at my own desktop. In 99% of the time, I write music on the same computer. Online notation programs allow to write music “everywhere”. I just don’t need that. I find it horrible to write music on a tablet PC or even a smartphone.
  2. I prefer printed sheet music. Online programs can also print your music, but their focus is much more on screen display and the viewer’s perspective. Maybe the musicians I know (including myself) are old-fashioned, but we like to play music from printed paper. We take notes with a pencil (without limitations which notes are possibe), and we need no internet connection (we have none in our rehearsal room) and no electric power. I like the idea of sharing files with others over the internet, but this is also possible with e-mail, dropbox and other services, and for sure also within desktop notation programs in the future. I need no web browser for that.
  3. Pay for the time. The price of the programs is currently at about 80$ per year. Suitable desktop notation programs cost about two or three times as much, but only once (bigger updates not included). Since I am happy with my desktop application, the subscription of the online program would be more expensive already in the third year.
  4. Dependency on the vendor. When the vendor closes its service, I can rescue the files by exporting to MusicXML, but I can not use the same notation program any more. This is different with offline desktop applications: When the vendor stops development, I can still install and use the software on my computer as long as I like it.
  5. A technical reason: Web technologies are limited. Although new standards like the Web MIDI API will follow, I think the web is not suitable for high-end multimedia applications. When running in the web browser, you always have an additional layer (the browser) between your application and the operating system, which makes everything slower, more limited and reduced to a compromise that works for all kinds of devices. When you want to fully exploit the power of your computer, there is no better option than running as low-level as possible (already choosing Java for Zong! was a hard decision).

Don’t let Sibelius die!

Sibelius is a great piece of software. It really hurts to hear that AVID wants to move its development to Ukraine instead of continuing with its spezialized team in Finsbury Park, UK. AVID has financial problems, but the better alternative would be to sell it back to the original authors. Please help to save Sibelius and sign this petition.

 
A note about the current state of Zong!: Currently I’m working on my first really big project as a freelance developer. When this is finished (late autumn), I plan to continue the development of Zong!. However, there is good news: We think about moving the whole project to a free software license, including the Android part and the Editor part. Stay tuned 🙂

Zong! Intonation Training

As the conductor of a bavarian brass band I often have to intonate the different instruments in the orchestra. Because I found no website where you can practice your intonation hearing, I decided to write my own one and share it for free.

Here is a demo video:

[youtube=http://www.youtube.com/watch?v=l7z9XQfGbrg]

The program can be launched by clicking on the following button:

Have fun!

Intonation Ear Training

As the conductor of a bavarian brass band I often have to intonate the different instruments in the orchestra. Because I found no website or free program where you can practice your intonation hearing I decided to write a little applet:

Intonation Ear Training Applet

Have fun practicing 🙂

Because I’m getting more familiar to Clojure and like the language very much, I decided to write it in this language. It worked quite well despite of some teething troubles which Clojure still has. Because of that I’ve written a little tutorial how to create applets, and I hope it will encourage more developers in giving it a try.