Wrist Slitter

Wrist Slitter is the third solo album by The New Amsterdams and The Get Up Kids frontman Matt Pryor. The album was released on Max Bemis's Rory Records imprint for Equal Vision Records in the US, Arctic Rodeo in Europe and Alcopop! Records in the UK.[1]

Wrist Slitter
Studio album by
ReleasedNovember 12, 2013
Recorded2013
GenreIndie rock
LabelRory Records / Equal Vision Records / Alcopop! Records in the UK / Arctic Rodeo in Europe
ProducerMatt Pryor
Matt Pryor chronology
May Day
(2012)
Wrist Slitter
(2013)

Track listing

All tracks are written by Matt Pryor.

Wrist Slitter
No.TitleLength
1."The House Hears Everything"2:41
2."Kinda Go To Pieces"3:21
3."Wrist Slitter"1:03
4."Words Get In the Way"2:26
5."Before My Tongue Becomes a Sword"2:59
6."If I Wear a Disguise"1:53
7."As Perfect As We'll Ever Be"3:01
8."Foolish Kids"2:13
9."Say What You're Gonna Say"1:21
10."So Many Questions"2:31
11."There Is No Us"2:23
12."Won't Speak To Me"2:54

Personnel

gollark: ```[15] ⍝ LoadSQL 'Xtreme Sample Database 2005' 'Orders' '?' ⍝ fetch all info for table 'Orders'[16] ⍝ LoadSQL 'Northwind' 'Products' ⍝ Fetch the entire Orders table from the NorthWind data source[17] ⍝ LoadSQL 'Northwind' 'Products' ('ProductName' 'UnitPrice') ⍝ Fetch 2 columns[18] ⍝ LoadSQL 'Northwind' 'select first(ProductName), sum(Quantity) from "Order Details" O, Products P where p.ProductID=o.ProductID group by p.ProductID'[19][20] ⎕IO ⎕ML←1 0[21][22] eis←{,(⊂⍣((0≠⊃⍴,⍵)∧1=≡⍵))⍵} ⍝ Enclose if simple and not empty[23][24] (source sql columns)←3↑(eis args),⍬ ⍬ ⍬[25] connected←0[26][27] :If 9≠⎕NC'SQA' ⍝ Bring in local copy of SQAPL if not present[28] ⎕SHADOW'SQA' ⋄ 'SQA'⎕CY'SQAPL'[29] :EndIf[30][31] step←'Initialize SQAPL'[32] →(0<1⊃r←SQA.Init'')⍴ERROR[33][34] step←'Make Connection'[35][36] :If (⊂source)∊conn←⊃¨2 2⊃SQA.Tree'.' ⍝ Already connected[37] conn←source[38] :Else[39] source←eis source[40] conn←1⊃((⊂'LoadSQL'),¨⍕¨⍳1+⍴conn)~conn[41] →(0<1⊃r←SQA.Connect(⊂conn),source)⍴ERROR[42] connected←1 ⍝ Since we made a connection, remember to close[43] :EndIf```
gollark: You may laugh now...
gollark: The NSA.
gollark: Well if you know who it is then what are you now trying to do?
gollark: I'm also relatively sure that there is no real "right place" for whatever this is.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.