Jump to content
IGNORED

what is the meaning of this?


Recommended Posts

Sounds like someone filtered the music out of a live recording of metz?

 

EDIT: More likely, a shit quality preview of the XMAS_EVET1 track off the new EP

Edited by Verdant Hickies

Sean Ae yeah so many of these analogue forums are people 90% bragging ang 10% uploading tracks that go fdghfgdhfddhgasfgdsfdsahfdfhdsgfgds

 

Track isn't playing for me. What is it? / what is the relation with Aphex? / how did you stumble upon this? / can this thread be closed?

found this code in a cached page on the domain

 

    Quote

 

// song.js

Gibber.init() // REQUIRED!

var fftSize = 32

function setup() {
createCanvas( windowWidth, windowHeight )

Gibber.scale.root.seq( ['f4','db4', 'f5', 'db4'], 2)

a = Mono('bass').note.seq( [0,7,3,7], 1/16 )

b = EDrums('x***o***x***o***')
.fx.add( Reverb(0.5) )
b.snare.snappy = 3

rhodes = Synth( 'rhodes', {amp:.35} )
.chord.seq( Rndi(0,6,3), 1 )
.fx.add( Delay() )

fft = FFT( fftSize )

c = Mono('easyfx')
.note.seq( Rndi(0,12), [1/4,1/8,1/2,1,2].rnd( 1/8,4 ) )
.fx.add( Reverb(1.5) )

noStroke()
colorMode( HSB, 255 )
}

function draw() {
background( 64 )

var numBars = fftSize / 2,
barHeight = ( height - 1 ) / numBars,
barColor = null,
value = null

for( var i = 0; i < numBars; i++ ) {
barColor = color( ( i / numBars ) * 255, 255, 255 )
fill( barColor )

// read FFT value, which ranges from 0-255, and scale it.
value = ( fft[ i ] / 255 ) * width
rect( 0, barHeight * i, value, barHeight )
}
}

Isn't playing for me anymore either, it was xmas_eve with slightly different drums. Sounded as if someone had removed some noise off it.

Sean Ae yeah so many of these analogue forums are people 90% bragging ang 10% uploading tracks that go fdghfgdhfddhgasfgdsfdsahfdfhdsgfgds

 

Guest skibby

Somebody by the name of "Rephlex Robin" posted an Aphex Twin track on Facebook yesterday , It was xmas_eve with completely different drums. The original poster said "next week" or something. It made me curious so I posted here to see if anybody knew what it was about.

 

I saw that interesting code too but he didn't want it out there for whatever reason.

 

I then posted the track here since it was public on a FB Aphex Twin page, since it appeared to be related to an upcoming release by Aphex Twin.

 

Now the track is gone. As far as deleting this thread, why not wait until this EP comes out to see if it relates somehow?

So it's xmas eve with drums different from the original and the new mix? Should just release an album containing ALL of the secondary mixes!

Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   1 Member

×
×