Love's Not For Me

Posted by Mordi on Aug. 14, 2010, 2:31 p.m.

Here's a song:

http://mordi.ziphoid.com/data/music/work_in_progress/Love's%20not%20for%20Me.mp3

The vocals were tweaked with Melodyne, so they are a bit rough around the edges. They were originally meant for a song with a totally different chord-structure.

I'm really fond of the composition. It is originally by Graham Gouldman (yet another bassist-reference here on 64D).

He made it in the 70's, for an animated movie called "Animalympics". The film is simply amazing, mostly because of the awesome music in the film. Graham did the entire soundtrack.

- - - -

Anyway…

I'm trying to learn XNA (C#) again. Gotten a bit further this time. What killed me the last few times trying to learn was how to do instancing and how to maintain a structure. I just gave up. Doing better now, though. DF's tutorial gave me a push.

I'm making an Asteroids-clone to learn.

Pretty exciting graphics.

Comments

DesertFox 14 years, 3 months ago

Instancing is easy - Class object = new Class(parameters);

The trick simply is to design meaningful classes, and something to keep track of them, List<Class> is your friend here :D

What is love?

Oh baby, don't hurt me

don't hurt me

no more

shawn 14 years, 3 months ago

I also am trying to learn some C# but I downloaded Visual Studios and it won't open DF's tutorials. It says it has to convert it and it fails. Any ideas?

Mordi 14 years, 3 months ago

You don't have to open it. Just go to his blog and follow the tutorial he wrote there.

shawn 14 years, 3 months ago

Didn't even see that. Thanks.