A move to Creative Commons

Recently, I investigated the feasibility of putting a few cover songs up for free download. Sometimes I record covers on my YouTube account and it would be nice to offer download links as well, instead of people having to listen to often low-quality encoded audio. Turns out, the music industry is even more ridiculous than I thought.

First, it’s illegal to offer a download of a cover of someone else’s song unless they have already released the rights, even if you give it away free. Okay, I guess that’s fair enough. So what if I wanted to obtain the rights? I couldn’t find a great deal of information online, so since I’m in New Zealand, I asked APRA about it.

Looks like there are two main options: Obtain the rights directly from the owner of the track, or get a Digital Download Licence from APRA. Working out who exactly owns the rights to a track, working out a deal and getting their permission is a bit out of scope for a few random covers I might want to do. With a DDL, the basic deal is that you pay APRA 12% of every track sold. The catch for free tracks is that there appears to be a minimum payment per track, so if you gave away tracks for free you’d lose some money on every download.

Another bigger problem is actually handling the purchases and making sure they’re legal. Setting up a payment system, if I decided to charge something to cover costs, would be okay because I could do it through an external site like Bandcamp. But the document on how you need to record downloads, what needs to be included in those downloads, and how you need to pay your royalties is a horrific 26-page license agreement/form combination that I’d pretty much need to hire a lawyer to decipher. Music licencing is obviously not aimed at the common musician.

Also, my website is now hosted in the US. Let’s say I offer a download of a cover song. Under US law, it looks like I need to buy a US mechanical licence for the song, since the download comes from the US. But do I also need a NZ licence because I’m in NZ? I’m not sure. Do I need to limit the downloads to only be allowed in countries where I have purchased a license? It’s quite possible – many other services do this.

In fact, I technically need a separate and different licence again to have a cover on YouTube in the first place, because its a “sync” track with video. Of course, YouTube is absolutely full of unlicensed covers and the worst that happens is that they get removed, or their accounts get disabled. It seems ridiculous to me that if you post a video of your friends singing Happy Birthday, you’re breaking the law.

And so it seems the copyright laws achieve what they set out to do. Not protect the music’s integrity, but its profits and exclusivity. Music doesn’t need to be about making money, and music will survive without money, as it always has. Maybe, in dreams of a perfect world, we can get away from all the money-centric force-fed radio crap and music can be based on the actual quality of the music itself.

Personally I’m moving all my music to a Creative Commons Attribution-NonCommercial 3.0 New Zealand License, so anyone is free to record covers and give copies to their friends or whatever they want. The only thing I’m still charging is the album, because it’s a physical CD that I spent money on getting printed, but it’s only half the price of a normal music CD. And you’re very welcome to not purchase it.

Posted in Blog, News | Leave a comment

New website

I’ve changed the website to use a WordPress back-end to make things a bit easier to manage, as well as adding some new features. The old site was all coded by hand and making changes always took a bit more effort than it probably should.

Some things aren’t quite finished just yet, but it’s getting there.

Posted in News | Comments closed

Stuck In The Loop

I’ve put up a new track, called Stuck In The Loop.

Posted in Music | Comments closed

YouTube

I have a YouTube account where I sometimes post extra stuff like song covers. Usually they’re just badly recorded live versions and I keep it separate from the main site, but I filmed the recording of a cover of Neutral Milk Hotel‘s In The Aeroplane Over The Sea that’s more of a proper recording. It can be seen here.

Posted in Music, News | Comments closed

Something new

I’m back. Three Problems.

Posted in Music | Comments closed

Updates on The Paintbrush

I’ve updated the information on The Paintbrush. Added a YouTube link, and I have a 5.1 DVD ISO which I’ll put up when I have the data allowance available.

Posted in Other | Comments closed

Report on report

I’ve uploaded my final report on the film project I was involved in this year on the Other page entry, as well as the audio in stereo and 5.1 for the soundtrack to the film.

Sometime in the next couple of weeks I’ll add YouTube content with newer video. Although the video content creation of the film seems to have stalled somewhat at the moment (my responsibility is the audio content), most audio content is complete and if video content is completed entirely at a later date, I’ll upload another version then.

For 5.1 sound with video, and higher quality everything, I may also upload a DVD ISO at some stage.

Posted in Other | Comments closed

RISE OF THE COLOSSUS

Updated Rise of the Colossus today to handle much greater flock sizes through the use of a Quadtree. http://www.youtube.com/watch?v=a4nRFWMvSCk

Posted in Other | Comments closed

Correct use of anaglyphic, in XNA

Help with correctly implementing an anaglyphic 3D effect, especially in XNA.When searching for an example implementation of an anaglypgic effect in XNA, I found a neat little example by Javier Ferrero here. Unfortunately, it needs modification to implement anaglyphic correctly.The problem lies with how anaglyphic actually works. Ferrero’s code keeps the user’s view fixed in position, while moving the world one way and tinting it cyan (green+blue), and the other way and tinting it red, showing both at once. Where the worlds collide, you get a full colour image.

Screenshot of Ferrero’s implementation and my own diagram showing how it works.

Red/cyan spacing can be changed, but note how since the spacing is a set value, spacing in the distance appears less. This is similar to a true implementation with a focal point infinitely far away. Trying it with 3D glasses, the effect is okay, but doesn’t always work well.True anaglyphic is based on having two eyes each seeing either the red of cyan view. The view is spaced apart (as opposed to the world) since your eyes are spaced apart, and then each view is angled inward to a focal point. The two colours should get closer together as we approach the focal point, with no red/cyan disparity at the focal point, and then start to space out the opposite way past the focal point (so if red was on the left, cyan will be now).

Fully correcting the example would take some editing of the StereoMode effects file, but basically, in StereoEffect.cs we see the Red pass code: And opposite for the GreenBlue pass. We can see this translates the world by the chosen factor. I suggest something like this:
The quoted words are directly editing StereoEffect.cs, so you’d need to modify that too, but this is the basic idea (sorry, I don’t have a fully working implementation). I’ve made the spacing between eyes fixed at a reasonable distance, while factor now controls the focal point.
Posted in Blog | Leave a comment

A haiku

A haiku.

Posted in Other | Comments closed
  • Pages

  • Categories

  • Archives