The Interesting Instrument

Music has been called the greatest thing that humans do; some are of the opinion that it, even if only in the form of songs sung around the campfire, it is the oldest example of human art. However, whilst a huge amount of music’s effect and impact can be put down to the way it is interpreted by our ears and brain (I once listened to a song comprised entirely of various elements of urban sound, each individually recorded by separate microphones and each made louder or softer in order to create a tune), to create new music and allow ourselves true creative freedom over the sounds we make requires us to make and play instruments of various kinds. And, of all the myriad of different musical instruments humankind has developed, honed and used to make prettyful noises down the years, perhaps none is as interesting to consider as the oldest and most conceptually abstract of the lot; the human voice.

To those of us not part of the musical fraternity, the idea of the voice being considered an instrument at all is a very odd one; it is used most of the time simply to communicate, and is thus perhaps unique among instruments in that its primary function is not musical. However, to consider a voice as merely an addition to a piece of music rather than being an instrumental part of it is to dismiss its importance to the sound of the piece, and as such it must be considered one by any composer or songwriter looking to produce something coherent. It is also an incredibly diverse tool at a musician’s disposal; capable of a large range of notes anyway in a competent singer, by combining the voices of different people one can produce a tonal range rivalled only by the piano, and making it the only instrument regularly used as the sole component of a musical entity (ie in a choir). Admittedly, not using it in conjunction with other instruments does rather limit what it can do without looking really stupid, but it is nonetheless a quite amazingly versatile musical tool.

The voice also has a huge advantage over every other instrument in that absolutely anyone can ‘play’ it; even people who self-confessedly ‘can’t sing’ may still find themselves mumbling their favourite tune in the shower or singing along with their iPod occasionally. Not only that, but it is the only instrument that does not require any tool in addition to the body in order to play, meaning it is carried with everyone absolutely everywhere, thus giving everybody listening to a piece of music a direct connection to it; they can sing, mumble, or even just hum along. Not only is this a wet dream from a marketer’s perspective, enabling word-of-mouth spread to increase its efficiency exponentially, but it also makes live music that other level more awesome (imagine a music festival without thousands of screaming fans belting out the lyrics) and just makes music that much more compelling and, indeed, human to listen to.

However, the main artistic reason for the fundamental musical importance of the voice has more to do with what it can convey- but to adequately explain this, I’m going to need to go off on a quite staggeringly over-optimistic detour as I try to explain, in under 500 words, the artistic point of music. Right, here we go…:

Music is, fundamentally, an art form, and thus (to a purist at least) can be said to exist for no purpose other than its own existence, and for making the world a better place for those of us lucky enough to be in it. However, art in all its forms is now an incredibly large field with literally millions of practitioners across the world, so just making something people find pretty doesn’t really cut it any more. This is why some extraordinarily gifted painters can draw something next to perfectly photo-realistic and make a couple of grand from it, whilst Damien Hirst can put a shark in some formaldehyde and sell it for a few million. What people are really interested in buying, especially when it comes to ‘modern’ art, is not the quality of brushwork or prettifulness of the final result (which are fairly common nowadays), but its meaning, its significance, what it is trying to convey; the story, theatre and uniqueness behind it all (far rarer commodities that, thanks to the simple economic law of supply and demand, are thus much more expensive).

(NB: This is not to say that I don’t think the kind of people who buy Tracy Emin pieces are rather gullible and easily led, and apparently have far more money than they do tangible grip on reality- but that’s a discussion for another time, and this is certainly how they would justify their purchases)

Thus, the real challenge to any artist worth his salt is to try and create a piece that has meaning, symbolism, and some form of emotion; and this applies to every artistic field, be it film, literature, paintings, videogames (yes, I am on that side of the argument) or, to try and wrench this post back on-topic, music. The true beauty and artistic skill of music, the key to what makes those songs that transcend mere music alone so special, lies in giving a song emotion and meaning, and in this function the voice is the perfect instrument. Other instruments can produce sweet, tortured strains capable of playing the heart strings like a violin, but virtue of being able to produce those tones in the form of language, capable of delivering an explicit message to redouble the effect of the emotional one, a song can take on another level of depth, meaning and artistry. A voice may not be the only way to make your song explicitly mean something, and quite often it’s not used in such an artistic capacity at all; but when it is used properly, it can be mighty, mighty effective.

Advertisement

Up one level

In my last post (well, last excepting Wednesday’s little topical deviation), I talked about the real nuts and bolts of a computer, detailing the function of the transistors that are so vital to the workings of a computer. Today, I’m going to take one step up and study a slightly broader picture, this time concerned with the integrated circuits that utilise such components to do the real grunt work of computing.

