RTTTL2MIDI - RTTTL2MIDI documentation


GSM-SMS documentation  | view source Contained in the GSM-SMS distribution.

Index


NAME

Top

GSM::SMS::Support::RTTTL2MIDI

SYNOPSIS

Top

 use GSM::SMS::Support::RTTTL2MIDI;

 print "Content-type: audio/x-midi\n\n";
 print Rtttl2Midi($rtttl_string, $piano);

DESCRIPTION

Top

Converts rtttl strings to midi sound. Also you can set piano like Hammod Organ (17) and Grand Piano (1).

METHODS

Top

Rtttl2Midi($strRTTTL, $piano)

Generate a binary midi stream from $strRTTTL, using $piano as the instrument.

AUTHOR

Top

Ethem Evlice <webmaster@tuzluk.com>


GSM-SMS documentation  | view source Contained in the GSM-SMS distribution.