#ifndef SPOKEWHEE_H
#define SPOKEWHEE_H
namespace spokewhee
{
#define URL1 "http://www.jwm-art.net/art/audio/spokewhee1.mp3"
#define URL2 "http://www.jwm-art.net/art/audio/spokewhee2.mp3"
#define URL3 "http://www.jwm-art.net/art/audio/spokewhee3.mp3"
const char* spokewhee_url[] = { URL1, URL2, URL3 };
#define LEN1 "3:49"
#define LEN2 "3:04"
#define LEN3 "3:48"
const char* spokewhee_dur[] = { LEN1, LEN2, LEN3 };
#define DESCR1 "Enticing the aliens to come visit"
#define DESCR2 "The little aliens say hello"
#define DESCR3 "The alien mother ship"
const char* spokewhee_descr[] = { DESCR1, DESCR2, DESCR3 };
char spokewhee_method[] =
"\n\n__________/\n\
(method)--{\n\
----------\\\n\
\n\
__Spinning buckled MTB wheel + Holding brass rod hitting spokes\n\
\n\
__Spokes sound waves >[Mobile phone]> Voice notes\n\
\n\
__Voice notes playback >[line]> Sound card >> 16 bit 44.1khz WAV\n\
\n\
__WAV >> Freecycle\n\
\n\
__Midi USB keyboard controller >> Freecycle\n\
\n\
\\__________\n\
}--(method)\n\
/----------\n";
} // namespace spokewhee
#endif // SPOKEWHEE_H
_______________________________________________
NetBehaviour mailing list
[email protected]
http://www.netbehaviour.org/mailman/listinfo/netbehaviour