NAME
GSM::SMS::Support::RTTTL2MIDI
SYNOPSIS
use GSM::SMS::Support::RTTTL2MIDI;
print "Content-type: audio/x-midi\n\n";
print Rtttl2Midi($rtttl_string, $piano);
DESCRIPTION
Converts rtttl strings to midi sound. Also you can set piano like Hammod Organ (17) and Grand Piano (1).
METHODS
Rtttl2Midi($strRTTTL, $piano)
Generate a binary midi stream from $strRTTTL, using $piano as the instrument.
AUTHOR
Ethem Evlice <webmaster@tuzluk.com>