Mettle (album)
Mettle is the second and final release from art rock band Hugo Largo. It was released by Brian Eno's record label, Opal, on January 1, 1989 and was supported by a European tour following its release.[2] Mettle was produced by then-member and current electronic musician Hahn Rowe.
Mettle | ||||
---|---|---|---|---|
Studio album by | ||||
Released | January 1, 1989 | |||
Genre | Art rock, post-rock | |||
Length | 34:01 | |||
Label | Opal Ltd, All Saints Records | |||
Producer | Hahn Rowe | |||
Hugo Largo chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
No. | Title | Length |
---|---|---|
1. | "Turtle Song" | 3:17 |
2. | "Hot Day" | 3:52 |
3. | "Martha" | 4:18 |
4. | "Halfway Knowing" | 5:25 |
5. | "4 Brothers" | 4:51 |
6. | "Ohio" | 2:40 |
7. | "Jungle Jim" | 3:39 |
8. | "Never Mind" | 6:11 |
Notes
This was Hugo Largo's last album before their initial breakup, although a later 1990-91 lineup wrote and recorded new material for a third, never-released album.
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.
gollark: That would be wise.
gollark: No, I meant what format would the chat boxes be able to transmit to chat?
References
- Mills, Ted. Mettle at AllMusic
- Ann Powers (1998-06-17). "Carving a Path Of Innovations". nytimes.com. Retrieved 2008-07-15.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.