Jump to content
IGNORED

Hard drive sounds


Recommended Posts

oooo. this is nice, pretty awesome when you start up a bunch of samples at once

Some songs I made with my fingers and electronics. In the process of making some more. Hopefully.

 

  Reveal hidden contents
Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1431805
Share on other sites

Guest hahathhat

save the page's text to a file then use this handy perl script to download the mp3s of all the souandz

 

#!/usr/bin/perl

open(FP, "page_source.txt");
while (<FP>) {
   $pattern = 'file=([^\.]*\.mp3)"';
   $sez = `wget http://datacent.com/sounds/$1` if (/$pattern/);;
}
close FP;

Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1431836
Share on other sites

  On 10/8/2010 at 12:28 AM, hahathhat said:

save the page's text to a file then use this handy perl script to download the mp3s of all the souandz

 

#!/usr/bin/perl

open(FP, "page_source.txt");
while (<FP>) {
   $pattern = 'file=([^\.]*\.mp3)"';
   $sez = `wget http://datacent.com/sounds/$1` if (/$pattern/);;
}
close FP;

 

:orly:

Edited by bigfatLOL
Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1431842
Share on other sites

Guest mohamed
  On 10/8/2010 at 12:31 AM, bigfatLOL said:
  On 10/8/2010 at 12:28 AM, hahathhat said:

save the page's text to a file then use this handy perl script to download the mp3s of all the souandz

 

#!/usr/bin/perl

open(FP, "page_source.txt");
while (<FP>) {
   $pattern = 'file=([^\.]*\.mp3)"';
   $sez = `wget http://datacent.com/sounds/$1` if (/$pattern/);;
}
close FP;

 

:orly:

 

how?

Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1431845
Share on other sites

  On 10/8/2010 at 2:37 AM, mohamed said:

i can a track inspired by failed hard drives, too

 

 

http://soundcloud.com/vudujack/samba

 

 

now.. how can i donwload the sounds?

sounds like analog bubblebath 3

Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432052
Share on other sites

  On 10/8/2010 at 12:40 AM, mohamed said:

i saved the page as text file, i dunno where to go from there

You have to have some sort of Perl distribution to call the script. Something like Perl Strawberry if you are on Windows.

 

Thanks for the script Hat... this will be a wonderful collection to my library :beer:

Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432086
Share on other sites

Guest mohamed

when i try to i execure i get a syntax error

 

6z4k0y.png

 

it highlights the comma at the end of the 'open' line

 

  On 10/8/2010 at 7:07 AM, yek said:

sounds like analog bubblebath 3

 

cheers, how's the bass? i'm listening to it from the speakers but my place is a reflection chamber, makes it impossible to distiguish stuff

Edited by mohamed
Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432148
Share on other sites

  On 10/8/2010 at 11:40 AM, mohamed said:

 

  On 10/8/2010 at 7:07 AM, yek said:

sounds like analog bubblebath 3

 

cheers, how's the bass? i'm listening to it from the speakers but my place is a reflection chamber, makes it impossible to distiguish stuff

it's not that heavy

Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432281
Share on other sites

Guest mohamed
  On 10/8/2010 at 6:15 PM, yek said:
  On 10/8/2010 at 11:40 AM, mohamed said:

 

  On 10/8/2010 at 7:07 AM, yek said:

sounds like analog bubblebath 3

 

cheers, how's the bass? i'm listening to it from the speakers but my place is a reflection chamber, makes it impossible to distiguish stuff

it's not that heavy

same, through headphones

Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432294
Share on other sites

will someone up this shit? I'm feeling lazy.

Some songs I made with my fingers and electronics. In the process of making some more. Hopefully.

 

  Reveal hidden contents
Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432309
Share on other sites

Guest hahathhat
  On 10/8/2010 at 11:40 AM, mohamed said:

when i try to i execure i get a syntax error

 

6z4k0y.png

 

it highlights the comma at the end of the 'open' line

 

1) if you go look at my post, that space wasn't there.

2) that is not a comma, that is a semicolon.

3) you will also need wget installed. not sure if macos has that. it's handy for stuff like this, and also downloading porn, so i would recommend getting it

Edited by hahathhat
Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432352
Share on other sites

Guest mohamed
  On 10/8/2010 at 7:38 PM, hahathhat said:
  On 10/8/2010 at 11:40 AM, mohamed said:

when i try to i execure i get a syntax error

 

6z4k0y.png

 

it highlights the comma at the end of the 'open' line

 

1) if you go look at my post, that space wasn't there.

2) that is not a comma, that is a semicolon.

3) you will also need wget installed. not sure if macos has that. it's handy for stuff like this, and also downloading porn, so i would recommend getting it

 

 

1) nicely spotted. i've put that afterwards trying to fix the problem, cos it says syntax error also without the space.

2) yeah right

3) i'll give a look, not sure i really give a fuck

Link to comment
https://forum.watmm.com/topic/60340-hard-drive-sounds/#findComment-1432362
Share on other sites

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

×
×