#!/usr/bin/perl -w
use DBI;
use Date::Calc qw(Today);
use CGI qw(:standard);
print "Content-type: text/plain\n\n";
$theDB = DBI ->connect ('DBI:mysql:ecsmedia', 'ecsmedia', 'S3cq8esL') or die("Cannot connect.\n");
($year,$month,$day) = Today();
$theProduct = param("filename");
$theDate = "$month/$day/".substr($year, -2);
$theReferrer = $ENV{'HTTP_REFERER'};
$Query = "SELECT * FROM productCounters WHERE Product='$theProduct' AND Date='$theDate'";
$result = $theDB->prepare($Query) or die("error preparing SQL\n");
$result->execute() or die("error executing SQL\n");
if (@row = $result->fetchrow_array) {
$newCount = $row[2] + 1;
$newReferrer = $row[3].",".$theReferrer;
$Query = "UPDATE productCounters SET Count=$newCount, Referrers='$newReferrer' WHERE Product='$theProduct' AND Date='$theDate'";
$theDB->do($Query) or die("Invalid update");
}
else{
$Query = "INSERT INTO productCounters (Product, Date, Count, Referrers) VALUES ('$theProduct','$theDate','1','$theReferrer')";
$theDB->do($Query) or die("Invalid insert");
}
$result->finish();
$theDB->disconnect();
| |


Rhythm Divide is an entertaining program with a variety of compositional sound possibilities. For added
learning, try and section off notes to match the meter you selected in your options in order to get bonus
points (for example, if 4/4 is chosen, section off groups of notes that will add up to 4/4). For most ages
and skills.
|
RHYTHM DIVIDE
Rhythm Divide is an exciting new music game that lets you compose unique electronic musical pieces by
sectioning off notes in the game field. Players start at Level One with 2 notes appearing on the screen. Remove
70% of the field before losing all of your lives, and you have completed the level! Before moving on to the next
level you can save your creation to listen to later. Additional notes will be added as you progress to each new
level. Make your creation interesting as you assign specific instruments sounds (128 to choose from) to each
note (whole, half, quarter and eighth) as well as percussion instrument sounds (32 to choose from) to the
vertical and horizontal dividers. As notes collide with other objects, you will hear your masterpiece begin to
develop! Watch Out! If a note collides with a divider before the divider is completely drawn, your divider is
destroyed and you will lose a life!
|
| |
Download Windows Demo
Download Macintosh OS X Demo
Download Macintosh OS 8.5-9.x Demo
|
Hybrid CD-ROM: 1624CD
Single Station Price: $29.95
Lab Pack (5 stations) Price: $105.00
Site/Network License (24 stations) Price: $240.00
Sys. requirements: Win 98, 2000, XP, Mac OS 8.5-9.2, 10.1-10.x
|
| |
|
|