Not exactly timely, but i deiced to play around with this script.

first i made a basic beat -- Aerosmith's "Walk This Way"

*WTW* HO : x--------------- HC : --x-x-x-x-x-x-x- SA : ----x-------x--- BDA : x------xx-x----- AS = PLAY(WTW,WTW,WTW,WTW);

Command line:

bbox.pl -f as.tab -p=as -t=90

Then i went for something more complex (mostly in length :) CCR's "Down on the Corner"

*DOTC1* HC : x---x---x---x--- *DOTC2* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : ---xx-x-x--xx-x- *DOTC3* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- *DOTC4* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : -----------xx--- TL : --------------x- *DOTC5* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x----x--- BDA : x-------x-x----- CC1 : x--------------- *DOTC6* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x----x--- BDA : x-------x-x----- *DOTC7* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--xxx-xx--- TL : --------------x- BDA : x--------------- *DOTC8* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x-xxxxx-- TL : --------------x- BDA : x--------------- *DOTC9* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x-xxxxx-- TL : --------x-----x- BDA : x--------------- *DOTC10* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x-xxx---- TL : ------------xxx- BDA : x--------------- *DOTC11* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x-xxxx--- TL : --------------x- BDA : x--------------- *DOTC12* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x-xxxxxx- BDA : x--------------- *DOTC13* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--x-x-xx-x- BDA : x--------------- *DOTC14* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--xx-xxxx-- TL : ---------x----x- BDA : x--------------- *DOTC15* HC : x---x---x---x--- XCB : x---x---x---x--- XCA : x--xx-x-x--xx-x- SA : ----x--xx--xx--- TL : ---------x----x- BDA : x--------------- CCR = PLAY(DOTC1,DOTC2,DOTC3,DOTC3,DOTC3,DOTC4,DOTC5,DOTC6,DOTC6,DOTC6 +,DOTC6,DOTC6,DOTC6,DOTC6,DOTC5,DOTC6,DOTC6,DOTC6,DOTC6,DOTC7,DOTC5,DO +TC8,DOTC5,DOTC6,DOTC6,DOTC6,DOTC6,DOTC6,DOTC6,DOTC6,DOTC5,DOTC9,DOTC5 +,DOTC10,DOTC5,DOTC6,DOTC6,DOTC6,DOTC5,DOTC6,DOTC6,DOTC6,DOTC6,DOTC11, +DOTC5,DOTC10,DOTC5,DOTC6,DOTC6,DOTC12,DOTC5,DOTC6,DOTC6,DOTC13,DOTC5, +DOTC6,DOTC6,DOTC6,DOTC5,DOTC7,DOTC5,DOTC14,DOTC5,DOTC7,DOTC5,DOTC15,D +OTC5,DOTC14,DOTC5,DOTC7,DOTC5,DOTC14,DOTC5);

Command line:

bbox.pl -f ccr.tab -p=ccr -t=85

The actual song fades out, so the midi sort of stops in a bad place...ah well.

Neat script.

--
"To err is human, but to really foul things up you need a computer." --Paul Ehrlich


In reply to Re: BeatBox 2003 by LTjake
in thread BeatBox 2003 by Mr. Muskrat

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.