Search the Community
Showing results for tags 'old'.
-
Hello guys This script is for those who miss composing monophonic ringtones on old mobile devices, like Nokia 1100, Motorola T120 and so on. It interprets the RTTL (or RTTTL) language (if you ever used Nokia cellphones to compose ringtones, you already know it (read on Wikipedia about it)) and allows you to run (through Beep() function) or export to wave file (through MakeSound UDF by Sprenger120 available here). The examples are separated. Example: #include 'rttl.au3' _RTTL_Play('fifth:d=4,o=5,b=63:8P,8G5,8G5,8G5,2D#5')Explaining the RTTL code: The song above is named "fifth"
-
- nokia
- cellphones
-
(and 3 more)
Tagged with:
-
Version 1.0.0
134 downloads
This script is for those who miss composing monophonic ringtones on old mobile devices, like Nokia 1100, Motorola T120 and so on. It interprets the RTTL (or RTTTL) language (if you ever used Nokia cellphones to compose ringtones, you already know it (read on Wikipedia about it)) and allows you to run (through Beep() function) or export to wave file (through MakeSound UDF by Sprenger120 available here). The examples are separated.