An integrated circuit is simply a circuit that is not comprised of multiple, separate, electronic components- in effect, whilst a standard circuit might consist of a few bits of metal and plastic connected to one another by wires, in an IC they are all stuck in the same place and all assembled as one. The main advantage of this is that since all the components don’t have to be manually stuck to one another, but are built in circuit form from the start, there is no worrying about the fiddliness of assembly and they can be mass-produced quickly and cheaply with components on a truly microscopic scale. They generally consist of several layers on top of the silicon itself, simply to allow space for all of the metal connecting tracks and insulating materials to run over one another (this pattern is usually, perhaps ironically, worked out on a computer), and the sheer detail required of their manufacture surely makes it one of the marvels of the engineering world.

But… how do they make a computer work? Well, let’s start by looking at a computer’s memory, which in all modern computers takes the form of semiconductor memory. Memory takes the form of millions upon millions of microscopically small circuits known as memory circuits, each of which consists of one or more transistors. Computers are electronic, meaning to only thing they understand is electricity- for the sake of simplicity and reliability, this takes the form of whether the current flowing in a given memory circuit is ‘on’ or ‘off’. If the switch is on, then the circuit is represented as a 1, or a 0 if it is switched off. These memory circuits are generally grouped together, and so each group will consist of an ordered pattern of ones and zeroes, of which there are many different permutations. This method of counting in ones and zeroes is known as binary arithmetic, and is sometimes thought of as the simplest form of counting. On a hard disk, patches of magnetically charged material represent binary information rather than memory circuits.

Each little memory circuit, with its simple on/off value, represents one bit of information. 8 bits grouped together forms a byte, and there may be billions of bytes in a computer’s memory. The key task of a computer programmer is, therefore, to ensure that all the data that a computer needs to process is written in binary form- but this pattern of 1s and 0s might be needed to represent any information from the content of an email to the colour of one pixel of a video. Clearly, memory on its own is not enough, and the computer needs some way of translating the information stored into the appropriate form.

A computer’s tool for doing this is known as a logic gate, a simple electronic device consisting of (you guessed it) yet more transistor switches. This takes one or two inputs, either ‘on’ or ‘off’ binary ones, and translates them into another value. There are three basic types:  AND gates (if both inputs equal 1, output equals 1- otherwise, output equals 0), OR gates (if either input equals 1, output equals 1- if both inputs equal 0, output equals 0), and NOT gates (if input equals 1, output equals 0, if input equals 0, output equals 1). The NOT gate is the only one of these with a single input, and combinations of these gates can perform other functions too, such as NAND (not-and) or XOR (exclusive OR; if either input equals 1, output equals 1, but if both inputs equal 1 or 0, output equals 0) gates. A computer’s CPU (central processing unit) will contain hundreds of these, connected up in such a way as to link various parts of the computer together appropriately, translate the instructions of the memory into what function a given program should be performing, and thus cause the relevant bit (if you’ll pardon the pun) of information to translate into the correct process for the computer to perform.

For example, if you click on an icon on your desktop, your computer will put the position of your mouse and the input of the clicking action through an AND gate to determine that it should first highlight that icon. To do this, it orders the three different parts of each of the many pixels of that symbol to change their shade by a certain degree, and the the part of the computer responsible for the monitor’s colour sends a message to the Arithmetic Logic Unit (ALU), the computer’s counting department, to ask what the numerical values of the old shades plus the highlighting is, to give it the new shades of colour for the various pictures. Oh, and the CPU should also open the program. To do this, its connections send a signal off to the memory to say that program X should open now. Another bit of the computer then searches through the memory to find program X, giving it the master ‘1’ signal that causes it to open. Now that it is open, this program routes a huge amount of data back through the CPU to tell it to change the pattern of pretty colours on the screen again, requiring another slue of data to go through the ALU, and that areas of the screen A, B and C are now all buttons, so if you click there then we’re going to have to go through this business all over again. Basically the CPU’s logical function consists of ‘IF this AND/OR this happens, which signal do I send off to ask the right part of the memory what to do next?’. And it will do all this in a miniscule fraction of a second. Computers are amazing.

Obviously, nobody in their right mind is going to go through the whole business of telling the computer exactly what to do with each individual piece of binary data manually, because if they did nothing would ever get done. For this purpose, therefore, programmers have invented programming languages to translate their wishes into binary, and for a little more detail about them, tune in to my final post on the subject…