Paul Williams writes article about nothing

Does music need “professional” musicians?

Paul Williams, the songwriter and current president of ASCAP, recently wrote this article.  It’s pretty short, but one thing is missing from it: a point.  The only point I can see is that “piracy is bad.”  Well, duh.

Anyway, I’m going to go off on a little tangent here.  I think at some point in the future (perhaps still hundreds of years away) people will no longer be able to make a living off of writing music.  One reason is quite simple: computers will write music.  People won’t need to.  People will continue to write music, though, because it’s fun.  People being able to make a living off of writing music is, from what I can tell, a pretty recent phenomenon in the history of human existence.  (As are the sorts of economies we have now, for that matter.)  The creation of beautiful music doesn’t depend on people making a living off of it.  The reason people defend and fight for being able to make a living off of it is because it’s a dream come true! Being able to make a living off of doing something you love is just fantastic.  (At least, I imagine; it still hasn’t happened to me yet, but I’m working on it!)

So, I’ll whole-heartedly agree that piracy is bad, and I’ll defend protocols and systems that try to counter it (as long as they don’t get in the way of what us legitimate non-pirates want to do, which they do too often), but I won’t do this in defense of the music.  The music will always exist.  Piracy is bad for moral reasons, not monetary reasons.  Well, it is bad for monetary reasons, but I’m not against it just because I want more $$$$, like perhaps a number of other composers and publishers (and PROs?).

My automatic music generator

Recently, I’ve been continuing work on my computer program that will, if my daydreams come true, write music.  OK, it’s still such a difficult task that I probably won’t live to see (or hear) it work, but it’s still a puzzling challenge that obsesses me sometimes.  Anyway, I spent the day thinking about new algorithms to try out.  To help me do this, I began writing a semi-fictional dialogue.  In it, I appear as a character and I meet with William Wobbler, a character from my recently finished screenplay The Melody Box.  The two of us then contemplate how to create a computer program that can write music.  It’s a lot of fun to write, and if I ever succeed at my goal of creating this program and if it makes me insanely rich (a dream that motivates me), then I will someday release it to the public so that everyone can learn how it was done, and how my thought process worked while creating it.  Or if I die having failed (which is more likely), I can leave it for generations after me to perhaps have something to work with (though the possibility remains that it is and will forever be useless garbage, but, I don’t know, somebody out there might read it).

I guess that’s it.  I have to go back to work tomorrow.  Snow got me an entire week off, but the vacation’s over now!  (The week off did give me a torturous glimpse of what life might be like if I could ever make enough money writing or composing to work from home.  I risk becoming a hermit then, but it’s still something I cannot stop myself from desiring.)

Java programming blather

I spent the day doing some more Java programming on my melody project. I’m attempting to add some new features (with different algorithms) to the program so that it will work with music of any length, and with multiple melodic lines, thus different instruments and the emerging harmonies. But of course to say it is difficult is an understatement. The algorithms work; that is, they run. But they go far too slowly and take up a lot of memory. I think I can fix the memory problem by greatly reducing redundancy with some algorithmic improvements, but I’m still not sure how I can get it to go any faster; the algorithms simply have to do too much calculating. So I’ll probably have to abandon the algorithms altogether and try coming up with new ones. Since the program is going so slow now, I can’t get it to output anything but gibberish, and thus can’t really tweak the current algorithms to improve them. Anyway, if I can ever get it to work and create musical output that actually sounds musical, the musical mixing possibilities would be pretty cool. It’s just too bad computers aren’t faster and don’t have more memory; I could sure use it.

If I do get my musical-mixer-generator thing to work as well as I do in my daydreams, I can’t quite decide what I’ll do with it. Part of me would like to sell it and make $$$ off of it, but another part of me is quite tempted to keep the software a secret and use it to create hundreds of thousands of musical pieces under a pseudonym and not tell anybody my secret power. Both possibilities are still distant daydreams, of course, but I guess I’d probably sell it, since that seems more honest, and would probably result in a lot more $$$. But the other choice remains a temptation, and if I choose that road, I won’t blog about it, bwahahahaha!!

Working

I’ve been working a bit more on my melody mixer creator thing; I’m working on expanding its abilities so that it will be compatible with any size melody in any time signature. I think I’ve finished planning out the necessary algorithms, now just programming awaits. And there will be quite a lot that will need to be reprogrammed, as there were quite a few shortcuts I was able to take when programming it to work with just one size melody. I’ve also been writing a book on my melody mixing algorithmic methods. It’s obviously not very long right now, but as I continue to program and explore this area of computer generated music it will hopefully chronicle all my explorations and algorithmic design decisions. It will probably be finished in 10 or 20 years. Or never.

Haven’t been up to much else lately… getting a bunch of hours at my part-time job, which is good for the money, but when I come home I tend to sit in front of the TV, surf the net, or play The Sims 3, which are all fun, but not very productive.  I can’t say I really want a full-time job…

Blagh … and java programming

I’m tired.  My sleep schedule is just terrible.  That holiday weekend wasn’t good for me.

I don’t have much to say right now anyway.  I’m not sure I’ll have my first album ready by August anymore; my interests have once again shifted to something else.  Over the past week, I’ve been working on my melody project again, something I started quite a few months ago (August 2008), but it’s just been sitting there for a while.  I made some minor improvements to the algorithm (to be more specific, I took the recursive inverse directional beta loops and strongly conjoined them with the dysfunctional relative note sequence data curves coupled with reticulating splines, and programmed in the consciousness of a monkey. (More seriously, I changed the algorithm so that the output melody would be guaranteed to not be any of the input melodies, which had been a threat in the previous version if you were mixing only a few melodies that didn’t sound very much alike.  With the modified algorithm, the program forces the melodies you’re using to mix.  Overall, I think it gives better results, but it depends on the melodies you input and how similar they already sound (and your own melodic tastes, of course).)), and I also made this spiffy javascript page which aids in the formatting of the text files the program uses as input.

What I’d like to do this summer is release the melody project in it’s current form so that others can fool around with it.  I’m hoping to turn it into a Java applet that will run on a web page.  It shouldn’t be too hard; it’s already Java after all.  I mainly need to program a good input-output system, since it can’t so easily load and save text files from a visitor’s computer, since it will be on a web page.  I can load the text files from my server easily enough, then I suppose the output could just be text in a text box.  That would be the easiest, and will probably be what I end up doing to start off with.  But that is a pretty annoying burden for the site visitors; they’ll have to interpret the output text by themselves (it’s not really hard, it’s just extra labor).  So I’ll have to program a text-to-MIDI converter so visitors can easily and quickly hear what the output melodies sound like.  And then there are a thousand other improvements I could blather on and on about, but those are my first ambitions.

So that’s what I’ve been working on…

Oh, and remember to vote for a note!  (That whole experiment is going to take forever…)