October 24, 2010

Metallica Corrections

YouTube's great! I have found a 5 minute video of Kirk Hammett of Metallica who was showing some riffs to a couple of their songs from Master of Puppets. After almost two decades of my playing those riffs I discovered not everything was transcribes as it should've been. Damn! 

In addition to this, I got a hold of MOGG files which are Guitar Hero tracks rips. The game mostly uses real tracks that have been mixed into stems, that is groups of instrument tracks normally used for mastering. Here there are around 12 tracks: kick drum, snare, toms, high-hat and cymbals, lead guitar, rhythm guitars, vocals, backing vocals + some more. With a MOGG as hand, you can import it into Reaper (a low-cost but as professional as any other high-end multitrack audio software) and solo a given instrument to have a unique listening experience.

One of such tracks is Battery. Now the Interlude part that's haunted me for ages (I knew it had been poorly transcribed but had no idea how to improve it) became as clear as a day. I'll soon ad some transcriptions for all to enjoy.

August 12, 2009

Psychopathy Red corrected

Recently I was playing the tune along with an amp, which I had never actually done before and noticed some discrepancies. I mistakenly applied the rhythm guitar section underneath the second solo to all choruses and I misheard two notes in the last verse (the second bar). What is typical of Slayer, the aforementioned rhythm section sounds very alike the chorus but is played just half a step higher.

The link to the PDF file.

May 16, 2009

Can't Tell No One

The song I have today is Can't Tell No One by Negative Approach. We play it at a lightning speed making it sound like a speed metal from the 80's! Take no prisoners!

The lyrics are just as great:

People try to tell me what they think is right for me
They think there's some value to what they've gotta say
I won't listen to 'em, I don't need their advice
I wouldn't ever have it any other fuckin' way

Can't tell no one what to do

Rules are made for idiots - people that can't think
I'm treated like I don't have a mind of my own
Stupid fuckin' idiots with stupid fuckin' ideals
When will they ever fuckin' leave me alone?

Pretty straightforward - just as I like it. Have a look at the transcription here.

April 26, 2009

Black Flag - Police Story

Here's another cool song by Black Flag as performed by my band Mechanix. As with all previous songs, this one is also played in a Slayer fashion: fast & full of muted sixteenth.

The link to the file which is stored by a wonderful service, Scribd.com.

April 10, 2009

Handwritten

It takes me some time to learn a tune but it would be a very long time if I didn't write down music. I make notes, write down riffs, repetitions and a general flow of a song. It's not a very precise notation, but it serves me well. Once I have the song down, it's not a problem to play it at a rehearsal. Have a look at two songs I will transcribe soon in a more proper format, Necros's Search for Fame and Bad Posture's Get Tough.

February 10, 2009

Black Flag

Although I was going to some other songs, Nervous Breakdown by Black Flag got its chance earlier. It's an easy song which I'm going to play with my band, Mechanix.

December 25, 2008

Korn -Twist

A new treat for a lost surfer. This time it's an old song by KoRn entitled Twist. I actually transcribed it by myself with the exception of second bar played by James "Munky" Shaffer which I copied from a '96 issue of Guitar School containing an interview with both KoRn guitar players and a few riffs from their first two albums.

The reason for the transcription was a scanned Life Is Peachy songbook floating around the net which doesn't have this song. It's simple enough so I gave it a try.

A link to the PDF is here.

November 14, 2008

Something completely different

I just couldn't skip the chance to spread the news how to deal with a crippled mouse/keyboard usability for Warhammer Online, a new MMORPG I have been immensely enjoying for a couple of days now.

Unbeknownst to anyone, Mythic disregarded what they've done for Dark Age of Camelot and didn't include such a useful feature as mouselook (called also free mouselook, mouselook toggle or mouselook lock). The only way to freely change the point of view with a mouse while doing other tasks is to keep right mouse button pressed - so annoying when you're used to always looking around like that.

Until Mythic... sorry! ...EA Mythic fixes that that is to employ Autohotkey. Is that a change for good! Give it a try and you'll be amazed at how easily you can get back all your favorite key bindings. All you have to do is to install the software, copy/paste the following code into a text document (e.g. by means of Notepad), save it as a *.AHK file and execute the file (double click it).

Here's the script that binds the mouselook toggle to Control key.

Ctrl::
if not GetKeyState("RButton")
Send {RButton Down}
Else if GetKeyState("RButton")
Send {RButton Up}
return

Enjoy!

November 03, 2008

It's On! Psychopathy Red!

This is a place where I'm going to put some transcriptions of rock and metal tunes. They'll be the ones I either wrote myself or corrected if I wasn't happy with the "official", "authorized" or "note-for-note" versions.

Even when I try to come up with better transcriptions of something that has been done before, I'm not going to claim my versions are faultless - I'm only human, right?

The first song is a new tune by Slayer, entitled Psychopathy Red arranged for one guitar - no vocal or solos.

After I have transcribed it, I was alerted by my brother, who I play the song with, that the 1st and 2nd verse may actually be considered as the same. That would require a little change to the intro , that is including an odd-meter bar. I'll add that soon.