Here's a song:
http://mordi.ziphoid.com/data/music/work_in_progress/Love's%20not%20for%20Me.mp3The 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.
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 :DWhat is love?Oh baby, don't hurt medon't hurt meno moreI 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?
You don't have to open it. Just go to his blog and follow the tutorial he wrote there.
Didn't even see that. Thanks.