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