Archive for January, 2008

Why ChordMate started on the Mac.

January 29, 2008

When I started working on ChordMate, we didn’t plan to release it for Mac first. I was working only on the music engine. I chose the Mac because it had free development tools, and I really liked the operating system.  After working for about two weeks, I realized that I needed some GUI to test my work (initially I was planning to use text output). Because I was already using Mac OS X, I looked at the libraries that they provided for making GUI. I was so impressed that I learned Objective C++ and ended up designing the ChordMate GUI for Mac. I really enjoyed working on it. Everything in Apple’s APIs was carefully designed and quite intuitive. I loved how they hid all the unnecessary complexity. I had to code only the parts that were specific to my application. Apple’s libraries did the rest and did it beautifully.

I’ve been developing the Windows version for a few months now, and every bit of it was a pain. I won’t go into details here and will just say that Microsoft’s libraries are very low level. Almost all the issues that I had to deal with so far could be easily solved by the operating system. For example, Apple makes flicker free drawing completely automatic while Microsoft forces every developer to deal with it on his own.

Apple has to be much better than Microsoft in order to survive at all, but as programmer, I am still amazed how far ahead Apple got. Now I am not surprised that many developers choose to make their programs in Mac OS X even though economically it makes much more sense to develop for Microsoft.

What is your favorite browser?

January 29, 2008

I recently redesigned Harmonic Sense website to be more compact and uniform. The CSS features that I used have been around for a while, so I naively assumed that Microsoft’s latest browser would support them. I was so sure that I forgot to check. After all, the website looked exactly the same in Safari and Firefox. When I finally looked at it today in IE7, I was horrified. The website looked ugly, and I spent about three hours trying to guess what parts of CSS IE7 didn’t support. It’s sad that Microsoft takes advantage of its market share and does little to fix its browser.

ChordMate 1.1.4

January 28, 2008

We recently released ChordMate 1.1.4. The new version has better icons for Leopard and some other minor improvements. It’s a free upgrade for all existing customers.

ChordMate for Windows

January 28, 2008

We are working on the Express version of ChordMate for Windows. It should be ready in a few months.