#!/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();
01
01
 

TAP IT RHYTHM CREATOR
G. David Peters

The Tap It Rhythm Creator is designed as a development tool to create new rhythms for use with the Tap It Rhythm Player. Using these two programs in combination allows teachers to develop exercises and drills for students, who use the Tap It Rhythm Player to open and perform the rhythm studies. The Tap It Rhythm Player is free and available with the Tap It Rhythm Creator and from a download location from the Internet.

Features of the Tap It Rhythm Creator include a drag-and-drop interface to allow quick creation of rhythm patterns. Standard 2/4, 3/4 and 4/4 time signatures can be selected before placing a broad number of pre-determined rhythm "beat patterns" into each measure. The number of measures in each exercise can be unlimited, but is usually recommended not to exceed 8 measures. The program can be used to create an entire lesson series of rhythm patterns. Each "lesson" can be saved. Lessons can also be exported to the desktop for electronic distribution to students to use with the Tap It Rhythm Player.

 

Hybrid CD-ROM: 1639CD
Single Station Price: $59.95
Sys. requirements: Win 98, 2000, XP, Mac OS 8.5-9.2, 10.1-10.x