Everyone Asked About You – Queer Tweemo From The Pop Fringe Of Little Rock, Arkansas’s Thriving ’90s DIY Scene @ Top40-Charts.com – Armessa Music News

[ad_1]

New York, NY (Top40 Charts) The Numero Group has announced the upcoming release of ‘Paper Airplanes, Paper Hearts’, which compiles the complete recorded works of seminal Little Rock, Arkansas queer tweemo band Everyone Asked About You.

The Deluxe 2xLP vinyl includes the band’s ‘Let’s Be Enemies’ LP and their two and a half 7″s released between 1997-2000. The release is now available to pre-order/pre-save (including digital and cassette).

Penned between heated sessions of MarioKart64 and Goldeneye, Little Rock high school quartet Everyone Asked About You developed their own take of the emo sound that was sweeping the midwest in the late-’90s. Built around the twin guitar attack of Chris Sheppard and Collins Kilgore, the band was held together by drummer Lee Buford’s pulverizing drums and dusted with Hannah Vogan’s twee-adjacent vocals. Channeling Rainer Maria’s earnestness, the Promise Ring’s knack for melody, and the Rentals’ penchant for synth, Everyone Asked About You the biggest secret to come out of Arkansas since Whitewater.

The History: By 1997, emo was in the early throes of its first evolution since erupting out of the D.C. hardcore scene a dozen years earlier. This new wave was less concerned with its post-hardcore forebearers’ political peccadilloes and blood curdling shrieks, favoring instead a light-weight, mix-tape friendly, and hyper-sensitive version of pop punk.

Bands like Promise Ring, Get Up Kids, Braid, Mineral, Christie Front Drive, and Rainer Maria were at the forefront of this evolving sound. Little Rock, AR had Everyone Asked About You.

The band formed in 1996 and consisted of Chris Sheppard, Lee Buford, Collins Kilgore, and Hannah Vogan, who bonded over a shared love for bands like Unwound. John Beachboard and Matt Bradley joined in 1998 contributing to the 1999 release of ‘Let’s Be Enemies.’ Eventually, they incorporated synthesizers into their sound, influenced by bands like The Rentals and Rainer Maria.

They released their self-titled debut EP in 1997, which featured songs like “Paper Airplanes, Paper Hearts,” “Me Vs. You,” and “It’s Days Like This That Make Me Wish Summer Lasted Forever.” The EP received mixed reviews, but the band’s dedicated fans supported them.

Lyrically their songs explored the trials and tribulations of adolescence, as well as Sheppard’s own journey in discovering his sexuality (“Boston“) and coming out as a gay man.

Sheppard, says, “If there’s a theme through all of our songs, it’s emotional and physical distance, challenging goodbyes and misunderstandings and terrible communication.”

Everyone Asked About You broke up in 2000, but their music continues to be influential to emo fans around the world. With fewer than 2000 records across their entire recorded output floating around, fans flocked to YouTube and MP3 blogs to download needle-drop rips and sing the praises of Hannah and Chris’s adolescent poetry. And now younger generations have begun discovering the band through social media– a lost chapter in emo’s pre-mainstream history.

Everyone Asked About You reunited for their first show in 23 years in the winter of 2022, and plan to tour more in the months ahead.

230117 NumeroTwenty193140

NUM217lp – Black Vinyl

NUM217lp-C1 – Broken Heart Numero Group webshop exclusive baby pink vinyl

NUM217lp-C2 – Paper Airplanes white vinyl

NUM217lp-C3 – Failed Memory light blue vinyl

NUM217cass – Cassette

‘Paper Airplanes, Paper Hearts’_ 2xLP Tracklist / Credits

Side A

1. Paper Airplanes, Paper Hearts

2. Me Vs. You

3. It’s Days Like This That Make Me Wish The Summer Would Last Forever

4. Everyone Asked About You

Side B

1. A Better Way To A Broken Heart

2. I Will Wait

3. Sometimes Memory Fails Me Sometimes

4. Handsome, Beautiful

Side C

1. Crazy

2. Boston

3. Song For Chris

4. Letters Never Sent

5. Taxi

Side D

1. Last Dance

2. Let’s Be Enemies

3. Solitaire

4. Across Puddles

5. Greek To Me

6. Outro

Produced for reissue by Ken Shipley & Rob Sevier

Coordinated by Jana Gautschy

Original recordings engineered by Barry Poynter

Additional engineering by Jim “Watts” Vereeke on B3-4

Mastered by Jeff Lipton & Maria Rice at Peerless Mastering

All songs written by Everyone Asked About You, published by Songs Of Numero Group

Lee Buford – drums, programming

Collins Kilgore – guitar, keys

Chris Sheppard – vocals, guitar, keys

Hannah Vogan – vocals

John Beachboard – keys on C1-5, D1-6

Matt Bradley – bass on C1-5, D1-6

Additional personnel:

Kristin Wanek – handclaps on A3

Story Matkin-Rawn – flute on B3

Chris Wilson – glockenspiel on B3

Carrie James – violin on C4

Instagram www.instagram.com/lets.be.enemies

Twitter https://twitter.com/letsbeenemies

Numero Group

Website https://numerogroup.com

Instagram www.instagram.com/thenumerogroup

Facebook www.facebook.com/numerogroup

Twitter https://twitter.com/numerogroup

// global variables
var Top40FullName=””;
var Top40FBid=”;
var Top40userid=”;

/*

// This is called with the results from from FB.getLoginStatus().
function statusChangeCallback(response) {
console.log(‘statusChangeCallback’);
console.log(response);
// The response object is returned with a status field that lets the
// app know the current login status of the person.
// Full docs on the response object can be found in the documentation
// for FB.getLoginStatus().
if (response.status === ‘connected’) {
// Logged into your app and Facebook.
fb_login_check();
} else {
// The person is not logged into your app or we are unable to tell.
document.getElementById(‘top40-login-status’).innerHTML = ‘Please log ‘ +
‘into this app.’;
}
}

function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
}

window.fbAsyncInit = function() {
FB.init({
appId : ‘160329538558’,
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse social plugins on this page
version : ‘v2.8’ // use graph api version 2.8
});

FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});

};

// Load the SDK asynchronously
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “https://connect.facebook.net/en_US/sdk.js”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));

// Here we run a very simple test of the Graph API after login is
// successful. See statusChangeCallback() for when this call is made.
function fb_login_check() {
console.log(‘Welcome! Fetching your information…. ‘);
FB.api(‘/me’, function(response) {
console.log(‘Successful login for: ‘ + response.name);
console.log(response);
Top40FullName=response.name;
Top40FBid=response.id;
Top40userid=’fb_’+response.id;
var metadata = {
user_id: Top40userid
};
Intercom(‘trackEvent’, ‘FB-login’, metadata);

document.getElementById(‘top40-login-status’).innerHTML =
‘Thanks for logging in, ‘ + response.name + ‘!’;
$(‘#top40-login-button’).css(‘display’,’none’);
});
}
*/

[ad_2]

Source link

Armessa Music News


Posted

in

by