Jump to content
IGNORED

Autechre - SYptixed


cear

Recommended Posts

Guest Sodalan

Record received yesterday.

I haven't listened the other tracks yet... just ae.

 

the biginning remind me to something like "r ess" and then the beat starts... really deep and angry (very cool). The end of the track is my favorite part, even more deep and abstract with "almost no beat".

 

beginning preview:

 

 

 

http://www.amazon.com/Syptixed/dp/B00JWO5UBO

Edited by Sodalan
Link to comment
Share on other sites

 

Damn that Juno player is more annoying than the ol' hit pause/play every 30 seconds thing on Bleep.

 

This tracks sounds really amazing though despite the poor quality and jittery playback.

Link to comment
Share on other sites

 

somewhat sad track... would have fit on fukushima comp :cry: from what i can tell really nice buildup and meltdown

 

Too soon

 

"...from what i can tell..." for what it's worth ;) guess you're right tho

Link to comment
Share on other sites

 

 

i think i lost the ability to get an ae-gasm

There is hope. Talk to your doctor about ViAegra.

 

LOL

 

 

fixed.

 

feels good man

 

 

 

 

# dunno if there's a better way, but if you have sox installed you can use this to glue together the stream from juno:
 
#!/bin/bash
 
myCurl() 
{
echo $1
url="http://www.junodownload.com/api/1.2/track/dostream?track%5Fkey=2464476%2D02%2D01%2D09&position=$1"
echo $url
printf -v PAD "%07d" $1
curl -o "$PAD.mp3" -k $url
}
 
for i in {0..15}
do
let POS=i*30000
myCurl $POS
done
 
mkdir trimmed
 
for f in *.mp3
do
sox $f "./trimmed/$f" trim 0 30.000
done
 
rm *.mp3
cd trimmed
cat *.mp3 > ../out.mp3
rm *.mp3
cd ..
rm ./trimmed
 

 

 

Link to comment
Share on other sites

That track. That ending. Life and universe and all the rest make sense now. A new golden aera.

Edited by Guest
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.